代码搜索:便携应用

找到约 10,000 项符合「便携应用」的源代码

代码结果 10,000
www.eeworm.com/read/270998/11013156

cpp 查找、排序的应用实验 .cpp

#include #include #include #define LS(a,b) ((a)(b)) #define MAXSIZE 2000 typedef struct { int key; }RedType; typedef struct
www.eeworm.com/read/469930/6920884

txt 中断控制8259的应用.txt

CODE SEGMENT ASSUME CS:CODE INTPORT1 EQU 0060H INTPORT2 EQU 0061H INTQ3 EQU INTREEUP3 INTQ7 EQU INTREEUP7 ORG 11A0H START: CLD CALL WBUF1 CALL WRINTVER ;WRITE INTRRUPT MOV AL,13H
www.eeworm.com/read/462390/7201954

txt 5045应用 计数与转换.txt

#include #include #include #include //atoi定义 //x5045和51的连接方法 sbit CS = P0^0; sbit SO = P0^4; sbit SI = P0^3; sbit SCK = P0^2; //定义寄存器指令 #de