This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <string> | |
#include <iostream> | |
using namespace std; | |
int main() | |
{ | |
string str,str1,str2; | |
int count,i,j,k,pos; | |
count=0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <string> | |
#include <iostream> | |
using namespace std; | |
int main() | |
{ | |
string str,str1,str2; | |
int count,i,j,k,pos; | |
count=0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<title>Laba3</title> | |
<script type="text/javascript" src="raphael.js"></script> | |
<script> | |
//var paper = Raphael(0, 0 , 1500, 800); | |
var activate = function(j) |
NewerOlder