资源列表

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

[汇编语言Recycling

说明:编程计算以下8个数据的和,结果存放在ax寄存器中: 0123h,0456h,0789h,0abch,0defh,0fedh,ocbah,0987h-Computes the following 8 data, and results in ax register: 0123h,0456h,0789h,0abch,0defh,0fedh,ocbah,0987h
<杜斌> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[汇编语言Inc

说明:采用牛顿迭代法求平方根,直接向上取整,获得相应的值-Newton Iterative Method for the rounded square root
<anndaming> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[汇编语言3

说明:字符串转换和拷贝 Data segment str_a db ‘assembly language is not difficult’ str_b db 40 dup (?) Data ends 请将字符串str_a中的字符转换成大写并拷贝到str_b中。 编写程序,编译连接,用DEBUG运行调试 -String conversion and copying Data segment str_a db 
<> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[汇编语言4

说明:编写程序将含有20个数据的数组M分成两个数组:正数组P和负数组N,并分别统计两个数组的个数,显示在屏幕上。 M DB 1,3,-4,…….. ;20个 P DB 20 DUP (?) N DB 20 DUP(?) -Write a program will contain an array of M 20 data into two arrays: an array P and the negative group is
<> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[汇编语言ZIFUPIPEI

说明:编写程序,实现两个字符串比较。则显示“MATCH”,否则,显示“NOMATCH”-Write a program to achieve two string comparison. Shows the " MATCH" , otherwise, the show " NOMATCH"
<luoyuhan> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[汇编语言song

说明:基于PIC16F877的播放歌曲 两只老虎 源汇编代码 适合初学者学习 推荐-Songs to play on two tigers PIC16F877 assembly code for beginners to learn the source recommended
<夏辉强> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[汇编语言LED

说明:基于PIC877的流水灯汇编源代码 适合初学者 推荐 -PIC877 of water-based light source assembly recommended for beginners
<夏辉强> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[汇编语言8259

说明:微机实验作业之一,是使用8259芯片,中断触发事件的案例之一-it is an example using 8259 chips
<harry zhang> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[汇编语言liangshuxiangcheng

说明:实现十进制数的乘法,被乘数和乘数均以ASCH码形式存放在内存中,乘 积在屏幕上显示出来。 -Implement decimal multiplication, the multiplicand and the multiplier are stored in memory ASCH code form, the product is displayed on the screen.
<luoyuhan> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[汇编语言8259

说明:利用8259芯片控制中断,实现模拟交通灯的控制,可模拟两条交叉路口红绿灯分别亮以及黄灯闪烁 -Interrupt using 8259 chip control, for analog control of traffic lights, to simulate two intersections and traffic lights were bright yellow light flashes
<张静文> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[汇编语言DCB

说明:Control 2 stepper motor via port 0 and port 2 with 4 buttons input P3.4 to P3.7
<Dat> 在 2024-11-13 上传 | 大小:1kb | 下载:0

[汇编语言jiecheng

说明:实现N的阶乘的一段小程序,仅供初学者参考,本程序限于8以内,超过则溢出-Factorial N, achieved a small program, only for reference for beginners, this program limited to 8 or less, than the overflow
<sunny> 在 2024-11-13 上传 | 大小:1kb | 下载:0
« 1 2 ... .93 .94 .95 .96 .97 2698.99 .00 .01 .02 .03 ... 3005 »

源码中国 www.ymcn.org