搜索资源列表
《汇编源代码大全》
- 由3926个源代码,包括8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单 片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、 创新32位声开发、视频实例等众多内容,内容十分的丰富,绝对是 汇编语言的知识宝库!-by 3926 source code, 8051/8096/8099/8048 compilation including SCM tools, assembly l
AssembelyLanguageSourceCodeSeries
- 由3926个源代码,包括8051/8096/8099/8048单片机汇编工具、 汇编语言、摩托罗拉m68HC11、m680x0系列汇编语言、inter8051单 片机汇编语言、dos未公开的秘密、windows进程控制、图形编程、 创新32位声开发、视频实例等众多内容,内容十分的丰富,绝对是 汇编语言的知识宝库!-by 3926 source code, 8051/8096/8099/8048 compilation including SCM tools, assembly l
SparcZ
- 用win32汇编编写的类木马的东西,运行后在机子上打开23端口,用telnet登陆,可以运行下列命令: open filename - open the file or program msg message - place message plainly over screen box message - show within a messagebox cdopen - to open CDROM drive door cdclose - to close CDROM d
16
- 将该实例的源代码,比如1.c文件(在【001】目录下)拷贝到【c:\\tc】目录下,在MS-DOS方式下运行tc.exe,打开编译器,在TC中,按【F3】键或者“File->Open”菜单命令,打开1.c文件,按【Ctrl+F9】键,或者“Run->Run”菜单命令,编译运行该程序。若有相应的dat文件,应将dat文件一起拷贝到【c:\\tc】目录下。
WordGame
- 用汇编语言做的一个打字游戏。运行环境是MASN5.0。 1,用户打开软件时先出现欢迎界面,当用户输入字符’1’时,再进入打字界面 当用户按的是”ESC”键时,退出打字游戏 当用户输入不是数字”1”或者不是按的”ESC”键时,屏幕不动作,直到用户输入数字”1”或者按的”ESC”键时 2,打字字符从第二行开始显示(双数行为显示打字内容,单数行由用户输入) 打字内容:1), We will see his boat and then.We ll say goodbye to him.
texted
- 一个汇编做的文本编辑器,教学案例.可以打开和保存文件-a compilation of the text editor, teaching cases. Can open and save documents
DYD_clock
- 本源程序系`一款多用电子钟芯片 源程序,可有3开3关定时,且有受双限触发的定时口-the `one-source electronic bell multi-chip source, there are three open three relevant time, there is limited by the double-trigger timing of mouth
against-tracking
- 用指令预取反跟踪。CPU 的执行时并不是执行到哪一句再到内存中去取那一句,而是先读入到 CPU 的 Cache 中,如果指令已经到了 Cache 中,再将它修改也没有用了,如果用跟踪程序的话,CPU 的 Cache 中就不会是跟正常执行时的指令相同,所以可以改动下几条指令,当然是故意改错,如果没有跟踪,程序还回照常执行,有跟踪的话,那就... -with instructions Prefetching anti-tracking. CPU implementation is not an
BU9432KTV_application_note
- rohm BU9432: BU9432KTV application note,FM 收音机开放不可缺少的电子资料-rohm BU9432 : BU9432KTV application note. FM radio open indispensable electronic data
revava0.41
- AVR反汇编,对ATMEGA8有效,可以根据源码自行修改,支持ATMAGE16,ATMAGE128等,源代码开放,欢迎志愿者升级维护-AVR Series against the ATMEGA8 Single effective, according to the source code changes ATMAGE16 support, ATMAGE128, source code open, upgrade and maintenance volunteers
yingyuemusic
- 报警电路编译通过...大家下去直接用.支持程序员联合开发网-alarm circuit compiler ... we continue through the direct use. Joint programmers support open Portal
verilogCblock
- 数字钟编译通过...大家下去直接用.支持程序员联合开发网-digital clock compiler ... we continue through the direct use. Joint programmers support open Portal
Hanogkhk
- 用递规子程序的方法实现HANOI塔问题.子程序模块个数不限. 要求: 盘子个数可以输入,第一个塔为A,第二个塔为B,第三个塔 的名称为C.打印出移动过程. -regulation subroutine with the delivery method HANOI Tower. Open-number subroutine modules. Requirements : Number plate can be imported, a Tower A, the second tower
planefighter
- 我是学程序员的 现在也才是学习阶段 这个小游戏是我第一次的实训做的 不过这个飞行射击游戏必须要在WIN-TC环境下才能打开 我已经把这个小软件放在包里了 安装就哦了. -I study programmers now is the learning phase of this little game is the first time I have done the Practical But the fly OK shooting games must WIN-TC can open
hulanjianlei
- 联动门的控制程序 其中,全开和全锁为紧急开关! 单开则只能打开一个门且具有互锁功能-linkage doors which control procedures, Full and the entire lock for the emergency switch! single open only to open a door and has interlocking function! !
O-asm
- 本教程主要讲述计算机指令运行机制及汇编语言的相关知识,并用详实的例子来讲解如何使用O汇编语言来编写程序。汇编语言是计算机低级语言,它直接对应的是计算机机器指令,据有执行高效的特点,但由于它的底层性,指令浩繁复杂,如果你熟悉如MASM、FASM或者NASM等其它的汇编语言,那么你将能够很容易地学会使用O语言,它的内部机制与其它汇编语言是一致的;如果你没有接触过汇编语言,那么本教程将为你打开计算机语言的大门,深入细致地解剖聪明的计算机大脑的思考轨迹。如果你使用过C或者其它的计算机语言将对学习O语言有
OIOIC-Primer-1st-Edition.tar
- robot open source code
Open
- 实现开启动画 启动界面特效 漂亮的C软件启动界面特效源码-Open the animation effects to start to achieve a beautiful interface, C-source software start-interface effects
open-card-game
- 翻牌小游戏的代码 是一个5*5的翻牌小游戏代码 改过打开方式但是代码本身没有问题可以直接使用-Flop game code is a 5* 5 flop game code to turn the Open code itself is no problem, but can be used directly
SPWM-open-loop-speed-control-
- 采用不对称规则采样法生成三相SPWM波的开环调速控制程序-Three-phase SPWM wave generated using asymmetric regular sampling method open-loop speed control program