搜索资源列表
nasm-0.98.36-win32
- 一个x86汇编器,能在一些算法优化上能其很大作用-an x86 assembler, in some algorithms can optimize their great role
endian_conversion_src
- 分别在x86,ARM上实现的字节转化优化汇编程序。-Respectively, x86, ARM conversion of bytes to achieve optimized assembler.
CompileWork(optimize_available)
- 北航编译原理课程设计成果——一个扩充的C0文法编译器,带优化,生成的中间代码为四元式,最终代码为X86汇编。很好,很强大!-BUAA compile the results of the principle of curriculum design- a scalable C0 grammar compiler, with optimization, the generated code between quaternion type, the final code for the X86 co
huibianyuyan
- 汇编程序中的程序优化 全局寄存器优化 x86体系结构上的并行最大化和指令封包 存储优化-The assembler program optimization Global registers optimization The system structure of non-x86 packets maximize and instructions in parallel Storage optimization
syn_flood.tar
- synflood 攻击程序 添加x86/64 checksum优化-synflood & asm checksum
x86Architecture
- 描述x86结构的优化书籍,用于对intel优化的手册。(R) Intel Architecture Optimization -Books describe the x86 structure optimization for the optimization of the intel manual. (R) Intel Architecture Optimization
Linux_RIP_router
- 文章主要讲述在X86硬件平台下,结合linux kernel 2.4 系统环境开发RIP 路由器的基本原理及实现 的三个主要环节——嵌入式linux 的构建,命令行接口(CLI)实现,RIP 路由协议实现,同时也给出了一些针对RIP 路由协 议的优化方法。-This paper mainly describes the X86 hardware platform, system environment with linux kernel 2.4 RIP router developmen
optimization_manuals
- 性能优化,优化编译器,优化内存使用,优化语言结构等-This series of five manuals describes everything you need to know about optimizing code for x86 and x86-64 family microprocessors, including optimization advices for C++ and assembly language, details about the microarchitec
Crypt_rc2
- RC2加密解密算法。已对x86优化,也可用于其他平台。-RC2 encryption and decryption algorithms. For x86 optimized.
Crypt_rc4
- RC4加密解密算法。已对x86优化,其他平台也可用。-RC4 encryption and decryption algorithms. Has been optimized for x86, other platforms are also available.
Crypt_Vmpc
- VMPC加密解密算法。已对x86优化,其他平台也可用。-VMPC encryption and decryption algorithms. Has been optimized for x86, other platforms are also available.
c语言编译器源码
- ucc是一款遵从ANSI C89标准的编译器,大约15,000行C代码。目前支持x86平台上的 Linux和Windows系统,能正确编译自身并成功运行。它有下面一些特点: 1. 代码结构清晰直观,有比较详细的中文文档讲述它的实现 2. 使用三地址码作为中间码,构建了由基本块组成的控制流图,适合很多优化算法 3. 编译速度快。词法分析,语法分析和目标代码生成器都是手写的(其中的代码 生成器本想用burg这样的工具自动生成,但这样可能会给代码的理解带来难度, 最后手写了
x86架构代码优化
- X86平台指令优化说明,用于x86平台代码开发(X86 platform Instruction Optimization instructions for X86 platform code development)
pcsx2-v1.5.0-dev-3293-gd94387041-windows-x86(优化设定+全套bios+rr10%)
- 这是亲自设定的PCSX2的较新版本,设定好了控制器、模拟和视频方面的插件。这是套适用于新玩家上手的控制器配置。还有,要是出了什么问题,我可不管哦。
如何将代码迁出X86服务器
- 如今,我们几乎所有软件都建立在 x86 架构之上,在互联网漫长的演进过程中,各大公司拼尽全力在迭代上层架构、优化整体性能,开发者们该用的、能用的招儿想必都用上了,接下来呢?如果底层架构不出现大的革新,接下来还有什么方法大幅提升生产力?各位开发者还有其他选择吗?