Skip to content

Instantly share code, notes, and snippets.

@SeqviriouM
SeqviriouM / gist:6767033
Created September 30, 2013 17:16
Task3
#include <string>
#include <iostream>
#include <fstream>
using namespace std;
int main()
{
string str,str1,str2,dopstr;
int count,i,j,k,pos,pos1,pos2;
ifstream fin;
#include <string>
#include <iostream>
using namespace std;
int main()
{
string str,str1,str2;
int count,i,j,k,pos;
count=0;
#include <string>
#include <iostream>
using namespace std;
int main()
{
string str,str1,str2;
int count,i,j,k,pos;
count=0;
@SeqviriouM
SeqviriouM / Mnogomerpoisk
Created December 2, 2012 10:43
Mnogomerpoisk
<script>
var f = function(x1,x2)
{
return (x1-5)*(x1-5)+(x2-4)*(x2-4)
}
var func = function(a,b,c,d,s)
{
return (a-s*b-5)*(a-s*b-5)+(c-s*d-4)*(c-s*d-4);
}
@SeqviriouM
SeqviriouM / ModelLaba3
Created November 29, 2012 13:27
AnalyzShemy
<html>
<title>Laba3</title>
<script type="text/javascript" src="raphael.js"></script>
<script>
//var paper = Raphael(0, 0 , 1500, 800);
var activate = function(j)