-
-
...sec. tf = ');clear t x delt0 = 0;w0=zeros(1, length(d0));x0 = [d0, w0];tol=0.0001;Y=abs(Ydf); th=angle(Ydf);tspan=[t0, tc]; [t1, xf] =ode23('trst...
-
-
...//
{delay1ms(15);
wr_com(0x38);delay1ms(5);
wr_com(0x08);delay1ms(5);
wr_com(0x01);delay1ms(5);
wr_com(0x06);delay1ms(5);
wr_com(0x0c);delay1ms(5);
}
void display(unsigned char *p)//显示//
{
while(*p!='\...
-
-
...# ibswitchesThe output is displayed, as in the following example:Switch : 0x0021283a8389a0a0 ports 36 "Sun DCS 36 QDR switch localhost" enhancedport 0 lid 15 lmc 0
Note:The actual output for your InfiniBand fabric will differ from that in the example.15.1.2 Identify All HCAs in the FabricYou c...
-
-
...sp;
/*
unsigned char const table[]={//共阴极0~f数码管编码
0x3f,0x06,0x5b,0x4f, //0~3
0x66,0x6d,0x7d,0x07, //4~7
0x7f,0x6f,0x77,0x7c, //8~b
0x39,0x5e,0x79,0x71 //c~f
}; */
void LCDInit(void);
void Write_order(Uint16 order);
v...
-
-
...;
uc code JIANG[]=
{
//;江 CBDAD
0x10,0x60,0x01,0xC6,0x30,0x00,0x04,0x04,
0x04,0xFC,0x04,0x04,0x04,0x04,0x00,0x00,
0x04,0x04,0x7E,0x01,0x20,0x20,0x20,0x20,
0x20,0x3F,0x20,0x20,0x20,0x20,0x20,0x00,
};
uc code XI[]=
{
//;西 CCEF7 ...
-
-
... press Ctrl-V then Ctrl-M-> awk '{sub(/^M$/,"",$0);print}'-> sed 's/\x0D$//' # works on ssed, gsed 3.02.80 or higher-> gawk '{sub(/\x0D$/,"",$0);print}' # IN UNIX ENVIRONMENT: convert Unix newlines (LF) to DOS format.-> sed "s/$/`echo -e \\\r...