Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - assembly
Search - assembly - List
DL : 0
IBM PC 汇编语言程序设计:第五版-IBM PC assembly language programming : Fifth Edition
Update : 2024-05-04 Size : 7608320 Publisher :

汇编的 关于 复杂形状的窗口 的asm 源程序,虽然代码量少,但汇编语言本来就是很精练的-Compilation of complex shapes on the window asm source, although the code less, but the assembly language is the very concise
Update : 2024-05-04 Size : 77824 Publisher : 蒋兵

This book is a hands-on introduction to the principles and practice of embedded system design using the PIC microcontroller. Packed with helpful examples and illustrations, it gives an in-depth treatment of microcontroller design, programming in both assembly language and C, and features advanced topics such as networking and real-time operating systems. It is accompanied by a CD-ROM containing copies of all programs and software tools used in the text and a `student version of the C complier Designing Embedded Systems with PIC Microcontrollers: Principles and Applications is ideal for students of electronics, mechatronics and computer engineering. Engineers in industry and informed hobbyists will also find this book a valuable resource when designing and implementing both simple and sophisticated embedded systems using the PIC Microcontroller.
Update : 2024-05-04 Size : 7875584 Publisher : 老猴

汇编语言的课程设计,用win32汇编写的一个计算器程序,访windows自带实现了标准型的计算-Assembly language of curriculum design, use win32 compilation written a calculator program, visit its own windows to achieve the standard calculation
Update : 2024-05-04 Size : 22528 Publisher : 张富强

DL : 0
最好的汇编语言开发工具,优化代码生成 最好的汇编语言开发工具,优化代码生成-Best assembly language development tools, optimization of code generation the best assembly language development tools, optimization of code generation
Update : 2024-05-04 Size : 105472 Publisher : 蔡维林

DL : 0
AT&T Assembly syntax, used in learning linux kernel
Update : 2024-05-04 Size : 75776 Publisher : Eric.Lee

DL : 0
汇编语言实现汉诺塔移动问题,显示每次移动码盘的源轴和目标轴。是汇编程序asm语言中子过程调用方面的课题,为程序嵌套-Assembly Language realize mobile Tower of Hanoi problem, show that each mobile source encoder shaft axis and objectives. Asm assembler language is a process called neutron aspects, for the nested procedures
Update : 2024-05-04 Size : 128000 Publisher : 侯伟

Bookswin32
DL : 1
很好的一本书,对学习汇编有很大帮助,强烈建议希望学习汇编语言的同志们看一下-One very good book, a compilation of learning are very helpful, we strongly recommend that want to learn assembly language comrades look
Update : 2024-05-04 Size : 2493440 Publisher : 奚林

SCMpidcode
DL : 0
用于数字PID调节的汇编代码,可供用于单片机中的PID算法的参考-For digital PID regulator assembly code, that can be used for the PID algorithm for single-chip reference
Update : 2024-05-04 Size : 11264 Publisher : huang lun

DL : 0
简单C编译器生成的目标代码是8086的汇编代码(16位),可以在一般的PC上被像MASM之类的汇编编译程序编译,生成可执行文件后,在DOS或Windows控制台下运行。 实现的语言定义如下: 语言类似于tiny语言,不支持过程调用,也就是只有一个main函数,无其他函数和全局变量 基本语句:注释语句(/*…*/),输入语句(int input(void) ),输出语句(void output(int) ),赋值语句。这里的输入输出语句实际上类似于函数调用,可以看作是本语言内部的函数 算术运算符:+、—、*、/ 数据类型:整数.-Simple C compiler generated object code is 8086 assembly code (16), the PC in general were such as MASM compilation compiler compiler to generate executable file, in DOS or Windows console run. The realization of the language are defined as follows: the language is similar to tiny language, do not support the procedure call, that is, there is only one main function, no other function and global variable basic statement: Note statement (/* ...* /), type the statement (int input (void )), the output statement (void output (int)), assignment statements. The input and output statements in fact similar to function calls, can be seen as a function of the language within the Arithmetic Operators: 2B !,-,*,/ data types: integer.
Update : 2024-05-04 Size : 412672 Publisher : Tony

微机原理课程设计指导书 包括课程设计要求,题目解析,连线图,程序流程图,源代码(汇编语言)。-Computer Principles of curriculum design guide books, including curriculum design requirements, subject analysis, connection diagram, process flow chart, source code (assembly language).
Update : 2024-05-04 Size : 1337344 Publisher : 高超

DL : 0
用于RSA加密的汇编语言源代码,只能对数值进行加密-RSA encryption for the assembly language source code, can only be encrypted numerical
Update : 2024-05-04 Size : 3072 Publisher : 许啦咪

DL : 0
用汇编语言写一个程序,在屏幕下列出小于1000的素数。-Using assembly language to write a program, following up on the screen of the prime numbers less than 1000.
Update : 2024-05-04 Size : 1024 Publisher : 陈星

SCMzn5
DL : 0
Keil C51标准C编译器为8051微控制器的软件开发提供了C语言环境,同时保留了汇编代码高效、快速的特点。C51已被完全集成到μVision2的集成开发环境中,这个集成开发环境包含编译器、汇编器、实时操作系统、项目管理器和调试器-Keil C51 standard C compiler for 8051 microcontroller software development provides a C language environment, while retaining the assembly code efficient and rapid. C51 has been completely integrated into the μVision2 integrated development environment, this integrated development environment contains the compiler, assembler, real-time operating system, project management and debuggers
Update : 2024-05-04 Size : 3860480 Publisher : tian

DL : 0
关于DSP控制直流电机的汇编语言的源代码,希望对初学DSP的人有帮助。-DSP controlled DC motor on the assembly language source code, in the hope that people DSP beginner help.
Update : 2024-05-04 Size : 3072 Publisher : 武汉一

非常好的汇编代码示例,可在linux平台用gas编译。学习at&t汇编语法的必备-Very good example of assembly code, you can use gas to compile linux platform. Learning at
Update : 2024-05-04 Size : 14336 Publisher : kev

要看懂Linux内核,需要学会一些AT &T 汇编语法, 这本书讲述的是 怎么样用 AT & T 汇编来编写应用程序,当你把这本书看过几遍之后,把Intel 386 CPU的保护模式和内存分页、分段的机制搞明白,就可以比较轻松地看Linux的内核机制了。该书为英文原版书籍,PDF格式。-To understand the Linux kernel, need to learn some of AT
Update : 2024-05-04 Size : 2224128 Publisher : hunbuso

DL : 0
一、使用说明: 用VS2005以上版本打开DotNetTextBox.sln即可,其中Word_dntb目录为导入Word文档的源码,DotNetTextBox目录为DotNetTextBox的核心源码,DotNetTextBoxWebSite目录是调用DotNetTextBox控件的实例网站。 二、注意事项: (1)关于EnvDTE.Dll的问题. 如果虚拟主机运行控件没有出现Could not load file or assembly EnvDTE, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a 的错误,那么实例网站中BIN目录下的EnvDte.dll文件可以删除. (2)BIN目录中其它DLL的使用说明. *ActiproSoftware.CodeHighlighter.Net20.dll、ActiproSoftware.Shared.Net20.dll、CodeHighlighterTest.dll 说明:因为控件使用了第三方的免费代码高亮插件,所以还需要在项目BIN目录下拷贝这些DLL,如果你不需要用到此功能,除了在配置文件中删除相关设置外,同时删除system_dntb目录里的PasteCode.aspx和PasteCode.aspx.cs即可,这样这三个DLL也无需复制!
Update : 2024-05-04 Size : 222208 Publisher : borrowheart

一个完整的ZIP压缩源代码库。其中包括了部分汇编代码模块。-A complete source code ZIP compression library. Including some assembly code modules.
Update : 2024-05-04 Size : 771072 Publisher : 王子

windows汇编语言程序设计 吴中平著 一书所附所有源代码。 该书重点讲解了Windows环境下汇编语言程序设计的基本原理及其实现过程,尤其对操作系统原理的核心内容——CPU保护方式、内存管理、进程和线程等做了精辟论述。 源码实例丰富详细,用汇编语言实现了windows平台下各种应用,包括保护模式编程,图形界面设计,数据库应用,网络开发等各方面。-windows assembly language programming book Wu Zhongping one attached all the source code. The book focused on the Windows environment for assembly language programming under the basic principle and its realization process, in particular the principle of the core content of the operating system- CPU protection, memory management, process and thread to do such a brilliant expositions. Source code examples of rich detail, using assembly language to achieve a wide range of applications under windows platform, including protected mode programming, graphical interface design, database applications, web development and so on.
Update : 2024-05-04 Size : 473088 Publisher : qinlei
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.