搜索资源列表
dlx_verilog.rar
- 这是我个人写的DLX处理器流水线的Verilog代码,在ModelSim中仿真通过,并且在ISE中能综合!即可以下载到FPGA中运行指令,指令可以根据需要定义,也可和相应的编译器配合使用,这里给学习流水线和Verilog的朋友共享。,This is my personal wrote DLX pipeline processor Verilog code, adopted in the ModelSim simulation and can be integrated in the ISE! T
LR1
- 采用VC编程的LR分析法,代码可以直接运行,可以帮助理解编译原理中的LR构造分析法-VC programming using LR analysis, the code can be directly run, the compiler can help to understand the principle of structural analysis of the LR method
IncBuildNo
- IncBuildNo是个命令行工具,与VS配合即可完成递增版本号的任务。如果你采用第一种版本号风格,IncBuildNo也能很好地胜任。IncBuildNo甚至可以干别的递增数字的工作,不仅仅是版本号,因为运行它时需要的参数之一是正则表达式。-IncBuildNo is a command-line tool to increment the version number of the task can be completed in conjunction with VS. If you us
typeof
- typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
LALR(1)
- LALR(1)分析器的构造——整套课程设计,打分是良好,附有可运行的整套源代码。改一下小结就可以直接交了。-LALR (1) parser construction- set of curriculum design, scoring is good, with complete source code can be run. Summary of change it can be directly handed over.
vc_SLRStar
- 一个vc++编写的词法语法分析程序,可以直接编译运行.-A lexical and syntactical analysis program written in Visual C++, can be compiled directly and run.
VFP-UnFoxall3.0
- 软件介绍:UNFOXALL v3.00 专业注册版 FoxPro反编译工具。可以完整的从FOX所有版本(FoxBase, FoxPro2.x for DOS/Windows, VFP3.0/5.0/6.0)开发的EXE,.APP,.FOX,.SPX, .MPX, .QPX, .PJT及其 他文件中完整反编译出所有源程序及其他文件。 使用说明: 安装原版后,运行原版选择关于,输入用户姓名,邮件,单位,后确定退出再解压注册机至原版目录下运行注册机,可以得到正确注册码
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.
CompilerDemo
- 关于PL/0语言的一个编译程序,可以打开PL/0语言编写的文件然后汇编成汇编语言输出并运行。-About PL/0 language of a compiler, you can open the PL/0 language file and then compiled into assembly language output and run.
74HC595
- 74HC595芯片的驱动C程序,经过测试,运行ok,可以直接使用,修改IO后可以做成自己的.h方便使用。-74HC595 chip driver C program, tested and runs ok, you can directly use, modify IO can be made after your own. H easy to use.
viterbi_binary_nsc
- 详细说明了删余卷积码的译码程序,可以运行-A detailed descr iption of punctured convolutional code decoding process, you can run
Lab3
- 预编译器 C++实现 有完整的代码 可以运行-Precompiler C++ achieve a complete code can run
CMMComplier
- CMM语言的编译器,支持基本的数据类型,数学运算操作,函数定义,而且可以进行编辑,编译,运行,并有错误处理-CMM language compiler supports basic data types, arithmetic operations, function definitions, but also can edit, compile, run, and error handling
antlr-calculator
- 一个用antlr写的简单四则运算的编译器,eclipse中可以运行,编译原理-With antlr write a simple arithmetic compiler, eclipse can run, compiler theory
ZFFX
- 编译原理词法分析器,可以加深对编译原理的学习,了解词法的构成和编译程序的运行流程。-Assembly language lexical analyzer
the-benefits-of-the-set-p-=-NULL
- (1)在没有 p = NULL 时,指针p是指向一个内存地址的,只是这个内存地址对当前程序是非法的。对黑客来说,这可是一个机会。 每次程序崩溃时几乎都会在同一个地址(p所指的位置),这个地址会很容易到黑客手上的,然后黑客可以在指定的内存地址上事先布置好自己的代码,然后运行程序,崩溃时就会到黑客指定的代码上去,结果不堪设想啦。 (2)在有 p = NULL 时,程序同样崩溃,但崩溃的地址是0. 0地址对任何程序都是非法的,所以再牛的黑客也不能把自己的代码布置到内存地址是0的空间上。所以对这种情
largest_lyapunov_exponent
- 实现最大李雅普诺夫指数的计算,利用小数据量法进行编程,可以较快的实现运行结果。-The realization of the calculation of the maximum Lyapnova exponent, it is programmed with a small amount of data, and it can achieve results faster operation.
3generator9node
- 自己搭建的三机九节点模型,可以运行,并且满足一般的学习研究用-3generators and 9 nodes
Dll2C
- DLL to C v2.42 DLL to C和其它的反编译或反汇编工具最大的不同是:它生成的代码是可以直接编译运行的-DLL to C is the revolution of decompile technology. It can convert a DLL into compilable C/C++ code.
自制编译器 ,青木峰郎著 ,P445
- 本书将带领读者从头开始制作一门语言的编译器。笔者特意为本书设计了CЬ语言,CЬ可以说是C语言的子集,实现了包括指针运算等在内的C语言的主要部分。本书所实现的编译器就是C Ь语言的编译器, 是实实在在的编译器,而非有诸多限制的玩具。另外,除编译器之外,本书对以编译器为中心的编程语言的运行环境,即编译器、汇编器、链接器、硬件、运行时环境等都有所提及,介绍了程序运行的所有环节。(This book will lead the reader to make a language compiler fro