搜索资源列表
ASM86_64
- Intel x86处理器的汇编器,适合想学汇编器的朋友参考-Intel x86 processor assembler, for, like the compilation of reference for a friend
compiler
- DOS-intel平台的C编译器以及z80平台的C编译器。自己人写的。还不错啊。可以用之!
ivf11.0.066.cracker.rar
- Intel Visual Fortran compiler 11.0.066 破解,Intel Visual Fortran compiler 11.0.066 cracker
PL0
- PL0 C语言版本 //A.2 C 版 本 /*编译和运行环境: *1Visual C++6.0,VisualC++.NET and Visual C++.NET 2003 *WinNT, Win 200, WinXP and Win2003 *2 gcc version 3.3.2 20031022(Red Hat Linux 3.3.2-1) *Redhat Fedora core 1 *Intel 32 platform *使用方法: *运行后
F67179FJDMEQ2W3HND
- C++ is widely used in the software industry. Some of its application domains include systems software, application software, device drivers, embedded software, high-performance server and client applications, and entertainment software such as video
Small_Device_C_Compiler_Manual
- SDCC (Small Device C Compiler) is free open source, retargettable, optimizing ANSI-C compiler by Sandeep Dutta designed for 8 bit Microprocessors. The current version targets Intel MCS51 based Microprocessors (8031, 8032, 8051, 8052, etc.), Dal
typeof_common
- typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
pcemu-1.2.tar
- 这个是英特尔的高级项目经理自己开发的CPU模拟软件,被我从他的个人主页淘来和大家分享!这款仿真器,仿真PC指令运行机制,可以从中学习指令调度以及如何写汇编器。-This is a senior project manager of Intel' s own CPU simulation software developed by my Amoy from his personal home page to share with you! The simulation, simulation
ucc160
- ucc是一个编译器驱动器,在运行过程中,它会首先调用预处理器对C文件进行预处理, 然后依次调用编译器和汇编器生成目标文件,最后调用链接器将多个目标文件以及 库文件链接在一起生成最终的应用程序。 目前,ucc支持运行在Intel X86平台上的Linux和Windows操作系统。 当解压下载的源码后,系统中会产生一个名为ucc的目录,该目录的组织如下: driver 驱动器实现 ucl C编译器实现 doc 文档,中英文版本的ucc使用手册以及ucc内
Quick-Intel-compiler-optimization
- Intel编译器优化速查 Quick Intel compiler optimization-Quick Intel compiler optimization
ivf10.0.025.cracker
- Intel Visual Fortran compiler v10.0.025 破解 - Intel.Visual.Fortran.Compiler.v10.0.025-TBE - lic 文件 - 导入时路径中不能有中文-Intel Visual Fortran compiler v10.0.025 cracker- lic file
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
smaller_and_faster_intel_sse_code
- Codes exhibiting suitable data-flow parallelism can often profit from using Intel SSE, a SIMD extension to the CISC style In-tel 64 instruction set architecture. As SSE instructions are, on average, larger than scalar instructions, they exhibit a