资源列表

« 1 2 ... .65 .66 .67 .68 .69 2070.71 .72 .73 .74 .75 ... 3005 »

[汇编语言8-3

说明:将加密过的数据进行解密,并将解密数据在屏幕上显示出来,其中显示功能由子程序OUTPUT完成。 数字0-9与加密和解密数据的对应关系如下: 原 数 字:0 1 2 3 4 5 6 7 8 9 密码数字:7 5 9 1 3 6 8 0 2 4 解密数字:7 3 8 4 9 1 5 0 6 2-Will be encrypted to decrypt the data, and decrypt the data displa
<陈浩东> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[汇编语言8-4

说明:编写一个程序,新建一个文件:d:\abc.txt,从键盘输入文件的内容(不超过100个字符)。然后新建一个文件:d:\def.txt,将d:\abc.txt文件的内容复制到d:\def.txt。-Write a program to create a new file of organization: d: \ abc.txt, contents of the file from the keyboard input (not more
<陈浩东> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[汇编语言7-3

说明:编写一个程序,计算 1 + 2 + 3 + 4 + … + N的累加和,并把累加和以十进制形式显示出来。(不能使用公式计算“累加和=N×(N+1)/2”,必须使用程序实现循环累加来计算)。-Write a program to calculate the 1++++ 4 ... the+ N accumulation, and the sum of the decimal form is displayed. (Can not use
<陈浩东> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[汇编语言Fibonacci

说明:用汇编语言编写fibonaqi数列的前13项-Assembly language to write fibonaqi series
<yangfang> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[汇编语言try3

说明:运用汇编语言编写的电子实时时钟/万年日历系统-The use of assembly language to write electronic real-time clock/calendar years
<林琳> 在 2025-02-06 上传 | 大小:6kb | 下载:0

[汇编语言TSP

说明:基于蒙特卡洛的TSP问题算法,方便学习使用。主要是近似算法-Based on the TSP Monte Carlo algorithm
<长海燕> 在 2025-02-06 上传 | 大小:1kb | 下载:0

[汇编语言Kruskal

说明:贪心法是解决某些优化问题的一种策略。假设我们可以通过一系列的决策来解决某个问题。贪心法使用如下的方法:在每个阶段做出的决策都是局部最优的决策。对于某些问题,这些局部最优解最终成为全局最优解。-Generation of minimum spanning tree algorithm Kruskal
<长海燕> 在 2025-02-06 上传 | 大小:1.09mb | 下载:0

[汇编语言TeacherManage

说明:老师叫我们开发的科教城选课系统,我做好了,上传上来与大家分享。-The teacher told us to develop the science city elective system, I do post it here to share with you.
<王珲> 在 2025-02-06 上传 | 大小:8.59mb | 下载:0

[汇编语言shiyan6

说明:1.编写完整的汇编语言程序: (1) 从键盘输入一系列字符(以回车符结束),并按字母、数字及其他字符分类计数,最后显示这三类的计数结果。 (2) 已定义了两个整数变量A和B,试编写程序完成下列功能(使用简化段源程序格式):  若两个数中有一个是奇数,则将奇数存入A中,偶数存入B中;  若两个数均为奇数,则将两数均加1后存回原变量;  若两个数均为偶数,则两个变量均不改变
<Shujing> 在 2025-02-06 上传 | 大小:3kb | 下载:0

[汇编语言heikefanhuibian

说明:《黑客反汇编教程(英文版)》想学习汇编,逆向工程的同学可以看一下,文章是英文版的,读起来比较费力-" Hackers disassembly tutorial (English)" If you want to learn assembly, reverse engineering, the students can look at the article in English, read more demanding
<章朔> 在 2025-02-06 上传 | 大小:4.71mb | 下载:0

[汇编语言nixiang

说明:C++逆向工程的简单入门教程,对于想了解汇编的人来说,很高的资料-Reverse engineering of C++ simple introductory tutorial for people who want to understand assembler, high information
<章朔> 在 2025-02-06 上传 | 大小:377kb | 下载:0

[汇编语言weijishiyan

说明:西南交大 微机接口实验程序代码 完整版-Southwest jiaotong university microcomputer interface experiment program code the full version
<厉吉花> 在 2025-02-06 上传 | 大小:1.21mb | 下载:0
« 1 2 ... .65 .66 .67 .68 .69 2070.71 .72 .73 .74 .75 ... 3005 »

源码中国 www.ymcn.org