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

[汇编语言] water_level_adgust-

水位可调节的汇编程序与现成的软件仿真,可以打开模拟调试与学习,注释详细
Assembler level adjustable shelf software with the simulation, simulation debugging and learning can open, detailed notes (2014-04-03, Asm, 55KB, 下载5次)

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

[汇编语言] summary-CPL-DPL-RPL-in-protect-mode

总结了在保护模式下的一些DPL CPL RPL 的跳转规则,对于在80X86下底层编程很有帮助
Summarizes the protected mode DPL CPL RPL jump rules, 80X86 under the underlying programming helpful (2013-04-16, Asm, 100KB, 下载3次)

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

[汇编语言] huibian

汇编课后习题编程:分支程序设计及跟踪调试实验。从键盘上输入0到9中任一自然数,求其立方值,若输入数据不是0-9,则显示“INPUT ERROR!
The branch program design and trace debug experiment (2012-12-16, Asm, 375KB, 下载2次)

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

[汇编语言] year

判断年份,是编程中长用到的,运用汇编语言,不仅直观,而且高效,提高程序运行速度
Judge year, long used in the programming, the use of assembly language is not only intuitive, and efficient, improve the speed of the program is running (2012-05-22, Asm, 1KB, 下载4次)

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

[汇编语言] CRC16

本文给出了CRC16的快速算法,通过汇编语言进行编程,改程序简练,已通过验证。
In this paper, the fast CRC16 algorithm, assembly language programming, change the program concise, has been authenticated. (2011-07-17, Asm, 1KB, 下载7次)

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

[汇编语言] huibian5

汇编实验:子程序设计。编程实现:十进制到十六进制的转换,显示结果到桌面!
Compilation of test: routine design. Programming: decimal to hex conversion, display the results to the desktop! (2010-12-11, Asm, 4KB, 下载4次)

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

[汇编语言] Q

编制一个汇编程序,要求可以接收从键盘输入一个班的学生成绩,并存放于grade数组中。根据grade数组中的学生成绩进行排序,再按学号顺序把名次从屏幕上显示出来。
faytgfasguiafijuioofpwig (2010-11-26, Asm, 2KB, 下载15次)

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

[汇编语言] pcasm-book-simplified-chinese

讲述用nasm开发汇编程序的精简单深入的教程,知道一看,中文翻译版
Developed with the nasm assembler about the essence of a simple in-depth tutorials, knowing look, the Chinese translation version of (2010-03-13, Asm, 858KB, 下载27次)

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

[汇编语言] test4

汇编程序从键盘输入一系列字符,然后按小写字母、数字字符和其他字符分类计数,最
Assembler series of characters from the keyboard and then press the lowercase letters, numbers, characters and other characters were counted, the most (2009-12-16, Asm, 1KB, 下载6次)

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

[汇编语言] jiaotongdeng

51交通灯设计用74LS273作为输出口,带汇编程序,电路图。
51 traffic lights designed for use 74LS273 as the output port with assembler, circuit diagrams. (2009-09-26, Asm, 65KB, 下载22次)

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

[汇编语言] pic_program

这是一个PIC单片机的常用程序库,包括很多基本的运算和其他常用模块的编程!
This is a commonly used PIC MCU library, including many of the basic computing and other commonly used programming module! (2009-08-14, Asm, 153KB, 下载5次)

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

[汇编语言] 3

此汇编程序完成了。1-100的递加。最后把数值送到寄存器在进行数位上的加法。
This compilation of procedures completed. 1-100 of the credits. Finally, the values in the digital register to the adder. (2009-06-04, Asm, 11KB, 下载3次)

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

[汇编语言] huibiantuxinchaozuo

GDI 即图形设备界面,是 Windows 最重要的部分之一,它大部分由 GDI32.DLL 库中的 API 来处理,GDI 的主要目的之一是支持与设备无关的图形编程,对于 Dos 下的图形编程,很多人可能“心有余悸”,因为PC 中有太多种类的显示卡,而几乎每个显示卡的处理都是不同的,即使后来有了 Vesa 编程,我们还是不能全部撇开具体的硬件,Windows GDI 使我们对图形的编程变得相对简单了很多,由于GDI 是 Windows 最庞大的部分,并不是几句话能讲清楚的,本节要讲的是 Windows 下GDI 的基本处理步骤和简单的位图处理,并没有涉及到 Directx 一类的编程。只希望能对朋友们有所启发。 Windows 并不允许程序员访问显示硬件,它的所有对屏幕的操作是通过环境设备(DC)来处理的,屏幕上的每一个窗口对应一个DC,你可以把一个DC 想象成这个窗口的视频缓冲区,你对DC的操作结果会反映到屏幕上,在窗口的DC之外,你也可以自己建立DC,这相当于建立一个内存中的缓冲区,你对这个DC的操作结果保存在内存中。你也可以用 API 在不同的DC之间拷贝数据,比如说你可以在内存DC 中先建立好数据,然后拷贝到窗口的DC中,就相当于完成了屏幕的刷新。
err (2008-07-23, Asm, 2KB, 下载11次)

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

[汇编语言] hongludeng

模拟交通信号灯的燃灭周期 实现异步通信,掌握8251A作异步串行通信时的编程方法
Simulation of traffic lights out of the combustion cycle to achieve asynchronous communication, master 8251A for asynchronous serial communication programming method (2008-07-19, Asm, 1KB, 下载1次)

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

[汇编语言] T8254-2

8254定时器试验程序,相当经典的汇编程序是进行8254研究的入门程序
8254 timer test procedures, a considerable compilation of the classic 8254 study of the procedure is the entry procedure (2008-06-05, Asm, 1KB, 下载15次)

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

[汇编语言] T8254-1

8254计数试验程序,相当经典的汇编程序是进行8254研究的入门程序
8254 counts the test procedure, a considerable compilation of the classic 8254 study of the procedure is the entry procedure (2008-06-05, Asm, 1KB, 下载19次)

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

[汇编语言] T8259-1

8259单中断试验程序,相当经典的汇编程序是进行8259研究的入门程序
8259 single-interruption testing procedures, a considerable compilation of the classic 8259 study of the procedure is the entry procedure (2008-06-05, Asm, 1KB, 下载15次)

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

[汇编语言] tongji

基于8086汇编程序,统计十个数出现次数最多的数(包含相同个数的情况)
Based on the 8086 compilation of procedures, statistics up to 10 the number of occurrences of a few (contains the same number of cases) (2008-03-02, Asm, 1KB, 下载4次)

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

[汇编语言] lxh_asm_clock

自己写的汇编程序 有时钟功能,可重置时钟,是我自己觉得写的不错的1个程序
himself wrote a compilation procedures clock functions, the replacement clock, which I think was good, a process (2006-12-16, Asm, 5KB, 下载26次)

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

[汇编语言] Clock_Asm

Windows下,利用汇编语言编写的一个时钟小程序,罗云彬的编程乐园出品(转载)
Windows, the use of assembly language prepared by a small clock procedures Luo Bin programming Paradise Products (reproduced) (2006-09-04, Asm, 178KB, 下载33次)

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