搜索资源列表
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
syn_flood.tar
- synflood 攻击程序 添加x86/64 checksum优化-synflood & asm checksum
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)