资源列表
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
Crc32
- CRC校验实用程序库 在数据存储和数据通讯领域,为了保证数据的正确,就不得不采用检错的手段。在诸多检错手段中,CRC是最著名的一种。CRC的全称是循环冗余校验,其特点是:检错能力极强,开销小,易于用编码器及检测电路实现。从其检错能力来看,它所不能发现的错误的几率仅为0.0047 以下。-/* CRC.C——CRC程序库*/ #define CRCCCITT 0x1021 #define CCITT-REV 0x8408 #define CRC16 0x8005 #define C
cortex-m3
- cortex-m3的时钟程序,内置两个按键,使用内部定时作为秒信号,走时很准确-cortex-m3 clock program, built two buttons, use internal timer as a second signal, very accurate travel time
words_grammar_machine
- 这是一个编译原理学习时写的词法分析器,用C++编写,内容简单易懂,实用性好,功能很完善,实现了对词法是否符合要求的检查 。-It is a program named the analyse machine for words grammar.
grammar_machine
- 这是一个编译原理学习时写的语法分析器,用C++编写,内容简单易懂,实用性好,功能很完善,实现了对语法是否符合要求的检查 。 -It is a program named the analyse machine for words grammar.
VisiaCompiler-SRC
- source code Visia Compiler english Version
Supernova_1.3
- Programming With Fiction Descr iption . this is new free Compiler. example : create window . i want window and the window title is "hello" try this-Programming With Fiction Descr iption . this is new free Compiler. example : create wi
openjpeg_v1_2_win32
- The OpenJPEG library is an open-source JPEG 2000 codec written in C language.
Wire
- Wire.h whuch is needed for some of compilers
pipesTest
- this a test about using windows pipes, this source is very tiny becouse use windows console. Was compiled in Visual Studio C++ 6 compiler-this is a test about using windows pipes, this source is very tiny becouse use windows console. Was compiled in
OpenJPEG_v1_3
- OpenJPEG library that is an open-source JPEG 2000 codec written in C language
qlalr
- 基于Qt的语法解析器生成器,效率稍差,但生产代码的可读性较好.-Qt-based parser generator, the efficiency a bit weak, but the production of better readability.