资源列表
TPaxCompilerV2_4_03
- paxCompiler是一个帕斯卡编程语言工具,编译工具生成机器代码为Intel处理器。编译工具的模式包括:基本的编译器和C编译器,交叉语言编程,固定装配工。 -paxCompiler is an embeddable compiler of the Object Pascal programming language. The key features of the paxCompiler are: The compiler generates machine code for
ReflectorCmd
- Dot Net反組譯器,有興趣的可以參考看看,-Dot Net disassemble device, we are interested can refer to a look,
Reflector_8.5.0.179_XiaZaiBa
- 反编译,可以用来查看一些被封装好,但是我们不知道源码的dll或者exe等-code out
win64asm
- 这个不用我多说,大家一看文件名就知道了,这是支持64位的汇编编译器,可以在WIN7,8上运行。-This Needless to say, we see the file name to know, which is supported by a 64-bit assembler, you can WIN7, 8 runs.
Compilers Principles, Techniques and Tools
- 编译原理 龙书 第二版 英文版 高清版 自带目录标签(Compilers Principles, Techniques and Tools)
visibility-metric
- this is not a working model for the begins
ICC-AVR7.22
- ICC-AVR7.22,安装后即为破解版,网络上的资源,共享。-ICC-AVR7.22, after the installation for the crack version, network resources, share.
APB_Servo_code_final
- test code by verilogHDL. SERVO MOTER operation code at FPGA. AHB and APB BUS Architecture.
RFID-Reader
- RFID Reader Emulator
gzsd2416
- WINCE6.0 DSP 3SC2416
DIY-STLINK_V2
- 这是一款适合DIY的ST-LINK仿真烧录器,包涵PC驱动;底层固件(HEX);PCB和原理图原文件(AD)-This is a suitable DIY simulation of ST-LINK burner, bear with PC drive the underlying firmware (HEX) PCB and schematic original document (AD)
SICP
- 《计算机程序的构造和解释》(SICP)是一本关于计算机程序设计的总体性观念的基础教科书,书中使用程序设计语言 Lisp 的方言 Scheme 来解释计算机科学的核心概念,包括抽象(abstraction),递归(recursion),解释器(interpreters),以及元语言抽象(metalinguistic abstraction)。具体而微地由宏观到微观给出清楚地轮廓与脉络。- Computer program structure and interpretation (SICP) i