Welcome![Sign In][Sign Up]
Location:
Search - masm

Search list

[assembly languageasm

Description: masm汇编语言,实现读入学生姓名,成绩,学号。输出按成绩排序后的结果和平均分。精确到1位小数。(北京邮电大学计算机学院汇编语言作业)-masm assembly language to achieve the students read the names, achievements, student number. Output based on merit, after sorting the results and average. Accurate to one decimal. (Beijing University of Posts and Telecommunications Computer Science assembly language operations)
Platform: | Size: 2048 | Author: chenzhaofeng | Hits:

[assembly languageMASM

Description: 汇编语言的程序设计。实验及实验报告,补充实验,习题解答-Assembly language programming. Experiment and lab report, supplementary experiments, Exercise Answers
Platform: | Size: 24613888 | Author: 童飞飞 | Hits:

[assembly languageMASM

Description: masm old fargon 2 to do asmbly code
Platform: | Size: 64512 | Author: fa | Hits:

[assembly languagePgm04

Description: 32 Bit Assembly language using MASM sample code 2
Platform: | Size: 6144 | Author: lawrence chen | Hits:

[assembly languageMASM

Description: MASM程序指南,对初学汇编的人很有帮助-Guidelines for beginners, MASM program compiled person is very helpful
Platform: | Size: 880640 | Author: wangminan | Hits:

[assembly languagemasm

Description: 除法使用来汇编语言实现,第一次上传啊,请多指教-Division used to assembly language implementation, the first upload ah of ability, Zhijiao
Platform: | Size: 172032 | Author: 岳亚斌 | Hits:

[assembly language5555

Description: 初始条件: DOS操作系统。编辑,汇编,连接,调试工具:edit、masm、link、debug 要求完成的主要任务: 产生机关枪声,要求枪声时间可控,由键盘输入控制值。按“Q”键退出 -Initial conditions: DOS operating system. Edit, compile, link, debug tools: edit, masm, link, debug required to complete the main tasks: produce machine gun fire, the time required shots controlled by the keyboard input control value. Press " Q" key to exit
Platform: | Size: 118784 | Author: 胡月 | Hits:

[Embeded-SCM Developjiaotongdeng

Description: 汇编程序交通灯,masm软件编程,课程设计-assembler of traffic lights
Platform: | Size: 3072 | Author: waipo | Hits:

[Windows DevelopChat-TCP

Description: MASM实现的一个聊天程序,TCP协议,对MASM的初学者有很大的帮助-MASM implemented a chat program, TCP protocol, to MASM' s very helpful for beginners
Platform: | Size: 30720 | Author: 贾学振 | Hits:

[ELanguagemasmsetup

Description: Masm for windows 2010版 集成实验环境一个简单易用的汇编语言学习与实验软件,支持最新操作系统WINDOWS 7,支持DOS的16/32位汇编程序和Windows下的32汇编程序-Masm for windows Version 2010 is a very easy to use softfare. And it is compatiable for the newest system:Win 7
Platform: | Size: 16579584 | Author: zhangjun | Hits:

[assembly languageMASM5

Description: 汇编调试环境,包括debug,link,masm工具等等,很实用的-Compilation debug environment, including debug, link, masm tools, etc., very useful
Platform: | Size: 872448 | Author: li | Hits:

[Hook apihookdll060715

Description: 汇编(MASM):最简单的HOOK API-WIN32 ASM hookdll
Platform: | Size: 8192 | Author: ycool | Hits:

[Windows Developmasm

Description: 判断内存中两个字节单元的内容是否相同 并且在dos屏幕上显示YES 或者 NO-Two bytes of memory unit to judge whether the contents of the same and in the dos screen YES or NO
Platform: | Size: 1024 | Author: Arlicy | Hits:

[OS programGetMac

Description: masm下取网卡信息的程序,可获得多块网卡的信息-masm card information was obtained from the procedure, availability of multi-block card information
Platform: | Size: 5120 | Author: jacky | Hits:

[GUI DevelopXXControls

Description: GUI library for control user interface in masm
Platform: | Size: 474112 | Author: Kyb0rg | Hits:

[assembly languageT4

Description: MASM汇编语言编的的一个动画,运动的五环,有着一定的立体效果-moving rings
Platform: | Size: 3072 | Author: 王光景 | Hits:

[assembly languagemasm

Description: masm汇编语言编译环境介绍,寄存器介绍,命令语句介绍-masm assembly language compiler environment description, register description, the command statement describes
Platform: | Size: 9216 | Author: dailong | Hits:

[assembly languageVC_Call_ASM_lib

Description: 演示如何在vc6.0里使用masm汇编编译的lib文件,ASM代码实现一个add函数,被vc调用,使用 _cdel 和stdcall两种方式,汇编代码采用radasm工程编译,这样会方便很多。-Demo how to use MASM complied lib file in vc6.0,there is a add function in ASM code can be called by vc6.0,use two ways by _cdel and stdcall ,asm code complied by radasm project,it will be easy to use.
Platform: | Size: 218112 | Author: 黄花菜 | Hits:

[Othermasm

Description: 对云计算的认识,这事关于云存储和云安全的文章,有需要的请下载。-For computing clouds of understanding, this thing about cloud storage and cloud safety articles, has the need to invite download.
Platform: | Size: 692224 | Author: 唐红 | Hits:

[assembly languagemasm5

Description: 1、下载个masm5.0(简单,适合初学者),里面至少应包含masm.exe和link.exe,可能还包含其他的,不过我们只需要最基本的这两个。 2、将masm5.0压缩包里的程序解压(包含masm.exe和link.exe),放到一个目录中(如D:\masm),然后就在这个目录下建立个文本文件(如XX.txt)写入个汇编程序,保存,将后缀名改为XX.asm。 3、进入命令提示行(开始--运行--输入cmd) 4、进入程序所在文件夹(用dos的cd命令),以2中的为例,键入“d:”,回车,键入“cd masm”,回车,键入“masm XX”,回车3下,键入“link XX”,再回车3下,再键入“XX”,就运行完了。 -1, download a masm5.0 (simple, is suitable for beginners), including at least should contain masm. Exe and link. J, may also contain other.exe, but we only need is the most basic of these two. 2, put masm5.0 compression bag program decompression (masm exe and link containing j j exe), in a directory (such as D: \ masm) and then in this directory establish a text files (such as XX. TXT) write an assembler, save, will suffix name changed to XX. By asm. 3, enter commands the presenting bank (began to run- input CMD)-- 4, entry procedures in folders (with CD DOS command), for example, with 2 of typing "d:", enter type "CD masm", enter type "masm XX", enter 3, XX typing
Platform: | Size: 536576 | Author: 叶丹丹 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 35 »

CodeBus www.codebus.net