资源列表

« 1 2 ... .92 .93 .94 .95 .96 497.98 .99 .00 .01 .02 ... 3005 »

[汇编语言rising钥匙盘破解源码

说明:DEbug 关于制作瑞星杀毒软件密钥盘的源码 MOV BX,200 ;内存基址(0面) MOV DH,00 ;磁头号00 MOV DL,00 ;驱动器号00(A盘) MOV CX,4F01 ;4F(即79)号磁道01号扇区 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;连续读取9个扇区 INT 13 ;调用13号中断 INT 3 MOV BX,300 ;内存基址(1面) MOV DH,01 ;磁
<> 在 2024-10-14 上传 | 大小:0 | 下载:0

[汇编语言1

说明:题目:请输入星期几的第一个字母来判断一下是星期几,如果第一个字母一样,则继续判断第二个字母。 1.程序分析:用情况语句比较好,如果第一个字母一样,则判断用情况语句或if语句判断第二个字母。-Title: Please enter a few weeks the first letter to determine what is the day of the week, if the first letter of the same, t
<> 在 2024-10-14 上传 | 大小:20480 | 下载:0

[汇编语言3

说明:题目:给一个不多于5位的正整数,要求:一、求它是几位数,二、逆序打印出各位数字。 1. 程序分析:学会分解出每一位数-Title: to a more than five positive integer, following requirements: First, for it is the number of a few, two, reverse print out all the figures. 1. Procedure A
<> 在 2024-10-14 上传 | 大小:19456 | 下载:0

[汇编语言4

说明:题目:利用条件运算符的嵌套来完成此题:学习成绩>=90分的同学用A表示,60-89分之间的用B表示,60分以下的用C表示。 1.程序分析:(a>b)?a:b这是条件运算符的基本例子。-Title: the use of nested conditional operator to complete this question: academic> = 90 points with A classmate said th
<> 在 2024-10-14 上传 | 大小:19456 | 下载:0

[汇编语言5

说明:输入三个整数x,y,z,请把这三个数由小到大输出。 1.程序分析:我们想办法把最小的数放到x上,先将x与y进行比较,如果x>y则将x与y的值进行交换,然后再用x与z进行比较,如果x>z则将x与z的值进行交换,这样能使x最小。-Enter the three integers x, y, z, please these three the number of small to large output. 1. Program
<> 在 2024-10-14 上传 | 大小:19456 | 下载:0

[汇编语言MBR

说明:一个MBR (硬盘主引导区)的汇编源代码.-A MBR (master boot hard disk area) a compilation of source code.
<姚聪> 在 2024-10-14 上传 | 大小:4096 | 下载:0

[汇编语言clock

说明:调用系统时间,在屏幕上显示出来;获取键盘的按键值,判断键值并退出系统 -Call system time displayed on the screen access to the keys of the keyboard, the key to determine and exit the system
<黄渊> 在 2024-10-14 上传 | 大小:3072 | 下载:0

[汇编语言circle

说明:masm32 汇编源码-masm32 assembly source code
<jts> 在 2024-10-14 上传 | 大小:8192 | 下载:0

[汇编语言crc

说明:CRC s ASM implementation
<laofu> 在 2024-10-14 上传 | 大小:5120 | 下载:0

[汇编语言汇编语言源代码

说明:大小写转换- The big small letter transforms
<小熊> 在 2024-10-14 上传 | 大小:22528 | 下载:0

[汇编语言Jiao

说明:sad
<小熊> 在 2024-10-14 上传 | 大小:32768 | 下载:0

[汇编语言testwin

说明:如何编写小于20K的Windows程序.演示如何使用:CreateWindow, CreateWindowEx, S endMessage and GetMessage TranslateMessage and DispatchMessage, CreateFont 演示如何使用API创建Windows窗口控件- How compiles is smaller than the 20K Windows procedure How de
<刘豫晋> 在 2024-10-14 上传 | 大小:13312 | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 497.98 .99 .00 .01 .02 ... 3005 »

源码中国 www.ymcn.org