-
digui
递归下降语法分析设计原理与实现技术
完成以下描述算术表达式的LL(1)文法的递归下降分析程序
G[E]: E→TE′
E′→ATE′|ε
T→FT′
T′→MFT′|ε
F→ (E)|i
A→+|-
M→*|/
(Recursive descent parsing design principles and implementation techniques to complete the following description of arithmetic expressions LL (1) recursive descent parser grammar G [E]: E → TE ' E' → ATE ' | ε T → FT' T ' → MFT ' | ε F → (E) | i A →+ |- M →* | /)
- 2011-07-08 22:06:30下载
- 积分:1
-
spcgqq
商品采购管理系统 采用VC++进行数据库编程 并且附带了基于SQL2008的数据库 (Commodity procurement management system using VC++ programming and SQL2008 )
- 2015-03-09 17:50:30下载
- 积分:1
-
Horse-Stepping-on-board
在传统中国象棋中,马走日型路线。本代码就是按其规则,让马从棋盘任一点开始,输出它可以行走的所有点的坐标。(In traditional Chinese chess, horse go day-type line. The code according to the rules, let the horse from checkerboard any point, the coordinates of all points of output it can walk.)
- 2012-05-08 16:08:57下载
- 积分:1
-
Desktop
栈,队列的各种操作极其应用,顺序表排序。。。。(Stacks, queues extremely apply various operations, table sorting order. . . .)
- 2015-04-11 12:43:20下载
- 积分:1
-
Chat
在VS2005的编程环境下,利用套接字的编程原理,可以实现网络聊天功能。(On the basic of VS2005, take advantage of the principle of Socket to achieve the ability to communicate online.)
- 2014-04-11 09:18:47下载
- 积分:1
-
cleanvcprj
说明: 这是一个清理VC工程文件的程序,和其他类似功能的程序不一样的是它只有一个2k的
批处理。
批处理里面演示了批处理文件的一些技巧。包括文件删除,自安装,导入注册表等实现
方法。
(This is a clear VC project documentation procedures, , and other similar functions of the same procedures that it is only one batch of 2k. Batch inside a batch file demonstrated some skills. Including documents deleted, since the installation, etc. into the registry method.)
- 2006-01-19 13:27:08下载
- 积分:1
-
OLS_Algorithm
说明: 虹膜识别模式识别算法,MATlab程序编制,可采用软件自动转换(Pattern recognition algorithms)
- 2011-04-07 16:38:12下载
- 积分:1
-
linktable
说明: C++编程技术,编程技巧,不同性质的链表组成统一的链表。(C++ programming, programming techniques, the different nature of forming a unified Chain Link List.)
- 2006-04-26 21:55:05下载
- 积分:1
-
3242
数字图像处理实习代码,包括图像转换,灰度变换、几何变换.....(Digital image processing practical code, including image conversion, gray-scale transformation, geometric transformation .....)
- 2010-03-06 18:04:23下载
- 积分:1
-
input_method_T9
visual c# 编写的笔划输入法,可以移动平台上运行。(visual c# inputmethod . can run in moblie device.)
- 2012-04-05 11:25:37下载
- 积分:1