资源列表

« 1 2 ... .15 .16 .17 .18 .19 14420.21 .22 .23 .24 .25 ... 14954 »

[汇编语言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 AX register and find the arr
<liu> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[书籍源码11-10

说明:c语言程序设计的第十一章的课后练习的编程代码,可作参考-Chapter 11 after-school exercise programming code, c language program designed for reference
<李树林> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[书籍源码10-6-11-7

说明:c语言程序设计的第十章的课后练习的编程代码,可作参考-Chapter 10 after-school exercise programming code, c language program designed for reference
<李树林> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[汇编语言SCHK

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

[易语言编程date

说明:我们经常要计算,从今天往后N天之后是哪一天(哪年哪月哪日)。现在我们就可以编写一个程序,推算指定日期之后的第N天是什么日期。 输入: 年 月 日 N 输出: (年月日+N天后的)年.月.日 -We often want to calculate the next N days from today is the day (which which which day). Now we can write a program projections aft
<> 在 2025-06-15 上传 | 大小:1kb | 下载: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 of approximate square root of
<张一> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[中文信息处理Welding-Gaussian-heat

说明:焊接高斯热源 ansys 分析软件 对于焊接专业很有帮助-Welding Gaussian heat source ANSYS analysis software is helpful for the welding professional
<pjj> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[并行运算random_sum

说明:MPI program for sending buffer.
<shreyansh> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[并行运算send-buffered

说明:MPI programs to be executed on linux.
<shreyansh> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[汇编语言32-bit-cla-adder

说明:This a code that describe 32 bit carry look ahead adder in VHDL(32 bit CLA).-This is a code that describe 32 bit carry look ahead adder in VHDL(32 bit CLA).
<hskim> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[并行运算thread

说明:多线程循环缓冲程序,有关生产者和消费者在仓库的处理等问题。-Multi-threaded circular buffer program, the producers and consumers in the warehouse processing.
<孙凯歌> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[汇编语言2_4

说明:编写程序使一只鸟的图形飞过屏幕(来回两次)。飞鸟的动作可由小写字母 v(ASCII 码 76H)变为破折号(ASCII 码 0C4H)来模仿,这两个字符先后交替在两列上显示。鸟的开始位置是0 列20 行,每个字符显示1/10秒,然后消失。-Program the movement of a bird flying graphics screen (twice) back and forth. The birds Actions by lowercase letters v (ASCII code
<杰克> 在 2025-06-15 上传 | 大小:1kb | 下载:0
« 1 2 ... .15 .16 .17 .18 .19 14420.21 .22 .23 .24 .25 ... 14954 »

源码中国 www.ymcn.org