搜索资源列表
1.rar
- 题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语句或if语句判断第二个字母。
200hz频率产生
- 此程序完成功200HZ的固定频率,稳定性很高,波形失真度小,如果要想产生固定频率,这个程序是最好的选择!-success of this procedure 200Hz End of fixed-frequency, high stability, waveform distortion small, if they have a fixed-frequency, the procedure is the best choice!
AWARD_BIOS_MODEL_D1D
- AWARD BIOS源代码,支持的CHIPSET请看文件,有同型号的板子烧上去就可以跑-the compressed file contains the source code of AWARD BIOS type D1D.Supported chipsets are listed in the related file.One can complie,download and run it on the mainboard if he has such one.
AWARD_BIOS_MODEL_D1E
- AWARD BIOS源代码,支持的CHIPSET请看文件,有同型号的板子烧上去就可以跑-the compressed file contains the source code of AWARD BIOS type D1E.Supported chipsets are listed in the related file.One can complie,download and run it on the mainboard if he has such one.
AWARD_BIOS_MODEL_D1F
- AWARD BIOS源代码,支持的CHIPSET请看文件,有同型号的板子烧上去就可以跑-the compressed file contains the source code of AWARD BIOS.Supported chipsets are listed in the related file.One can complie,download and run it on the mainboard if he has such one.
利用汇编语言实现DES加密算法
- 利用汇编语言实现DES加密算法 虽非原创,但很有用。-using assembly language to achieve DES encryption algorithm, if not original, but very useful.
yC12-SRC
- He was the first one (I noticed of) who coded a decrypter for yC 1.2 :)...good job. Also if it hasn t full support yet >:-) So as I promised...here s the source code. I hope it helps someone.-He was the first one (I noticed of) who coded y
CMOS加密软件防止非法拷贝
- 们运行软件时经常会遇到以下情况,有的软件在一台机器上安装后就不能将其拷贝到其他机器上运行;有的软件甚至连原来机器的软、硬件配置改变后也无法再次运行。其实这些情况有的是利用CMOS对软件加密来实现的。安装软件时,通过安装程序把软件安装到硬盘上,同时把当前机器的CMOS信息保存到安装软盘上,也就是相当于保存了密钥。等到以后在硬盘上运行该软件时,软件的主程序会把记录在安装盘上的密钥与正在运行该软件机器的CMOS信息进行比较,如果完全相同,则允许软件继续运行,否则终止软件运行。国内的许多软件都是采用此原
shizh
- 这个时钟程序是我在1993年编的一个小程序,现在贴出来给大家做参考,它执行后驻留内存,到整点时会报时,你可以用 Ctrl-Alt-U 把它从内存中下掉,可以用 Ctrl-Alt-C 变换颜色,用 Ctrl-Alt-O 把报时声音关掉(如果感到讨厌的话),在驻留内存时,用了直接改内存控制块的方法,所以用 MEM 或 MI 无法在内存中看到它,键盘控制用了直接截取 INT 9 的方法。 这个程序虽然很小,编译后才1K多一点点字节,但是麻雀虽小,五脏俱全,在这个程序中,你可以参考到以下编程方法
park13
- 一个汇编编写的花园寻宝游戏,游戏中玩家控制一个角色,另外有敌人追击玩家,如果落入陷阱或被敌人抓到,游戏失败,如果吃完所有宝物,游戏成功-a compilation prepared by the Garden fun games, game players control a role, the other players are pursuing the enemy, the enemy or falling into the trap caught, the game failed to f
LCDprograme(HD61202)
- 单片机实现的LCD显示。是基于HD61202模块的。我传完了,你要是告诉我不行。我会疯的。-MCU LCD display. HD61202 is based on the module. I Chuan finished, if you tell me not. I will be the crazy.
huibian_asm
- 汇编程序和实验报告 1.输入0-100之间的n值,计算Fibonacci数,以十进制数输出。 2.从键盘输入一行字符,以‘$’结束,查找输入的字符串是否包含’computer’ 字符串,如果包含,计算包含’computer’字符串的个数,并以十进制输出个数。 3.建立歌曲文档,按演唱者排序,程序可接收查找的演唱者,并输出其所有的歌曲。 4.建立图书资料文档,要求具有插入,更新,删除,查询等功能,使用菜单提示。-compilation of experimental procedu
panduanrunnian
- 这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。-This is a judgment of whether a particular year Runnian procedures, Ifleap.exe running executable, the importation of specific years, output this year is a leap year if the message.
chanshenshuijishu
- 本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个 16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示 “Divide Overflow”的提示信息。-the process required under the DOS operating. Every time running executable random.exe. two shows can be arbitrary number of 16 Decimal Ad
ZFC
- 程序接收键入的一个关键字和一个句子,若句子中不包含关键字,则显示‘NO MATCH’;若句子包含关键字则显示‘MATCH’,并把该关键字在句子中的位置用十六进制数显示出来。程序以输入CTRL+C退出-procedures of a receiver type a keyword and sentence, if the sentence does not contain the keyword, showed 'NO MATCH'; if the sentence contain
RunNian
- 这是一个判断某一年是否为润年的程序,运行可执行程序Ifleap.exe后,输入具体的年份, 可输出是本年是否为闰年的提示信息。-This is a judgment of whether a particular year Runnian procedures, Ifleap.exe running executable, the importation of specific years, output this year is a leap year if the message.
huibian_random
- 本程序需在DOS下运行。每运行一次可执行程序random.exe,即可显示任意两个 16进制数的加法或减法表达式及其运算结果。在减法运算中,如果被减数小于减数,显示 “Divide Overflow”的提示信息。-the process required under the DOS operating. Every time running executable random.exe. two shows can be arbitrary number of 16 Decimal Add
compare
- LC3 program that compares two numbers in R2 and R3 and puts the larger number in R1. If the two numbers are equal, then R1 is set equal to 0.
if-else
- if-else条件语句的翻译,三地址,简单优先法。这才是对的,不信吴鹏,吴丰收,-this is the right thing
180321
- 一个简单IF循环的汇编语句,用于初学者学习汇编(An assembly statement of a simple IF loop)