资源列表
[汇编语言] elec_clock
说明:显示电子时钟,一个开关,按一下开始计时,按第二下暂停,第三下清零;第四下重新计时,循环以上-Display Electronic clock, a switch, click the beginning of time, according to suspend the second and third under the Clear the fourth re-timing, the cycle over<雷公> 在 2025-07-17 上传 | 大小:1kb | 下载:0
[汇编语言] wordsort
说明:该程序是一个调用子程序实现字符串排序并在其中插入一个字符串。待字符串保存在WORD_LIST中,待插入字符串保存在BOY中。-The program is a subroutine call and the realization of the string order in which to insert a string. String to be stored in WORD_LIST in, to be inserted in the string stored in the BOY.<keven> 在 2025-07-17 上传 | 大小:1kb | 下载:0
[汇编语言] Intel80x86_OPCODEs
说明:Intel80x86 OPCODEs.PDF; 汇编指令的详细描述-Intel80x86 OPCODEs.PDF; a detailed descr iption of the compilation of command<marlon> 在 2025-07-17 上传 | 大小:2.16mb | 下载:0
[汇编语言] nanshuibiediao
说明:这个程序是为了实现我们中国的南水北调的应用,所以我们大家都比较重视,里面是我们设计计划里要用到的程序。-This process is to realize our application of water from south to north China, so we have a fair amount of emphasis, which is our plan to use the design process.<刘辉> 在 2025-07-17 上传 | 大小:1kb | 下载:0
[汇编语言] Linker_Algorithm
说明:Linker_Algorithm.rar, 连接器算法,对于想加深编程认识的同志很有指导作用。-Linker_Algorithm.rar, the connector algorithm, the programming would like to deepen understanding of the guiding role of the comrades are.<marlon> 在 2025-07-17 上传 | 大小:162kb | 下载:0
[汇编语言] Windows_Loader
说明:windows加载器和模块初始化,加深对Windows下程序执行的认识。-windows loader and module initialization, deepen their understanding of Windows under the procedures of implementation.<marlon> 在 2025-07-17 上传 | 大小:281kb | 下载:0
[汇编语言] 111
说明:已知数据文件IN.dat中存有200个四位数,并已调用读函数rData()把这些数存入数组a中,请编写函数spellNum(),其功能是:把个位数字和千位数字重新组成一个新的二位数(新二位数的十位数字是原四位数的个位数字,新二位数的个位数字是原四位数的千位数字),以及把百位数字和十位数字组成另一个新的二位数(新二位数的十位数字是原四位数的百位数字,新二位数的个位数字是原四位数的十位数字),如果新组成的两个二位数一个是奇数,另一个为偶数,并且两个二位数中至少有一个数能被17整除,同时两个新数的十位<xiaoma> 在 2025-07-17 上传 | 大小:2kb | 下载:0