代码搜索:扫描程序
找到约 10,000 项符合「扫描程序」的源代码
代码结果 10,000
www.eeworm.com/read/218357/14925651
exe ajax高级程序设计.exe
www.eeworm.com/read/217815/14950812
doc 无线传输分机程序清单.doc
www.eeworm.com/read/217813/14950815
doc 无限传输主机程序清单.doc
www.eeworm.com/read/116718/14957327
asm 电子钟源程序.asm
硬特殊:
阴驱动:74LS06
阳驱动:74LS244
串口传输:RCL232
软程序
KEY1_STA BIT 00H ;20H be used for 8 bits indicate 00h:key status = 1 if key put down
KEY2_STA BIT 01H
KEY3_STA BIT 02H
LED1_
www.eeworm.com/read/116476/14968961
ppt c++程序设计.ppt
www.eeworm.com/read/217315/14969337
doc 程序接口说明.doc
www.eeworm.com/read/116352/14978269
c 进程调度模拟程序.c
#include "stdio.h"
#include "stdlib.h"
#define LEN sizeof(struct process)
int creat();//定义操作函数
struct process//定义进程控制块为结构体类型
{
int id;//标志符
int state;//状态域
int pri;//优先权
struct proce
www.eeworm.com/read/217025/14982416
doc 程序维护手册1.doc
www.eeworm.com/read/216807/14991705
doc 程序维护手册1.doc
www.eeworm.com/read/115782/15001159
txt 麻将游戏c源程序.txt
麻将原代码*/
#include "dos.h"
#include "stdio.h"
#include "graphics.h"
#include "bios.h"
#include "conio.h"
#include "stdlib.h"
unsigned char far *video_buffer=(char far *)0xA0000000L;
#define VGA2