搜索资源列表
2
- EXE文件反编译成C源代码的工具 ,可以将任何EXE文件反译成C源代码进行二次开发-Decompile EXE file into C source code tool
SourceInsight-v4.0
- Source Insight是一个面向项目开发的程序编辑器和代码浏览器,它拥有内置的对C/C++, C#和Java等程序的分析。Source Insight能分析你的源代码并在你工作的同时动态维护它自己的符号数据库,并自动为你显示有用的上下文信息。-Source Insight is a project development-oriented program editor and code browser, it has built on the C/C++, C#, and Java pro
c02 vc6
- 类似vc的集成开发环境,包括编辑器,调试器,编译器的全部源代码,真正的交互式,支持代码自动生成技术-Vc similar integrated development environment, including the editor, debugger, compiler of all source code, a truly interactive, support automatic code generation technology
c
- 机器狗穿还原完整可编译源代码,这个东西确实可以穿透还原.-Robot Dog wear to restore integrity to compile the source code, that can really penetrate the restore.
Compiler
- (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
basic
- 一个小型的BASIC解释器及其全部的C源程序代码- A small BASIC interpreter and its complete C source program code
yufafenxiqi
- 语法分析器(C++)源代码+其详细的课程设计报告 输入的文法可以消除左递归并提取公共左因子求出文法的非终结集合——FIRST和FOLLOW集并对输入的算符优先文法,构造算符优先关系表 -Parser (C++) Source code its detailed report on curriculum design input left recursive grammar can be eliminated and the public left factor extract der
small-c-for-dos
- 用c语言编写的在dos环境下的c语言编译器源代码。-Dos environment c language compiler source code writin by c language.
LISPinterpretr-in-c
- 用BCB编程的LisP解释器可直接在线输入,包含程序源码-BCB programming LISP interpreter can be directly entered online, including program source code
IFELanguageDemo.src
- VC/C++源码,字符处理,汉字转拼音,根据文本框中的汉字自动生成对应的拼音-VC/c++ source code, character processing, pinyin, Chinese characters according to automatically generate the corresponding Chinese characters pinyin in the text box
c-sourcecode
- c source code for c++ programing language
CPP-source-word-scanner
- 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
math_exp
- 数学表达式解析程序C++源码 支持 + - * / ^ () 等主要运算符 采样递归算法, 供学习参考,自由版权 samuel_ni@yahoo.com -math expression parser C++ source code support+- ^ () operators use of recursive algorithm,copyright free
0-20volt-0-10amper-smps
- 0 20V SMPS circuit and c source code
MSP430-Altium-Binary-5-Format
- msp430 c source code. some usefull c source code.
V-Calculator-CPP-Source
- 运用C++语言编写的计算器,附近中附有C++源码-Using C++ language calculator can be found on the nearby C++ source code
Calculator-CPP-Source
- 运用C++语言编写的计算器,附近中附有C++源码-Using C++ language calculator can be found on the nearby C++ source code
Code
- the embedded c program contain new source code for the embedded system design you can use this for making the project of final year using 8051 microcontroller and the basic interfacing development board. hope it will be more helpful and interesting
A-Complete-C-Compiler(include--IDE)
- 一个完整的C语言编译器,包含源代码和文档说明。-One complete C language compiler, include source code and document descr iption.
可变目标C编译器—设计与实现
- 可变目标C编译器—设计与实现 中文版和配套源码(Variable target C compiler - Design and implement Chinese version and supporting source code)