资源列表

[汇编语言8-2

说明:主程序MAIN和过程PROADD在不同源文件中,要求分别使用堆栈传送参数的方法,用过程PROADD累加数组中的所有元素,并把和(不考虑溢出的可能性)送到指定的存储单元中去。-The main program the MAIN and process PROADD, in different source files, stack transmission parameters respectively, using the proces
<陈浩东> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[汇编语言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-07 上传 | 大小: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-07 上传 | 大小: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-07 上传 | 大小:1kb | 下载:0

[汇编语言Fibonacci

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

[书籍源码library-management-system-

说明: 管路员和学生使用的图书管理系统-the c++ library mansystemage
<白联合> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[汇编语言TSP

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

[书籍源码Matrix_chain

说明:矩阵链乘。给定多个矩阵的维度,求出他们的相乘顺序,使得,按这样的顺序相乘的代价最小-Matrix chain multiplication。Solve the matrix chain order for a specic problem. This can be done by computing MATRIXCHAIN- ORDER(p) where p = h5 10 3 12 5 50 6i
<雪纷纷> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[编译器/词法分析uuuuuuuuuuuuuu--digui

说明:递归下降分析法 学习递归下降分析法分析PL/0中赋值语句(含表达式)及if语句的分析处理。学习错误信息报告程序的设计。-Recursive descent analysis to learn recursive descent analysis method, the PL/0 assignment statement (including expression) and the analytical processing of the
<黎茶醒> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[汇编语言CheckPCB

说明:用于检测PCB的汇编后代码,配合VB程序使用-For the detection of PCB assembly code with VB program
<coyote> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[汇编语言lab7

说明:并行口8255 方式1 输入输出 1.进一步学习并行口的使用。 2.掌握选通方式下数据输入的方法。 -8255 ways a parallel port input and output. Further study the use of the parallel port. Two. To master the method of data input strobe mode.
<> 在 2025-02-07 上传 | 大小:1kb | 下载:0

[MacOS编程Iphone-video

说明:iPhone 的应用或者游戏当中用的一些简单插播提示音乐的功能.长音乐也可以以此类推的开发-play music with iphone
<Bruce> 在 2025-02-07 上传 | 大小:1kb | 下载:0

源码中国 www.ymcn.org