联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按平台查找All Asm(165) 

[汇编语言] two-(2)

用汇编计算圆周率 用汇编语言编制计算程序并不是强项,特别是在涉及到浮点计算时,但汇编的一个好处就是速度快,所以在整数计算时可以试一下。
Assembly language program is not prepared to calculate the strengths, especially when it comes to floating point calculations, but a benefit compilation is faster, so when integer calculations can try. (2014-12-08, Asm, 5KB, 下载1次)

http://www.pudn.com/Download/item/id/2670212.html

[汇编语言] after-school-exercise-

《微机原理》第一章课后练习程序找错题:1、熟悉EMU8086仿真环境; 2、在EMU8086环境下单步调试给出的程序,加深对重要指令的理解
" Computer Architecture" the first chapter after-school exercise program got the wrong questions: 1, familiar EMU8086 simulation environment 2, in the single-step debugging environment EMU8086 given to deepen the understanding of the important instructions (2014-06-18, Asm, 13KB, 下载3次)

http://www.pudn.com/Download/item/id/2569732.html

[VHDL/FPGA/Verilog] 3

有20个无符号数存放在内部RAM从41H开始的存储单元中,试对他们求和并将结果存放在40H单元中(设和小于等于255)
There are 20 unsigned number stored in the internal RAM storage unit from the beginning of the 41H, test for them and the results are stored in the 40H summing unit (set and less than or equal 255) (2014-05-06, Asm, 10KB, 下载3次)

http://www.pudn.com/Download/item/id/2531439.html

[汇编语言] 43

