搜索资源列表
16
- 将该实例的源代码,比如1.c文件(在【001】目录下)拷贝到【c:\\tc】目录下,在MS-DOS方式下运行tc.exe,打开编译器,在TC中,按【F3】键或者“File->Open”菜单命令,打开1.c文件,按【Ctrl+F9】键,或者“Run->Run”菜单命令,编译运行该程序。若有相应的dat文件,应将dat文件一起拷贝到【c:\\tc】目录下。
ms-ex
- PC Assembly Tutorial running the code in the tutorial, you need get the appropriate zip file of this! -PC Assembly Tutorial running the code in th e tutorial. you need get the appropriate zip file of this!
shuangzijiechabiao
- 双字节数据查表程序 输入数据(0-255)存放在21h中,同时21h为奇偶判断存储器 偶数查第一个表 奇数查第二个表 查表结果,高字节在r6,低字节在r7 注意:程序执行到表格时,一定要用跳转指令跳过表格,否则会把表格当作程序执行,出错 最长的定时时间为10mS@16MHz晶振 ;白菜奉献 -double byte data entry procedures (0-255) stored in 21h, while 21 h of judgment
MS-DOS_6.22
- DOS 6.22 的源代码,汇编语言写的 ,应该对大家有用的。-DOS 6.22 of source code, written in assembly language, it should be useful to everyone.
WARRING
- 用8051控制报警产生实例 用P1.0输出1KHz和500Hz的音频信号驱动扬声器,作报警信号,要求1KHz信号响100ms,500Hz信号响200ms,交替进行,P1.7接一开关进行控制,当开关合上响报警信号,当开关断开告警信号停止,编出程序。-control with 8,051 police have used examples of P1.0 1KHz and 500Hz output audio signal Flooding dynamic loudspeakers for al
MS-DOS
- 可以看一看源代码 与大家共享-look at the source code and share
Keil
- This section describes the eSOAP toolkit demo package. It consists of the eSOAP runtime for MS Windows, the demo version of the esoapcg compiler and some source code examples to help developers learning how to use the toolkit ( run-time ) an
clock
- 这是一个在ms-dos下在屏幕右上角显示时钟的程序。 程序实现了BISO功能调用读取实时时钟,并把程序 驻留内存,利用1CH中断实现电子钟计数。 本程序在masm 5.0下汇编通过,并且在ms-dos下 运行良好,实现了内存驻留,在dos做其他操作, 屏幕右上方始终显示一个绿色时间。
chart.rar mschart制作各种图表的范例
- mschart制作各种图表的范例,适合各位刚学VB的学者,MSChart example the production of charts for you just learning VB scholars
ms-
- 利用1AH,21H 中断调用,在屏幕上显示1-20的随机数,并要 求能连续输出,直到按下Q键为止 -Use 1 AH, 21 H interrupt calls, displayed on the screen of the random number 1-20, and will For continuous output, until the press Q key so far
TASM5
- 安装TASM 5.0很简单,您只需要下载本站[相关工具]中的"TASM50.zip"文件,解压后在Windows9x/NT下执行"INSTALL.EXE"即可开始安装。 1.如果你在安装TASM5.0之后安装Delphi 1.0或Borland C++ 4.x及更高版,你需要手动更改系统的设置以使这些产品可以共存于同一个系统中——检查“System.ini”文件的[386Enh]一节是否有多个 TDDEBUG.386驱动项。删除多余的TDEBUG.386项,保证只有这个版本的TDD
7_FLAGDISP
- 程序用中断扫描7段数码显示,有外部中断\10MS中断\串行通信中断等-Interruption of scanning process with paragraph 7 digital display, there are external interrupt MS serial communication interruption, such as interruption
miao
- LCD1602显示秒表.功能描述:K3为控制按键.第一次按下时,开始计时,第二次按下时,暂停计时.第三次按下时,累计计时,第四次按下时,暂停计时。K4为清零按键:在任何状态下,按一下K4,均可清零.可同时显示:时、分、秒、毫秒(带有两位ms级显示)-LCD1602 display stopwatch. Functional Descr iption: K3 for the control of keys. When the first press, the beginning of time,
Lightemplate
- 我写的php模版类,调用方法简单,支持if else include之类的标签, 可以包含扩展函数,整个模版文件没有外部include和require,减少io操作, 加载三个模版变量,两个数组变量,比smarttemplate快平均2-3毫秒. 单纯加载模版文件,不设置任何变量lightemplate平均0.3毫秒左右,smarttemplate至少要1毫秒. -I wrote the php template class, called simple, if else inclu
Yington_RS485_bios209
- RS485系列BIOS 209for MS-DOS-RS485 series BIOS 209for MS-DOS
JSQ
- 利用51实现计时器的完整汇编程序 主要硬件: (1) MCU:AT89C2051或AT89C4051 (2) FM接收器:TDA7088或SC1088 (3) 数字电位器:X9315 (4) 运放:MAX4294 (4) LCD显示器:LCM06XK ---------------------------------------------------------- 代码: 1.6KB --------------------
ms-dos6.0
- dos6.0最全代码,包括详细更新记录; 不可多得的学习资料; -dos6.o source code ,full files inside.
FAT1
- file allocation in Ms dos program
ht6221
- 1 解码的关键是如何识别0 和 1 从位的定义我们可以发现0 1 均以 0.56ms 的低电平开始不同的是高电平的宽度不同0 为 0.56ms, 1 为 1.68ms,所以 必须根据高电平的宽度区别0 和 1 如果从 0.56ms 低电平过后开始延时 0.56ms 以后 若读到的电平为低说明该位为0 反之则为1 为了可靠起 见 延时必须比0.56ms 长些 但又不能超过1.12ms,否则如果该位为0 读到的 已是下一位的高电平因此取1.12ms+0.56ms /2=0.84m
ip
- ip 探测 Private Sub Command1_Click() Dim ECHO As ICMP_ECHO_REPLY Dim pos As Integer Call Ping(Text2.Text, ECHO) Text1(0) = GetStatusCode(ECHO.status) Text1(1) = ECHO.Address Text1(2) = ECHO.RoundTripTime & " ms" Text1(3) = ECHO.DataSize