搜索资源列表
retroguard-v2.3.1gpl
- retroguard 混淆器 Included in this release are the following files and directories: Readme.txt : This file. License.txt : For commercial projects, RetroGuard Pro is distributed under an annual subscr iption-based commercial license. -OR
Script
- vbs脚本解释器,在windows脚本宿主的基础上增强了功能,使脚本的威力更加强大-vbs scr ipt interpreter, the windows scr ipting host on the basis of enhanced features that make the scr ipt more powerful
Reflector5.1.6.0
- Reflector破解版(免费版),Reflector绿色版,Reflector特别版Tags:reflector,破解版,.net反编译器在我不能上网的地方常常因为过期自删除。破解它,不让它强制升级。附带插件:DeblectorReflexil因为,我只觉得这两个插件有用,所以加入了它们-Reflector crack Edition (free version), Reflector green version, Reflector Special Edition Tags: reflect
typeof
- typeof,编译时获取表达式类型运算符,是gcc编译器的一个扩展(intel编译器 也支持). 笔者最近作一个项目时需要用比较hack的手段把第三方的dll(无lib但有头文件)里面的外部函数以函数指针的方式提取出来给其他模块作全局变量用,500多个函数呀,声明函数指针可不是个轻松事,类型名字至少排满一行,写了50多个就受不了了. 找了boost的typeof,把里面的代码大幅度简化,提炼,去掉一些依赖.请使用TYPEOF宏,无任何运行时开销。 本版本利用了vc6的1个bug(子类
PL0
- 对PL/0原码作以下修改扩充: 增加单词:保留字 ELSE,REPEAT,UNTIL,RETURN 运算符 +=,-=,++,-- (2)修改单词:不等号# 改为 <> (3)增加条件语句的ELSE子句 (1)扩充赋值运算:+= 和 -= (2)扩充语句 REPEAT <语句序列> UNTIL <条件> 其中,<条件>是循环条件,即条件不成立时,重复执行循环体的< 语句序列>; 条件成
delimiter_matching
- 编写简易编译器,能发现分隔符匹配的错误如括号、注释符的匹配问题,都能检测出来-delimiter matching The simple algorithm uses a stack and is as follows: Make an empty stack. Read characters until end of file. If the character is an open anything, push it onto the stack. If it is a close
ckeditor_3.6.5
- CKEditor是新一代的FCKeditor,是一个重新开发的版本。CKEditor是全球最优秀的网页在线文字编辑器之一,因其惊人的性能与可扩展性而广泛的被运用于各大网站。 CKEditor是Fckeditor html编辑器了一个升级版本,用过fckeditor的站长都知道,由于其打开速度的不理想把fckeditor用于网站做为在线编辑器并不是明智的选择,ckeditor正好弥补了这一缺陷,ckeditor是由Frederico Knabben.针对网络而开发的在线编辑器。它提供了令人吃惊
SegyMAT
- SegyMAT is a set of m-files that aims to ease importing and exporting SEG-Y files from Matlab. SegyMAT aims to: completely support SEG-Y revision 1 be easy to use in other projects be compileable using the Matlab Compiler be a Swiss Army knife de
Card-and-Label-Designer
- Are you looking for software to design sticker and coupon? Affordable Badges Designing Software easily downloaded from www.businessbarcodes.net website to create customize business labels in minimal time. Card generator software uses several line, co
led_tog1
- the code given here is not for the hackers who wanna to make the thing easy
binary-tree-in-templates
- so i want to make a code, that creates a binary tree, that holds data, for example ints like 1,6,2,10,8 and on pop i get the biggest number, and after that it gets deleted from the tree, and on push i can insert a new element. And this should be in a
Interpolation
- Replace this file in mixim to make it work if you get an error in windows platform.
cp
- 对c代码进行语法分析,生成语句之间的连接关系,借助dot工具以图形化方式显示,另外解析出每个函数的变量的定义、使用情况 该版本没有加入预处理,预处理功能可以自己开发(有些复杂),也可以借助gnu c的预处理功能-Parse c code to generate the connection between the statement, with the dot tool graphically displays another parse out the variables of ea
Booster-con-PIC
- SOURCE CODE AND TEST FILE ABOUT HOW TO MAKE A PIC BOOSTER
make-3.81-bin
- Make is a tool which controls the generation of executables and other non-source files of a program from the program s source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each of the no
make-3.81-dep
- SOUECES - Make is a tool which controls the generation of executables and other non-source files of a program from the program s source files. Make gets its knowledge of how to build your program from a file called the makefile, which lists each
complex
- 建立類別設定兩個複數 並使他們做相加與相減運算-Create a class setting and enable them to make adding two complex and subtraction
GrammerAnalyze
- 表达式语法分析,输入表达式(数字以i代替),分析其合法性,并作适当报错功能-Expression syntax analysis, enter the expression (figures i substitute), analyze its legitimacy, and to make appropriate error function
GNU-make.pdf.tar
- 这个是比较详细的gnu MAKE手册,里面介绍了make的启动规则和一些文件-gnu make
The GNU Make Book
- The GNU Make Book demystifies GNU make and shows you how to use its best features. You'll find a fast, thorough rundown of the basics of variables, rules, targets, and makefiles. Learn how to fix wastefully long build times and other common problems,