-
-
...;11 13 17 19 23 29 31 37 41 43 47 53 59 61 67 71 73 79 83 89 97 101 103 * * * */ public static boolean isPrime(long n){ for(int i=2;i<=Math.sqrt(n);i++){ ...
-
-
...se if (obj.attachEvent)
76. obj.attachEvent('on'+evt,fn);
77. }
78.
79. function removeEventSimple(obj,evt,fn) {
80. if (obj.removeEventListener)
81. obj.removeEventListener(evt,fn,false);
82. else if (obj.detachEvent)
83. obj.detachEvent('on'+evt,fn);
84. }
85.
86. /** PUSH AND...
-
-
...位移) > awk '{sub(/^/, " ");print}' > # 用79个字符为宽度,将全部文本右对齐 > awk '{printf "%79s\n", $0}' file* > # 用79个字符为宽度,将全部文本居中对齐 > awk '{l=length();s=int((79-l)/2); print...
-
-
...sp; 0x77,0x7c,0x39,0x5e,0x79,0x71};
//定义断码的选择数组
unsigned char code dofly_WeiMa[]={0xfe,0xfd,0xfb,0xf7,0xef,0xdf,0xbf,0x7f};
...
-
-
... {
EW1=99;
SN1=79;
}
}
if(Reduces_Button==0) //时间减
{
EW1-=5;
&...
-
-
...254,0x257,0x25a,0x25d,0x260,0x263,0x266,0x269,0x26d,0x270,
0x273,0x276,0x279,0x27c,0x27f,0x282,0x285,0x288,0x28b,0x28e,0x291,0x294,0x297,0x29a,0x29d,0x2a0,0x2a3,0x2a6,0x2a9,0x2ac,
0x2af,0x2b2,0x2b5,0x2b8,0x2bb,0x2be,0x2c0,0x2c3,0x2c6,0x2c9,0x2cc,0x2cf,0x2d2,0x2d5,0x2d7,0x2da,0x2dd,0x2e0,0x2e3,0x2e...
-
-
..., //4~7
0x7f,0x6f,0x77,0x7c, //8~b
0x39,0x5e,0x79,0x71 //c~f
}; */
void LCDInit(void);
void Write_order(Uint16 order);
void Write_data(Uint16 data);
void delay(Uint16 t);
void configio(void);
//void InitXintf(void);
void display(char *hz);
void LCD...
-
-
...00,0x00,//5
0x00,0x3c,0x4a,0x49,0x49,0x30,0x00,0x00,//6
0x00,0x01,0x01,0x79,0x05,0x03,0x00,0x00,//7
0x00,0x36,0x49,0x49,0x49,0x36,0x00,0x00,//8
0x00,0x06,0x49,0x49,0x29,0x1e,0x00,0x00,//9
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,// (10)
0x00,0x00,0x00,0x47,0x00,0x00,0x00,0x00,//!
0x00,0x23,0x1...
-
-
...jX) in ohms per mile 1.3368 1.3343 0.2101 0.5779 0.2130 0.5015 1.3238 1.3569 0.2066 0.4591 &n...
-
-
...graphics.h“#define LEFT 0#define TOP 0#define RIGHT 639#define BOTTOM 479#define LINES 400#define MAXCOLOR 15main(){int driver,mode,error;int x1,y1;int x2,y2;int dx1,dy1,dx2,dy2,i=1;int count=0;int color=0;driver=VGA;mode=VGAHI;initgraph(&driver,&mode,““);x1=x2=y1=y2=10;dx1=dy1=2;dx2=d...