资源列表

« 1 2 ... .24 .25 .26 .27 .28 2329.30 .31 .32 .33 .34 ... 3005 »

[汇编语言42

说明:在首地址为DATA的字数组中,存放了100H个16位补码数,试编写一个程序,求出它们的平均值放在AX寄存器中;并求出数组中有多少个数小于此平均值,将结果放在BX寄存器中。-The number of words in the first address as DATA group, storage 100H 16 complement number, try to write a program, average them on the
<liu> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[汇编语言9787508477077_1

说明:汇编语言是计算机专业的专业基础课,也是电子、通信等相关专业的计算机课程。本书介绍80x86汇编语言程序设计的方法和技术,共分为两个部分:第一部分为基础知识,介绍80x86cpu的编程结构,汇编语言程序的格式和伪指令,80x86cpu的寻址方式和指令系统;第二部分为编程方法,深入讨论分支程序、循环程序、子程序基本程序设计方法,以及以中断为主的i/o程序设计,其中包括宏指令、多模块连接技术、汇编语言与高级语言的混合编程、dos和bios提供
<徐刚> 在 2024-11-20 上传 | 大小:580kb | 下载:0

[汇编语言smallgame_config_8255

说明:这是一个用汇编语言编写的程序,他有对8255的配置,以及实现检测按键的输入是否与灯的暗灭相同的小游戏。-This is a program written in assembly language, he has the 8255 configuration, as well as detection key input is the same with the lights off dark game.
<陈志伟> 在 2024-11-20 上传 | 大小:37kb | 下载:0

[汇编语言18B20PUART

说明:将DS18B20测得的温度在数码管上显示并发到串口-The DS18B20 measured temperature on the digital tube display concurrent to the serial port
<王晓光> 在 2024-11-20 上传 | 大小:162kb | 下载:0

[汇编语言led

说明:数码管动态显示,显示数字1234,硬件连接见程序注释-Digital dynamic display, showing the number 1234, the hardware connection see comments
<王晓光> 在 2024-11-20 上传 | 大小:19kb | 下载:0

[汇编语言B-spline--Bezier-spline-surfaces

说明:OpenGL实现可控B样条、Bezier样条曲面-OpenGL implementation controlled B-spline, Bezier spline surfaces
<huihui> 在 2024-11-20 上传 | 大小:904kb | 下载:0

[汇编语言surface

说明:该程序可以画bezier曲面和b样条曲面-The program can draw bezier surface and b-spline surfaces
<huihui> 在 2024-11-20 上传 | 大小:1.85mb | 下载:0

[汇编语言PLC1

说明:三菱Q系列编程手册,详细讲解了该系列的编程思路和基础知识,大家可以参考下。-Mitsubishi Q Series Programming Manual, explain in detail the programming ideas and basic knowledge of the series, we can refer to.
<李宏翔> 在 2024-11-20 上传 | 大小:27.46mb | 下载:0

[汇编语言SCHK

说明:由两个主控进程构成的相同功能的符号化Moore型有限状态机-Constituted by two master processes the same function symbol Moore finite state machine
<liu> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[汇编语言chengxu

说明:可以利用这个程序来计算传热,特别是温差,因为当有温差存在时会产生电动势-u can use this to calculate the change of temperature
<lihua> 在 2024-11-20 上传 | 大小:2kb | 下载:0

[汇编语言63

说明:用减奇数次数的方法,求一个数的近似平方根,这个平方根是一个整数。如求17的平方根,可以用17相继减去奇数1、3、5、7、…,当结果为 负数时停止,即: 17-1-3-5-7-9<0 可以看出,17在减去5次奇数后结果变为负数,可以近似认为17的平方根在4与5之间,计算NUM的平方根,如果NUM=17,则ANS中保存结果4。 -Save odd-frequency method, find a number
<张一> 在 2024-11-20 上传 | 大小:1kb | 下载:0

[汇编语言TIME

说明:用STM8S单片机的定时器汇编语言实例,用定时器来改变单片机引脚上的LED灯闪烁的快慢。-The STM8S microcontroller timer assembly language instance timer to change the speed of the microcontroller pin LED flashes.
<李建刚> 在 2024-11-20 上传 | 大小:38kb | 下载:0
« 1 2 ... .24 .25 .26 .27 .28 2329.30 .31 .32 .33 .34 ... 3005 »

源码中国 www.ymcn.org