搜索资源列表
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
BOCH
- 一个用LISP语言编写的语法分析器。使用Bottom-up Chart Parsing算法,程序非常的简单高效,只有二百多行。另外可以自己定义文法和字典。 源代码公开,主要供对语法分析算法和LISP编程感兴趣的人学习使用,也可以使用在自然语言处理的各种实际研究当中。-A language with LISP parser. The use of Bottom-up Chart Parsing algorithm, the procedure very simple and efficient,
soft
- pic12f683单片机在PICC上的PWM初始化模块及应用 -pic12f683 microcontroller for PWM at the PICC and its application to initialize module
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
kaoshixitong
- 随着网络技术的发展,传统的考试形式已日益显示出其不足。本文用asp技术和sql结构化查询语言实现了网上的无纸化考试。-With the development of network technology, the traditional examination forms have been increasingly showing its shortcomings. In this paper, asp technology and sql structured query language
Slappphappymonkeys
- its a monkey magnet 7051
58762
- 一个公司希望为其客户订购行为建立一个数据库。一个消费者可以有一个或多个订单,每个订单可以有一种或多种商品。每个订单有一张发票,可以通过多种方式来支付,例如支票、信用卡或现金。-A company wants its customers ordering behavior of building a database. A consumer can have one or more orders, each order can have one or more commodities. Each
ReadMBR
- Read the basic mbr sector info and its call table.
ckeditor_3.6.5
- CKEditor是新一代的FCKeditor,是一个重新开发的版本。CKEditor是全球最优秀的网页在线文字编辑器之一,因其惊人的性能与可扩展性而广泛的被运用于各大网站。 CKEditor是Fckeditor html编辑器了一个升级版本,用过fckeditor的站长都知道,由于其打开速度的不理想把fckeditor用于网站做为在线编辑器并不是明智的选择,ckeditor正好弥补了这一缺陷,ckeditor是由Frederico Knabben.针对网络而开发的在线编辑器。它提供了令人吃惊
text2
- 实现了用树建立数值表达式,并求其值,随便输出它的广义表、前缀表达式和后缀表达式-To realize the tree is to develop a numerical expression, and for its value, literally output its generalized list, prefix and postfix expression expression
LT-Code-MATLAB-Simulation-in-BEC-
- 本源码仿真了删除信道下的编译码性能,结合自己的开发经验及学习体会,具有很高的参考价值-This source simulation the delete channel encoding and decoding performance, combined with its own development experience and learning experience, and has a high reference value
decomp
- Decompile C++ exe FILES This is the source archived for decompiling source code from c++ exe files to source level cpp program files. this is very simple sample for designing of decompiler and its concept for students to develop the technology-De
logical_chemistry
- its a source coe for line and wall follower.
MTECH-CSE-SYLLABUS
- its contain the entire syllabus of m.tech computer science and engineering
DelphiPrefixChange
- Delphi单元前缀修改工具 工具需要修改的内容: 需要修改的文件列表: 1) 单元文件修改:同时也要修改uses列表中的内容,单元头 2) 类名修改:以TOldPrefix开头的符号,修改成TNewPrefix开头的符号 3) 对象或变量名修改1:以fOldPrefix开头的符号,修改成fNewPrefix的符号 4) 对象或变量名修改2:以OldPrefix开头的符号,修改成NewPrefix的符号 一个词中,有OldPrefix,且
New-folder-(2)
- 2 Introduction This educational software simulates an Ad-hoc network with AODV algorithm, it uses a high level view and only works in Routing layer. it has a user-friendly graphical user interface and has been written in java language. Here is
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
GrammerAnalyze
- 表达式语法分析,输入表达式(数字以i代替),分析其合法性,并作适当报错功能-Expression syntax analysis, enter the expression (figures i substitute), analyze its legitimacy, and to make appropriate error function