2.297909e+01 +j 1.474481e+01
http://www.codebf.com/read/160109/10570283
/*--------------------------------------- 2.C -- 孙永胜 line Demo (c), 2004 ---------------------------------------*/ #include #include /// int a[1000000
http://www.codebf.com/read/160009/10580092
2.239487 5.078720 0.494125 0.579453 0.928452 -1.365128 1.292465 1.494980 2.336166 0.909775 0.309555 -0.870743 1.962631
http://www.codebf.com/read/422708/10619085
http://www.codebf.com/read/276524/10732385
http://www.codebf.com/read/276006/10776322
2.532132 -1.130318 0.271495 -0.044337 0.005474 -0.000543 0 0 0
http://www.codebf.com/read/419697/10842909
/*2-3.C*/ #include #include int delete_file(char near *filename) { union REGS regs; int ret; regs.h.ah=0x41; regs.x.dx=(unsigned)filename; ret=intdos(®s,®s); re
http://www.codebf.com/read/274564/10864431
/*2-1.C*/ #include #include #include #define VIDEO 0x10 void movetoxy(int x,int y) { union REGS regs; regs.h.ah=2; regs.h.dh=y; regs.h.dl=x; regs.h.bh=0;
http://www.codebf.com/read/274564/10864433
/*2-2.C*/ #include #include #include int main(void) { char filename[80]; union REGS inregs,outregs; struct SREGS segregs; printf("Enter filename:"); gets(filena
http://www.codebf.com/read/274564/10864436
http://www.codebf.com/read/274202/10883052
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机