代码搜索:融合程序

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

代码结果 10,000
www.eeworm.com/read/183559/9153820

txt lcd1502驱动程序.txt

LCD1502驱动程序 -------------------------------------------------------------------------------- ;LCD部分用到的RAM 0200H~~~~021FH 用到的Rn有R15/R14 ;LCD复位子程序(LCD_REST)不须要设事先置直接调用即可 ;半屏显示子程序(LCD)在调用前必须送入
www.eeworm.com/read/281310/9165205

c ctrl2cap_安装程序.c

//---------------------------------------------------------------------- // // Ctrl2cap Installation Program // // This program installs and uninstalls the ctrl2cap keyboard // filter driver. Its
www.eeworm.com/read/379894/9172750

c cd4094驱动程序.c

//CD4094用的比较广...可以用在静态显示...串口转并口...驱动数码管LED等... //程序... #include #include #define uint unsigned int #define uchar unsigned char /* sbit K1 = P3^4; sbit K2 = P3^5
www.eeworm.com/read/183141/9177500

asm 滑动平均子程序slpav.asm

;;;滑动平均子程序SLPAV ;;采样为2字节,40次,存放首地址为DATA3,采样数据指针存于7EH中 ;;和存于7BH,7CH,7DH中 SLPAV:MOV R0,7EH MOV A,R5 ADD A,7DH MOV 7DH,A XCH A,R5 XCH A,@R0 XCH A,R5
www.eeworm.com/read/379716/9180978

txt 最高优先级程序源码.txt

#include using namespace std; #define error 0 #define ok 1 #define NULL 0 enum process_state{W,R,F}; //状态枚举类型(等待,运行,就绪) typedef struct PCBNode //PCB结构体 { char name; //名字 int prio
www.eeworm.com/read/182944/9183195

txt java计算器源程序.txt

java计算器 import java.awt.*; import javax.swing.*; import java.awt.event.*; class calculation extends JFrame {public calculation() /*构造方法*/ {super("计数器"); this.setDefaultCl
www.eeworm.com/read/182814/9190476

txt hd61202源程序(asm).txt

;连线表: CPU=89C52 * ;RS=P2.0 R/W=P2.1 CS1=P2.7 CS2=P2.6 * ;FOSC=12MHz D0-D7=P0.0-P0.7 E=/(WR*RD) /RSET=/(CPU RSET) * ;*************************************************************************** D1 E
www.eeworm.com/read/182814/9190482

txt hd61202参考程序(c).txt

/********************************************/ /* 12864系列测试程序 */ /********************************************/ #include #include #include #include