搜索资源列表
O-asm
- 本教程主要讲述计算机指令运行机制及汇编语言的相关知识,并用详实的例子来讲解如何使用O汇编语言来编写程序。汇编语言是计算机低级语言,它直接对应的是计算机机器指令,据有执行高效的特点,但由于它的底层性,指令浩繁复杂,如果你熟悉如MASM、FASM或者NASM等其它的汇编语言,那么你将能够很容易地学会使用O语言,它的内部机制与其它汇编语言是一致的;如果你没有接触过汇编语言,那么本教程将为你打开计算机语言的大门,深入细致地解剖聪明的计算机大脑的思考轨迹。如果你使用过C或者其它的计算机语言将对学习O语言有
suanshubiaodashi1
- 算数表达式实验程序。与严老师的实验教程配套。用c编写。经调试可以使用。
ARM_Program
- arm的入门级编程教程 使用汇编语言讲解interrupt服务的功能实现并且提供编程examples
IDAexample
- IDA实例教程 使用IDA pro 的一个例程详细讲解了静态脱壳的方法,对反汇编的讲解 个人认为很好,希望对大家有帮助意义 -IDA examples of the use of IDA pro tutorial gave a detailed account of a routine shelling the static method, the disassembly of the brief personal view is that good, want to help us sense
Emu8086
- 想搞懂汇编语言理解深层次的机器底层,我们可以用emu8086这个软件进行编程和调试,获得理解,这是emu8086使用教程!-Would like to get to know the assembly language in-depth understanding of the underlying machine, we can use this software emu8086 programming and debugging, access to understand that this
IDA
- ida简明使用教程,反汇编使用,可以逆向开发,很好的东西-ida concise use of curricula, the use of anti-compilation, you can reverse the development of good things
JiaoTongDeng
- 交通灯控制器,还有Proteus的使用例程,是目前最好的教程.入门教程,还不错的,看看吧!-Traffic light controller, as well as the use of Proteus routine is the best course. Getting Started Guide, but also good to see you!
IDA
- IDA简易入门教程,反汇编程序工具的使用-IDA simplified form for beginners tutorials, disassembler the use of tools
asm
- 我们如果使用汇编对软件进行保护,请看保护模式教程-failed to translate
1111
- 使用说明: 【您也可以代开教程.gif 图片 进行观看视频使用教程】 将exjh.fne 复制到 易语言安装目录下lib目录中 打开易语言 菜单栏 工具 支持库配置 全选 确定 然后工具菜单下会出现 斑马易语言代码段管理器 点击即可使用 在使用过程中,先进入易语言代码编辑区 然后双击要使用的代码名称,即可将代码发送到易语言IDE代码区!! 本次更新说明: 【增加导出导入功能,可以导出类别、单代码、全部等,导出后发给朋友可
huibianyuyanjiochengl
- 很详细的汇编教程,使用方便,可作为工具书使用-Very detailed compilation of tutorials, easy to use, can be used as a tool
WinDLX
- 使用windlx时所用到的汇编语言教程,里面有相关的一些指令,做计算机系统结构试验可能用到。-Used when using windlx assembly language tutorial, there are some relevant instructions, the computer system to do structural testing may be used.
SkinMagic
- 本人写的win32ASM使用SkinMagic的教程,内含22种可用皮肤,SkinMagic.dll2.5破解版,本人制作的适合汇编使用的inc和lib文件。-It s a tutorial I wrote to illuminate how to use SkinMagic to skin our program in Win32Asm,including 22 skinfiles,SkinMagic.dll of ver2.5 and cracked,inc and lib files th
neicunduqu
- 简单E语言读取源码。针对初学者使用教程-Simple E language to read the source code
IDA-Chinese-tutorial
- IDA反汇编软件,中文教程,非常详细使用说明-IDA disassembler software, Chinese tutorial, very detailed instructions
Fortran95
- 介绍有关Fortran95的使用教程,内容详实-Introduction to Fortran95 use of tutorials.
C-language-learning
- 谭浩强的c++教程可供新手学习使用,通俗易懂。-Hao strong c++ tutorial for novices to learn to use, easy to understand.
code
- AbaqusUSDFLD使用教程,快速学会其使用技巧,修改程序,继续运行,得到想要的结果-AbaqusUSDFLD use of tutorials, quickly learn to use skills, modify the program to continue running, get the results you want
C++Primer(第四版源代码)
- 详细的C++使用教程,通俗易懂,很容易上手(Detailed C++ tutorial, easy to understand, easy to use)
数据结构教程上机实验指导
- 本书是《数据结构教程》的配套上机实验指导书,两书章次一一对应,内容包括线性表、栈和队列、串、数组和稀疏矩阵、递归、树状结构、广义表、图、查找、内排序、外排序、文件等。书后附录中给出了VC++ 6.0环境下编写C程序所需的基本知识及学生应提交的实验报告的格式。本书包含全部上机实验题目,因此自成一体,可脱离《数据结构教程》单独使用。