搜索资源列表
KTL
- 从专业设备上读取数据图像,并对其进行分析的代码。-from professional equipment to read data from images and analysis of its code.
语法分析c实现
- 该程序实现了词法,语法分析的功能,可以在记事本中编辑代数表达式-realized by the morphology, syntax analysis capabilities in the notebook edited algebraic expressions
packetStorm1.2
- 可以列出当前系统支持的网络设备,分析ARP协议包,将设备设置到promisc模式,分析ARP协议包,打印更多数据、采用表格方式输出-can summarize the current system to support the network equipment, ARP packet analysis, the equipment installed to promisc model analysis ARP packets, print more data, tabular output m
HTMLParser
- 一个用于从html页面中提取输入表单的应用程序,自动获得当前系统中打开的页面,分析页面内容并返回输入表单。版权说明:为网上开源代码,希望对大家有用。-for an html page from the input from the application form, the current system automatically open pages, page content analysis and returned to the input form. Copyright : sourc
first_word
- 这个程序是一个关于词法的分析程序。它可以对一些字段不是很长的语句进行词法上的分析。并输出分析结果。-the procedure is one of the lexical analysis procedure. It can be right some of the fields is not a very long statement for the lexical analysis. Results of the analysis and output.
second_lexical
- 这个程序是一个递归向下的词法分析程序。它采用了递归的方式由上而下的对一个文本的词法进行分析。-This is a recursive procedure downward lexical analysis procedure. It uses recursive manner of a top-down version of the lexical analysis.
JavaScanner
- JAVA词法分析程序,程序不难,但是对于初学者来说具有一定参考价值-JAVA lexical analysis procedure is not difficult, but for a newcomer with a certain reference value
hmmPlatform
- 语音分析平台(不包括HMM模型) 平台源码中提供了语音文件的提取和处理方法,时域分析(预处理/能量/振幅/过零/端点检测),频域分析(fft/功率谱/倒谱)和矢量量化的实现(搜集转发)-voice analysis platform (not including HMM) platform to provide a source document voice extraction and processing methods , time-domain analysis (pretreatm
debug-java
- 一个简单的编译器的实现程序,他展示了大量的数据类型和抽象数据类型,以及对字符串进行解析的技术-a simple compiler in procedures, he showed a lot of data types and abstract data types, and the right strings in the technical analysis
woodanalyse
- 对计算机输入字符进行原始的分析,并输出结果,-characters on the computer input for the original analysis, and output,
henclib263
- 客户机/服务器系统比文件服务器系统能提供更高的性能,因为客户端和服务器端将应用的处理要求分开,同时又共同实现其处理要求,对客户端程序的请求实现“分布式应用处理”。服务器为多个客户端应用程序管理数据,而客户端程序发送、请求和分析从服务器接收的数据,这是一种“胖客户机 (Fat Client)”,“瘦服务器 (Thin Server)”的网络计算模式。服务器处理服务要求的过程实际是,先获取传送来的头信息,然后根据头信息新建文件,然后继续接受数据写入文件,当接受完数据后关闭文件。-client / s
dgxj
- 这是一个用C语言编的简易的递归下降分析小程序,以供参考。-This is a C language series of the simple recursive analysis of a small decline procedures for reference.
编译原理实验_课程设计_词法分析
- 1、本程序的作用是进行TEST语言的词法分析。 2、可双击运行后输入文件名,或是在命令提示符下输入test 文件名……,支持多个文件同时进行词法分析。 3、本程序是在VC6.0环境下测试通过,用的是C++语法。当然也有C的语法。 4、本程序留下了很多的接口以待以后的语法分析和语义分析实验时进行扩展。比如已将词法分析结果记入到了一个顺序存储的数据结构中,以待后用。 5、程序扫描处理一部分是经孙悦红老师的示范程序修改而成,(增加了一些功能)其他部分为了适应自己的接口,都是由本人编写。-one, t
职工工资管理系统
- 1、 需求分析: 公司主要有4类人员:经理、技术员、销售员、销售经理。要求存储这些人的职工号、姓名、月工资、岗位、年龄、性别等信息。 2.程序的基本功能: 1.增加、修改、删除一个职工信息。 2.显示全部职工信息。 3.按条件显示职工信息(条件有按电话号码、姓名、职称或职工号等。 4.按条件显示工资信息(职工号,职称等)。 5.查找指定金额范围的职工职称。 -1, demand analysis: the company
PSIparser
- 机顶盒 PSISI 表的详细解析源代码,包括了pmt,pat,nit,sdt,tdt,tot,eit等表的解析-Detailed analysis of the source code of the set-top box PSISI table, including table analysis of pmt, pat, nit, sdt, tdt, tot, eit, etc.
cifafenxi
- 用VC++实现的编译原理中的词法分析,代码详细具体,可执行文件齐全!-With VC++ Compiler to achieve the principle of lexical analysis, code detailed, complete executable file!
bdsfx
- 编译原理中的用VC实现了算富优先分析算法,本程序可以实现简单的表达式分析求结果。-Compilation Principle of a balance with VC priority rich analysis algorithm, the process can be achieved for a simple analysis of the results of expression.
analysis
- 是对网络爬虫进行的应用,通过网络爬取信息,进行分析-Is a web crawler for applications, crawling through the network information for analysis
analysis
- 工程化软件设计 C++实现主成分分析 和多元线性回归分析-Engineering software design C++ achieve principal component analysis and multiple linear regression analysis
Semantic-Analysis
- 编译原理中,基于c语言实现的语义分析功能,可以实现简单的语义分析,词法分析-Compiler theory. C achieve semantic-based analysis