资源列表

« 1 2 ... .59 .60 .61 .62 .63 2764.65 .66 .67 .68 .69 ... 3004 »

[汇编语言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 than 100 characters). Then cr
<陈浩东> 在 2025-06-25 上传 | 大小: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 the formula " sum = N (N+1
<陈浩东> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[汇编语言Fibonacci

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

[汇编语言TSP

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

[汇编语言CheckPCB

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

[汇编语言8-1

说明:编写子程序嵌套结构的程序,把整数分别用二进制和八进制形式显示出来。 主程序BANDO:把整数字变量VAL1存入堆栈,并调用子程序PAIRS 子程序PAIRS:从堆栈中取出VAL1 调用二进制显示程序OUTBIN显示出与其等效的二进制数,输出八个空格;调用八进制显示程序OUTOCT显示出与其等效的八进制数,调用输出回车及换行符的子程序 -Write subroutine nesting structure of the program, and integer, respective
<谢轩> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[汇编语言shz22

说明:通过利用汇编语言中的循环,堆栈,延时等技巧以及子程序,BIOS和DOS的调用,由用户选择,实现在屏幕中央输出A到Z或者显示黑客帝国式的屏保。-Through the use of the cycle, stack, and delay in the assembly language skills and the subroutine, the BIOS and DOS calls, selected by the user to achieve in the center of the scr
<permanent> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[汇编语言dianziqin

说明:简易电子琴,利用所给键盘的1,2,3,4,5,6,7,8八个键,能够发出8个不同的音调,并且要求按下按键发声,松开延时一段时间停止,中间再按别的键则发另一音调的声音。当系统扫描到键盘上有键被按下,则快速检测出是哪一个键被按下,然后单片机的定时器被启动,发出一定频率的脉冲,该频率的脉冲经喇叭驱动电路放大滤波后,就会发出相应的音调。如果在前一个按下的键发声的同时有另一个键被按下,则启用中断系统,前面键的发音停止,转到后按的键的发音程序,发出后按的键的音。-Simple keyboard, use t
<陈大伟> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[汇编语言batt

说明:to store the data of battery its imp
<pari> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[汇编语言cdir

说明:creating a a directory or a folder
<robi> 在 2025-06-25 上传 | 大小:1kb | 下载:0

[汇编语言PWM

说明:脉宽调制,汇编源码,可以测试,稍加修改,就可以使用到自己的项目,对于初学者入门还是很不错的-Pulse width modulation, assembler source code, slightly modified, you can use to your own project for the beginner or very good ~ ~ ~
<> 在 2025-06-25 上传 | 大小:1kb | 下载:0
« 1 2 ... .59 .60 .61 .62 .63 2764.65 .66 .67 .68 .69 ... 3004 »

源码中国 www.ymcn.org