搜索资源列表
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
Grammer_analysis_program
- 北邮 编译原理与技术 课程实验 语法分析程序 用C++实现,包含递归下降分析,LL(1),LR(1),YACC的所有源代码及测试输入文件-Compile didactical building principle and technology experiment grammar analysis in c++ program implementation, include recursively to analysis, LL (1), LR (1), all of the source co
Visual_Assist_X_10.6.1822.0
- 一个很好的插件,会让你编程时节省很多时间, 【1】Visual Assist X for VS2008/VS2005/VS2003/VC6 安装方法: 先双击运行:Visual Assist X 10.5.1738.0.exe 进行安装,之后将 破解补丁 文件夹内的 VA_X.dll拷贝到 Visual Assist X 的安装目录内覆盖源文件即可!-A good plug-in, and you will save a lot of programming time, 【1】 V
Compiler
- (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你可以存贮一个删除了所有不必要空格和注释的C++源程序的压缩文本。因此,程序中还应该有这
wave
- The UDF compiled source file to define the wave of the moving wall in the Wave generation of the tank problem, fluent
flashfat16
- 这个源代码是我在没有参考任何现成的代码的情况下一个字母一个字母敲进去的.目前实现了创建文件,读写文件的操作,暂时不支持子目录、长文件名、文件删除、重命名等操作。 -This source code is what I refer to in the absence of any off-the-shelf code, one letter into a letter out. Realize the creation of the current document, read and write
TinyXML
- TinyXML是一个开源的解析XML的解析库,能够用于C++,能够在Windows或Linux中编译。这个解析库的模型通过解析XML文件,然后在内存中生成DOM模型,从而让我们很方便的遍历这棵XML树-TinyXML is an open source parsing XML parsing library that can be used in C++, Windows or Linux can be compiled. The analytical model by parsing the
CPP-source-word-scanner
- 实验一:C++源代码单词扫描程序(词法分析) 功能: (1)C++源代码扫描程序识别C++记号。 C++语言包含了几种类型的记号:标识符,关键字,数(包括整数、浮点数),字符串、注释、特殊符号(分界符)和运算符号等。 (2)打开一个C++源文件,打印出所有以上的记号。 (3)要求应用程序应为Windows界面。 (4)选作部分:为了提高C++源程序的可读性,C++程序在书写过程中加入了空行、空格、缩进、注释等。假设你想牺牲可读性,以节省磁盘空间,那么你
IMPLEMENTATION-OF-SINGLE-PASS-ASSEMBLER
- This simple C program is for the implementation of Single pass assembler. Actually, the one pass assembler passes over the source file exactly once, in the same pass collecting the labels, resolving future references and doing the actual assembl
F90_TO_F77
- 处理Fortran源代码,将f90格式转换为f77格式。-F90_TO_F77 is a FORTRAN90 program which assists in the conversion of a FORTRAN90 source code file to the FORTRAN77 format.
MakeSystem
- linux下C/C++编译脚本。本源码封装makefile系统的格式的命令,只需对源码进行少量修改(修改make/head.mk)便可以进行交叉编译。不进行交叉编译的同学可以直接修改makefile文件里面的字段(字段意义在对应文件内有说明)即可。本系统支持多级目录递归编译。-C/C++ Linux compiler scr ipt. This source code package makefile system format command, simply a small number of
projectfiles
- its pure sine wava inverter source file in hez
serie
- 1) Unpack: $ tar -zxvf caffa-sst 2) Enter folder with source code $ cd caffa-sst-v1.0 $ cd komega-menter-sst 3) Modify param.inc file according to mesh you have created NOTE: By this stage you should have created the mesh with th
a
- 输入:输入是一个文本文件,里面的内容是符合某个语言语法、词法要求的源代码(输入文件为C++或者Java源程序,词语、语法定义参考C++、Java即可;C++、Java大家只需要选择一种自己熟悉的语言就可以),例如“position = initial + rate * 60 ”; 输出:设计并实现对输入文件的处理(禁用正则表达式),以获得如下输出,输出是一个文本文件,对前面例子,里面内容是: (标识符,position) (赋值运算符,=) (标识符,initial) (加法
LEX1
- 编译原理程序一。编写一个LEX源程序,使之生成可统计文本文件中字符、单词和行数,并且能够报告统计结果的程序。-A program compiler theory. Write a LEX source, so that it generates statistical characters, words and lines in a text file, and to report the results of statistical procedures.
Bus-Reservaion-System
- This simple student information system project.Wher you can do following things 1. Add Records 2. List Records 3. Modify Records 4. Delete Records 5. Exit Program to store data file is used. Here is the source code,compile it in c
cifafenxiqi
- 处理C语言程序,过滤掉无用内容,判断源程序中单词的合法性,并分解出正确的单词,以二元组形式放在文件中。(Deal with C language program, filter out the useless content, judge the validity of the word in the source program, and decompose the correct word, put it into the file in the form of two tuples)