搜索资源列表
ToolBuild
- 用masm写的TOOBar生成器,有点类似于VB之类,制定完之后自动生成相应的代码,这对win32平台下的汇编程序员来说是个不错的工具,也是一个用汇编写OOP程序的例子-with masm write TOOBar generator, somewhat similar to the VB like, End enacted automatically generates the appropriate code win32 platform for the compilation of pro
C_Parser
- 一个用于学习的编译器 ,系统的一般构造原理、基本设计方法、主要实现技术和一些自动构造工具,主要由语言基础知识、词法分析、语法分析、中间代码生成、代码优化、目标代码生成、符号表的构造和运行时存储空间的组织等8部分组成。-a study for the compiler, the system's general tectonic theory, the basic design method main technical and automatically constructs some
VisualClassBuilder_src
- Visual C++ 代码自动生成小工具,用户添加好Class以及每个Class的method后,便可以自动生成代码,值得推荐-Visual C code automatically generated small tools, Users add good Class of the Class of each method, they can automatically generate code, recommendable
Abator
- Abator的去注释的核心代码,Abator是基于iBatis的一个生成工具,能够自动生成配置文件,但是生成的配置文件有太多的垃圾注释,将Abator插件源码下载下来后,将该文件替换原有的Abator.java文件,重新编译可以生产新的插件。安装后即可使用。-Abator of abandoned comments
yibaohe
- 易语言宝盒 V2.58 1、收集很多网上流行经典的易语言语音教程,和一些常用的工具,易语言模块,易语言支持库。 2、此工具能一键下载已收集的的所有语音视频教程和工具,模块,支持库等等。 3、新建下载,增加自动分析 迅雷地址、迅雷快传地址、快车地址、旋风地址、115网盘地址等。 4、视频教程支持在线观看 功能介绍 网页分析 → 穿透框架彻底分析网页元素,让你网页填表操作更加简单! 窗口探测 → 清晰的分析窗口中各种控件的ID,句柄,标题,类名,位置,大小!
tree_analysis
- 这个一个用于树形分析的中间件代码工具.输入编码表后能自动生成对应的树状结构,便于分析.开发环境Visual C++ 6.-This middleware code for tree analysis tool. Input encoding table can automatically generate the corresponding tree for easy analysis. Development environment of Visual C++ 6.
DELPHI-Function-Query-Tool
- DELPHI函数功能查询、生成工具,简易代码自动生成-DELPHI Function Query Tool
AVR-code-gen
- avr单片机代码自动生成软件,非常好用的工具.-avr code gen
xiaojingling
- 是应用于单片机编程的小工具,可以自动生成51代码,包括定时、中断等-it is good for c51 to creat the code
compiled-machine
- 一个自动代码生成工具。它能读入“myapproval.sql”里的“account”和“authority”的建表语句,分别自动生成如“AccountModel.java”和“AuthorityModel.java”Model类对象的源代码。-An automatic code generation tool. It reads " myapproval.sql" in the " account" and " authority" of t
Js调试工具【完整源码开源】
- 基本功能: 1、具备同类js调试软件大部分功能 2、有些js 发条计算不出来(包括同类的 枫影js 人善帝王心等) 3、采纳鬼鬼js作者建议,增加浏览器调试, 4、生成代码 亮点功能:【功能属于试验阶段,如果发现无法处理的js 请联系QQ:1615457734 进行反馈】 1、自动声明 window={};navigator={}; 2、自动处理返回结果为假(有些window参与运算的函数,例如 京东 B站等,可以直接自动处理)(Js debugging tools [com