资源列表

« 1 2 ... .93 .94 .95 .96 .97 2498.99 .00 .01 .02 .03 ... 3005 »

[汇编语言assemble

说明:设有十个学生的成绩分别是76,69,84,90,73,88,99,63,100,80。试编制一个子程序统计60—69分,70—79分,80-89分,90-99分的人数并分别存放到S6,S7,S8,S9的单元中。-There are dozens of student achievement are 76,69,84,90,73,88,99,63,100,80. The preparation of a statistical test
<furong> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[汇编语言DATAS1

说明:汇编语言,将的BUF1的数据复制一份到BUF2,并输出来-Assembly language, will be the BUF1 a copy of the data to BUF2, and output to
<翱翔> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[汇编语言exp5

说明:汇编语言,从键盘接收一个16进制数,并输出来-Assembly language, from the keyboard to receive a 16 hexadecimal number, and output to
<翱翔> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[汇编语言delay

说明:C51精确延时分析探讨 从精度考虑,它得研究结果是: void delay2(unsigned char i) { while(--i) } 为最佳方法。-C51 accurate analysis of delay from the accuracy considerations, it was the outcome of the study: void delay2 (unsigned cha
<向华> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[汇编语言main

说明:8051用8255扩展I/O口接八位数码管(PA口输出控制字,PB口位选通,数码管采用的是共阴极的).此程序可以实现动态显示,并且可以人机交互,当要修改某一位时,此位会闪烁,就像电脑中的光标一样一闪一闪的.当输入确定后可自动转入下一位,可用来选择不同的程序来远行(看自己怎么来了)-8051 with 8255 expansion I/O port access 8 digital tube (PA port output control
<腾龙> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[汇编语言zzh

说明:ARM可调时钟的程序-ARM adjustable clock procedures
<wg> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[汇编语言shumazhuanhuan

说明:数码之间转换,供大家参考,汇编语言的源程序-Between the digital conversion, for your information, assembly language source
<> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[汇编语言1-1

说明:c++二、通过将其元素插入到双向链表中的方法对数组A进行排序。算法对链表的当前操作位置进行维护,当需要插入表项时,若新元素比当前位置值要大,则往前移动;若小则往后移动。编写函数DoubleSort实现上述排序算法。 template <class T> void DoubliSort( T a[], int n) -c++ Second, through its elements inserted into
<zzlbly> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[汇编语言phone

说明: 在本次试验中需要注意基址寄存器BX的移动方法,对以字为单位的数组,BX的移动方式 是每移动一次加2或者减2 另外函数调用的过程中需要小心PUSH和pop的调用是否安全,例如在name_sort中pop CX的 时候没有先Push CX,导致了name_sort函数不可以调用 此程序使用比较高效的方法只是对号码单的首地址进行排序,为此开辟了一个地址数组 AdTable,类似C语言中的指针数组 在每个名
<朱旭浩> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[汇编语言q

说明:读取fat分区表信息,,简单而实用,这是本人的第一个asm程序呢-Read fat partition table information, is simple and functional, this is my first asm program does
<吴松龄> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[汇编语言a

说明:汇编语言 时钟显示 读取并显示计算机实时时钟-Assembly language clock shows the computer to read and display real-time clock
<kang> 在 2024-10-14 上传 | 大小:1024 | 下载:0

[汇编语言shujujiami

说明:这是一个对数据进行加密的程序。能将你输入的数据进行加密!-This is a data encryption procedures. You can encrypt the data to be entered!
<冯典康> 在 2024-10-14 上传 | 大小:1024 | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 2498.99 .00 .01 .02 .03 ... 3005 »

源码中国 www.ymcn.org