Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - assembly
Search - assembly - List
80X86汇编语言程序设计教程_10277687,一本很好的超星电子书,解压后用超星的软件打开-80X86 Assembly Language Programming Guide _10277687, a good Superstar e-books, unpacked using open software Superstar
Update : 2024-05-04 Size : 8323072 Publisher : 任曈

汇编语言源代码,代码基础性强,代表性高,很适合学习以及参考-assembly language source code, code base strong, representative high, but is suitable for learning and reference
Update : 2024-05-04 Size : 17408 Publisher : 王哲

详细介绍IBM汇编语言的各种使用方法,让你更深入的掌握汇编语言-detailed compilation of language use and allow you to more in-depth grasp assembly language
Update : 2024-05-04 Size : 7723008 Publisher :

DL : 0
汇编语言变得电子时钟程序。适合8086汇编语言的初学者使用。-assembly language becomes electronic clock procedures. 8086 assembly language suitable for beginners to use.
Update : 2024-05-04 Size : 142336 Publisher : lc

DL : 0
汇编语言写的电子时钟,课程设计的程序,masm5.0汇编通过-assembly language to write the electronic clock, the curriculum design process, through the compilation masm5.0
Update : 2024-05-04 Size : 1024 Publisher : 许枫

DL : 0
利用汇编语言实现循环的的算法。 在输出过程中调用。-using assembly language to achieve the cycle of the algorithm. Output in the process of calling.
Update : 2024-05-04 Size : 7168 Publisher : 黄立坤

用x86汇编语言编写的计算器,可以在控制台上运行,cool吧,本人早期作品,代码非常精练-x86 assembly language prepared by the calculator can be run on the console, cool it, I early works, a very concise code
Update : 2024-05-04 Size : 7168 Publisher : 梁文锋

一个用x86汇编语言编写的贪吃蛇小游戏。实现了基本的键盘操作控制和成绩显示,在文本模式下完成-a x86 assembly language prepared by the Snake small game. To achieve the basic keyboard operation control and results showed that the complete text mode
Update : 2024-05-04 Size : 3072 Publisher : 辉辉

利用汇编语言和TMS320F2812芯片实现FFT的算法,该算法对128点和256点很有效,使用过程中要考虑信号值不能太小-use of assembly language and TMS320F2812 chip FFT algorithm for 128 points and 256 points very effective, the process used to be considered too small signal value can not
Update : 2024-05-04 Size : 1024 Publisher : 王乾坤

IBM PC 汇编语言程序设计:第五版 超星格式-IBM PC assembly language programming : Noted format Superstar
Update : 2024-05-04 Size : 2155520 Publisher : maliang

这是一个4*4键盘控制液晶显示器的汇编语言程序。是用MICROCHIP的MPLAB IDE编写的。附有硬件连接方式。-this is a 4* 4 keyboard control LCD assembly language. Is going before the MPLAB IDE prepared. With hardware connectivity options.
Update : 2024-05-04 Size : 16384 Publisher : 陈燕

本上载源码为用51汇编语言实现pid控制的发生的程序-uploaded the source code for the 51 assembly language used to achieve pid control of the process
Update : 2024-05-04 Size : 1024 Publisher : guorui

本上载源码使用51汇编语言实现位置式pid控制-the source on the use of assembly language to achieve 51-pid control position
Update : 2024-05-04 Size : 1024 Publisher : guorui

Assembly example with RealView MDK The Assembly example shows how to create a pure assembly program for an ARM device. It is done using the RealView Compilation Tools that are part of the RealView MDK-ARM.-Assembly example with RealView MDKThe Assembly example shows how to create a pure assembly program for an ARM device. It is done using the RealView Compilation Tools that are part of the RealView MDK-ARM.
Update : 2024-05-04 Size : 8192 Publisher : 徐勇

此为5层电梯模拟程序。采用汇编语言,内有设计说明。-this as a five-storey elevator simulation program. Using assembly language, within design specification.
Update : 2024-05-04 Size : 20480 Publisher :

DL : 0
该程序是一个动态规划法解决装配线调度问题的小程序,是用C++做的。-the program is a dynamic programming solution to the assembly line scheduling small programs, is to use C to do.
Update : 2024-05-04 Size : 277504 Publisher : 成朝夕

正弦波信号发生器 1、摘要:使用查表法在屏幕上显示正弦波信号。 2、参考资料: IBM-PC汇编语言程序设计(第二版) Intel汇编语言程序设计(第四版) (汇编语言)-a sine wave signal generator, Abstract : Checking displayed on the screen sine wave signal. 2, reference materials : IBM-PC Assembly Language Programming (2nd edition) Intel assembly language programming (fourth edition) (Compendium language)
Update : 2024-05-04 Size : 11264 Publisher : 孙锋志

DL : 0
[问题描述] 设计一个电梯模拟系统。这是一个离散的模拟程序,因为电梯系统是乘客和电梯等 “活动体”构成的集合,虽然他们彼此交互作用,但他们的行为是基本独立的。在离散的模拟中,以模拟时钟决定每个活动体的动作发生的时刻和顺序.系统在某个模拟瞬间处理有待完成的各种事情,然后把模拟时钟推进到某个动作预定要发生的下一个时刻。 [基本要求] (1) 模拟某校五层教学楼的电梯系统。该楼有一个自动电梯,能在每层停留。五个楼层由下至上依次称为地下层、第一层、第二层、第三层和第四层,其个第一层是大楼的进出层,即是电梯的“本垒层”,电梯“空闲”时,将来到该层候命。 (2) 乘客可随机地进出于任何层。对每个入来说,他有一个能容忍的最长等待时间,一旦等候电梯时间过长,他将放弃。 (3) 模拟时钟从0开始,时间单位为0.1秒。人和电梯的各种动作均要耗费一定的时间单位(简记为t),比如: 有人进出时,电梯每隔40t测试一次,若无人进出,则关门。 关门和开门各需要20t 每个人进出电梯均需要25t 如果电梯在某层静止时间超过300t,则驶回1层候命。 (4) 按时序显示系统状态的变化过程:发生的全部人和电梯的动作序列。-[Problem description : design an elevator simulation system. This is a discrete simulation program, because the lift system for passengers and elevators "body" form of assembly, Although the interaction between them, but their behavior is a basic independent. The discrete simulation, simulation clock to decide on the activities of each of the action takes time and sequence. A simulation system in an instant to be done to deal with the matter, then analog clock advance to a certain action is scheduled to take place the next time. [Basic requirements] (1) simulation of a school teaching floor of the five-story elevator system. Even with an escalator, will stay in the library. Five floors from the bottom to the lower deck were called, the first-, second-, third- and fourth layer, i
Update : 2024-05-04 Size : 49152 Publisher : 孙锋志

DL : 0
汇编语言,用C51单片机实现交通灯控制!二极管模拟发光!-assembly language, using C51 MCU control traffic lights! Simulation luminescent diode!
Update : 2024-05-04 Size : 2048 Publisher : 张衡

绝对的大全 囊括汇编语言从入门到应用的大量源代码 供大家学习使用!-absolute Daquan include assembly language from entry to the application source code for a large number of people learning to use!
Update : 2024-05-04 Size : 14046208 Publisher : tang
« 1 2 3 4 56 7 8 9 10 ... 50 »
DSSZ is the largest source code store in internet!
Contact us :
1999-2046 DSSZ All Rights Reserved.