资源列表

« 1 2 ... .13 .14 .15 .16 .17 518.19 .20 .21 .22 .23 ... 3005 »

[汇编语言pe

说明:获取pe文件的函数. 我的QQ:2891-Pe a function of access to documents. My QQ: 2891
<剑神狂> 在 2024-10-14 上传 | 大小:5120 | 下载:0

[汇编语言turbo

说明:包含了turbo发射及接收,译码方式采用MAP迭代译码方式,信道方面加入的是高斯白噪声,程序写的思路很明确-Contains a transmitter and receiver of turbo decoder Iterative MAP decoding channel added white Gaussian noise, the program writes ideas very clear
<> 在 2024-10-14 上传 | 大小:28672 | 下载:0

[汇编语言cmdsrc

说明:random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码-random.zip random number generator to compile the source code of a text editor cmdsrc.zip compilation of source code
<黄小龙> 在 2024-10-14 上传 | 大小:63488 | 下载:0

[汇编语言amis

说明:random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码 ourvxd.zip 一个用汇编编VxD的简单例子 foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序 amis.zip 在汇编程序中灵活运用TSRs的程序库-random.zip random number generator to compile the source code cmdsrc.zip a text
<黄小龙> 在 2024-10-14 上传 | 大小:122880 | 下载:0

[汇编语言asmfiles

说明:random.zip 随机数产生器的汇编源代码 cmdsrc.zip 一个文本编辑器的汇编源代码 ourvxd.zip 一个用汇编编VxD的简单例子 foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序 amis.zip 在汇编程序中灵活运用TSRs的程序库-random.zip random number generator to compile the source code cmdsrc.zip a text
<黄小龙> 在 2024-10-14 上传 | 大小:9216 | 下载:0

[汇编语言foxprn

说明:foxprn.zip 一个在Fox中利用汇编语言接口程序实现打印图形的程序-foxprn.zip a Fox use assembly language interface program print graphics procedures
<黄小龙> 在 2024-10-14 上传 | 大小:3072 | 下载:0

[汇编语言52-7

说明:一个汇编的学籍管理程序-A compilation of the school management procedures
<朱静> 在 2024-10-14 上传 | 大小:4096 | 下载:0

[汇编语言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
« 1 2 ... .13 .14 .15 .16 .17 518.19 .20 .21 .22 .23 ... 3005 »

源码中国 www.ymcn.org