已知数组A包含15个互不相等的整数,数组B包含20个互不相等的整数。试编制一个程序,把既在A中又在B中出现的整数存放于数组C1中。
A known array contains 15 distinct integer array B contains 20 distinct integer. Trial preparation of a program stored in both an integer of B in A in the array C1. (2013-05-18, Asm, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/2248364.html

[汇编语言] star-trek

自己学8086汇编时写的经典游戏star trek,附源码,程序说明,函数说明。具有一定的可玩性。
Studied the 8086 assembly to write the classic game star trek, with source code, program description, function description. Have certain playability. (2013-01-20, Asm, 57KB, 下载5次)

http://www.pudn.com/Download/item/id/2122895.html

[教育系统应用] ceshi

设有九个学生某门课的成绩存放在数据区中。试编制一个程序,统计低于60分,60~69分,70~79分,80~89分,90~99分和100分的人数,并输出显示统计结果。
With nine students in a course results are stored in the data area. Try to prepare a program, statistics, less than 60 points, 60 to 69, 70 to 79, 80 to 89, 90 to 99 points and 100 points, the number of output shows the statistical results. (2013-01-02, Asm, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/2103737.html

[汇编语言] 3

试编写一个汇编程序,能对键盘输入的小写字母用大写字母显示出来(要求采用子程序格式,即采用子程序完成将小写字母转化成大写字母)
Try to write an assembler uppercase letters, lowercase letters of the keyboard input (requires a subroutine format using subroutine completed lowercase letters into uppercase letters displayed) (2012-11-21, Asm, 29KB, 下载3次)

http://www.pudn.com/Download/item/id/2054775.html

[汇编语言] 1

在STR到STR+99(程序中以STR+10为例子)单元中存放着一个字符串,试编写程序测试该字符串中是否有数字,若有将CL置1,否则CL置0 (要求在debug中调试出该程序)
Stored a string in STR to STR+99 (the program to STR+10 for example) unit, the test program to test whether the string figures, if CL will set 1, otherwise the CL set to 0 (requires debug in debug the program) (2012-11-21, Asm, 65KB, 下载6次)

http://www.pudn.com/Download/item/id/2054751.html

[汇编语言] 5_13

在 STRING 到STRING+99 单元中存放着一个字符串,试编制程序测试该字 符串中是否存在数字。如有,则把CL 的第5 位置1,否则将该位置0。
STRING~STRING+99 is a string of charcaters. If there exists a number,then set the 5th of register CL "1" else set "0" (2012-04-09, Asm, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/1821740.html

[汇编语言] result

设计10个学生的成绩分别为56、69、84、82、73、88、99、63、100和80分。试编制程序分别统计低于60分、60-69分、70-79分、80-89分、90-99分及100分的人数
Design results of 10 students and 80 points respectively 56,69,84,82,73,88,99,63,100. Programming test statistics were less than 60 ,60-69 ,70-79 ,80-89 90-99 minutes and the number 100 (2011-05-16, Asm, 1KB, 下载2次)

http://www.pudn.com/Download/item/id/1534177.html

[处理器开发] led-on-the-order

1.试编写程序:在8位LED上按照从左到右的顺序,依次显示0~7八个数字。 2.将定时时间逐渐加大,直至LED发生闪烁为止。计算此时LED数据更新频率。
1. Test preparation programs: the 8-bit LED on the order from left to right, followed by eight digits 0 to 7 displayed. 2. Gradually increase the regular time, until the LED flicker up. LED data update frequency calculations at this time. (2011-05-02, Asm, 10KB, 下载2次)

http://www.pudn.com/Download/item/id/1514315.html

[汇编语言] a

统计学生成绩:设有20个学生的成绩(可以自己规定分数),试编写程序分别统计低于60分,60~69,70~79,80~89,90~99分及100分的人数,并存放到S1,S2,S3,S4,S5,S6单元中
Statistics student achievement: student achievement with 20 (you can set himself points), try to program statistics less than 60 minutes, respectively, 60 ~ 69,70 ~ 79,80 ~ 89,90 ~ 99 points and 100 points, the number of co-exist into the S1, S2, S3, S4, S5, S6 units (2011-03-20, Asm, 4KB, 下载2次)

http://www.pudn.com/Download/item/id/1461502.html

[单片机开发] ourdev_433410

89c2051系统玩俄罗斯方块的全部源代码及PCB电路图等,值得深入研究。
89c2051 system play Tetris all the source code and PCB circuit diagrams, etc., it is worth further study. (2010-12-07, Asm, 49KB, 下载4次)

http://www.pudn.com/Download/item/id/1372175.html

[汇编语言] A-string-of-encryption-and-decryption

简单的用汇编语言设计字符串的加密与解密。关键是显示部分,挺好玩的
Design a simple assembly language string encryption and decryption. The key is to show some really fun (2010-06-30, Asm, 73KB, 下载6次)

http://www.pudn.com/Download/item/id/1228073.html

[单片机开发] C51

这是CKeil单片机的自带文件,目前没有找到过中文版的,玩这个东西的人上班时候可以没事看看。。还可以吧。。
Fails again..Pls even try translate it words by words....Don t you ever fail me again.... (2009-07-28, Asm, 1095KB, 下载1次)

http://www.pudn.com/Download/item/id/858928.html

[汇编语言] 0097

设有10个学生的成绩分别是76,69,84,90,73,88,99,63,100和80分。试编制一个子程序统计60—69分,70—79分,80—89分,90-99分和100分的人数并分别存放到S6,S7,S8,S9和S10单元中
now there are students mark please makelists about the mark between 60-70 70-80 80-90 90-100 (2009-06-07, Asm, 1KB, 下载5次)

http://www.pudn.com/Download/item/id/797115.html

[Windows编程] star

试编制一程序,在屏幕上显示如下图案: * * * * * * * * * * * * * * * * 其中第一行的“*”个数由键盘输入数据指定(1~9),如输入的数据是偶数,则加1形成奇数,键盘输入前应有提示符。
Test preparation process, the screen shows the following pattern:**************** The first line of "*" the number of data specified by the keyboard input (1 ~ 9), such as input data is even, then the formation of odd-numbered 1, should prompt the former keyboard. (2009-05-11, Asm, 5KB, 下载1次)

http://www.pudn.com/Download/item/id/753871.html

[单片机开发] clockyanshi

功能描述:显示时分秒 IDE环境:伟福V3.20 自制的下载线与实验板(or later) 硬件连接:针对配合AT89S51精简开发板使用 组成文件:实验八 时钟程序(延时实现).ASM
Function description: every minute is displayed IDE environment: Fu Wei V3.20 download home-made board with the experimental line (or later) Hardware connection: AT89S51 for streamlining development board with the use of The composition of documents: the experimental clock eight procedures (implementation delay). ASM (2009-04-08, Asm, 2KB, 下载2次)

http://www.pudn.com/Download/item/id/707161.html

[单片机开发] 4LED

将数0000-9999用数码管依次循序显示 实验步骤: 1.打开伟福V3.20,创建一新文件 2.编写源代码 3.保存文件,文件名后缀为.asm 4.编译程序 5.打开Easy 51Pro v2.0将程序写进实验板
Experimental steps: 1. Open-wei Fu V3.20, create a new document 2. To prepare the source code 3. Save the file, the file name suffix to. Asm 4. Compiler 5. Easy 51Pro v2.0 to open the program into the board (2009-04-08, Asm, 1KB, 下载4次)

http://www.pudn.com/Download/item/id/707152.html

[汇编语言] tetris_asm_06

用汇编编的俄罗斯方块程序。 一个人玩的。 有源程序和执行文件。
compilation series with the Russian squares procedure. A person playing. A source document and implementation. (2006-05-14, Asm, 5KB, 下载392次)

http://www.pudn.com/Download/item/id/183971.html
总计:165