搜索结果

找到约 699 项符合 Int 的查询结果

按分类筛选

显示更多分类

文章/文档 程序首先定义一个hello的函数调用int 21h mov ah

程序首先定义一个hello的函数调用int 21h mov ah ,09来显示字符串,ds:dx定义字符串位置 来使用一个80×25的界面使整个程序更加美观 游戏主程序调用BIOS int 10 的9号功能实现对目标文本的颜色和定位,。游戏主程序可以用int 16 mov ah,00从键盘读取输入的字符在调用int 21 mov ah,01 让键盘输入显示在屏幕中 al=输入的 ...
https://www.eeworm.com/dl/652/120941.html
下载: 54
查看: 1138

USB编程 C8051F320单片机int传输形式的usb驱动程序

C8051F320单片机int传输形式的usb驱动程序
https://www.eeworm.com/dl/643/164827.html
下载: 96
查看: 1241

单片机开发 红外遥控接收发送源程序 Interrupt for IR subroutine external interrupt source INT0

红外遥控接收发送源程序 Interrupt for IR subroutine external interrupt source INT0
https://www.eeworm.com/dl/648/192271.html
下载: 111
查看: 1117

数据结构 这是我编写的一个用于处理大数的very_long_int 类!

这是我编写的一个用于处理大数的very_long_int 类!
https://www.eeworm.com/dl/654/268844.html
下载: 49
查看: 1096

CA认证 DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if

DESProcess FILE *mfp,*cfp int ttch=0,xorRes,ttbitdiff=0 char mch,cch float bdiff=0 if((mfp=fopen(mfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } if((cfp=fopen(cfile,"r"))==NULL) {cout<<"Cannot open the file to compare"<<endl } else { while(!feof(mfp)&!feof(cfp)) ...
https://www.eeworm.com/dl/640/315676.html
下载: 92
查看: 1070

其他 #include<stdio.h> struct powernode { float pi float qi int i float vi

#include<stdio.h> struct powernode { float pi float qi int i float vi } struct powernode wg[20] struct powernode wl[20] struct linedata
https://www.eeworm.com/dl/534/224263.html
下载: 134
查看: 1053

软件设计/软件工程 #include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l

#include<iostream> using namespace std int main() { unsigned long x,warcraft,war,l cin> x while(x) { unsigned long *p=new unsigned long[x+1] if(p==NULL) { cerr<<"error!"<<endl abort() } for(warcraft=0 warcraft<=x warcraft++) *(p+warcraft)=0 *p=1 for(warcraft=0 war ...
https://www.eeworm.com/dl/684/232946.html
下载: 113
查看: 1139

数据结构 this package contains two .c files.One file implements the merge of two int arrays.The other one imp

this package contains two .c files.One file implements the merge of two int arrays.The other one implements the merge of two linkage array.
https://www.eeworm.com/dl/654/264077.html
下载: 194
查看: 1080

汇编语言 系统时间显示程序 利用BIOS的INT 1AH的2号系统功能调用

系统时间显示程序 利用BIOS的INT 1AH的2号系统功能调用,将计算机系统的时间参数(BCD码)送入寄存器。其中CH 和CL中保存的是小时数和分钟数;DH中保存的是秒钟数,将BCD码表示的时,分,秒转换成ASC I I码并送入屏幕显示。并用INT 21H 的7号功能调用判断输入回车并清屏 ...
https://www.eeworm.com/dl/644/330217.html
下载: 132
查看: 1160

汇编语言 除零异常和捕获三种类型异常,int,char,double类型的异常.

除零异常和捕获三种类型异常,int,char,double类型的异常.
https://www.eeworm.com/dl/644/392119.html
下载: 94
查看: 1054