代码搜索:计数程序

找到约 10,000 项符合「计数程序」的源代码

代码结果 10,000
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/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