here is the code:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"
class MyLine{ public void add(int xx1, int yy1, int xx2, int yy2){ x1=xx1; x2=xx2; y1=yy1; y2=yy2; } public int getX1(){return x1;} public int getX2(){return x2;} public int getY1(){return y1;} public int getY2(){return y2;}
import java.applet.Applet; import java.awt.Graphics; import java.awt.event.MouseAdapter; import java.awt.Color; import java.awt.event.MouseMotionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; public class MultipleLineClass extends Applet{ int x1,y1,x2,y2;; MyLine[]
import java.applet.Applet; import java.awt.Graphics; import java.awt.event.MouseAdapter; import java.awt.Color; import java.awt.event.MouseMotionListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener;
#include <stdio.h> #include<string.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ struct Contacts { char name[20]; int phone; char address[20]; }; //functions prototypes int countLines(); //void write (int c); void
#include <stdio.h> #include<string.h> struct Contacts { char name[20]; int phone; char address[20]; }; int countLines(FILE * fp); void readfromfile(int c); int main(int argc, char** argv) { FILE *f=fopen("D:\\test.txt","r");
#include <stdio.h> #include <stdlib.h> struct PhoneBook{ char name[50]; int phoneNumber; char address[50]; } ; int read(struct PhoneBook user[], int n, FILE* fp); void main() { //int i, j;
String doses = "number of doses(1000mg/m2)"; String[] split = doses.split(" "); for(int i=0 ; i<split.length ; i++){ System.out.println(split[i]); }
if(x[i].contains("_"))
if(x[i].equals("anything_anything"))
SELECT * FROM test ORDER BY id DESC LIMIT 1
private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) { // TODO add your handling code here: next2 nx = new next2(); next me = new next(); me.setVisible(false); nx.setVisible(true); }
Leave a comment: