递归下降分析法 (1)E->TG (2)G->+TG|—TG (3)G->ε (4)T->FS (5)S->*FS|/FS (6)S->ε (7)F->(E) (8)F->i
上传时间: 2016-07-22
上传用户:cxl274287265
This a simple database management system. It doesn t use any other code (i.e. ODBC, ADO, etc.) and has it s own database file format. I wrote it because I found the other DBMSs code too bulky and hard to debug. It s designed for small applications and I doubt it could handle anything on a large scale. A sample program included in the .zip shows how everything works. The database project is a library project, so you ll have to compile and link with the .lib file to get everything working. Pros: - You have the source code so you know exactly what it is doing - Database files are very small - Small and fast code Cons: - Can t handle large amounts of records (more than 65000ish) - Doesn t support SQL (you have to search the database by cycling through the records and testing them against your constraints) - Each database file can only have one table.
标签: i.e. management database simple
上传时间: 2016-10-02
上传用户:851197153
M i c r o s o f t公司编译了一个所有可能的错误代码的列表,并且为每个错误代码分配了一个3 2 位的号码。Wi n E r r o r. h 头文件包含了M i c r o s o f t 公司定义的错误代码的列 表。
上传时间: 2013-12-08
上传用户:凌云御清风
针对传统的故障树分析法在故障诊断中存在的缺点和不足,文中将模糊理论运用到故障诊断中,提出基于T-S的模糊故障树的故障诊断法。介绍了T-S模糊模型及算法,建立了诊断系统的故障库和推理机。使设备操作和维修人员可及时发现故障,降低系统故障率,提高了保障的能力。
上传时间: 2013-10-20
上传用户:heheh
针对电液比例位置控制系统由于非线性和死区特性在实际控制中难以得到满意的控制效果的现状,本研究采用T-S模糊控制理论的原理设计了T-S模糊控制器对电液比例位置控制系统进行控制。并以Matlab为平台进行了仿真实验。仿真结果表明采用T-S模糊控制的电液比例位置控制系统具有较好的控制效果
上传时间: 2013-11-13
上传用户:daoxiang126
S.C.O.U.R.G.E.是一款类似Rogue的游戏,带有新型用户界面。游戏允许一组四个人物的团队搜索财宝、追杀敌人、获得升级等等。
标签: S.C.O.U.R.G.E. Rogue
上传时间: 2014-12-21
上传用户:chenjjer
自己做的一个普通词法分析程序c语言环境终结符:e c j t u可扩展
上传时间: 2013-12-10
上传用户:SimonQQ
UTE - (U)niversal ASP (T)able (E)ditor 万能数据管理(管理后台)
上传时间: 2014-02-19
上传用户:784533221
意图 将一个类的接口转换成客户希望的另外一个接口。A d a p t e r 模式使得原本由于接口不兼容而不能一起工作的那些类可以一起工作。 适用性 · 你想使用一个已经存在的类,而它的接口不符合你的需求。 · 你想创建一个可以复用的类,该类可以与其他不相关的类或不可预见的类(即那些接口可能不一定兼容的类)协同工作。 · (仅适用于对象A d a p t e r )你想使用一些已经存在的子类,但是不可能对每一个都进行子类化以匹配它们的接口。对象适配器可以适配它的父类接口。
上传时间: 2014-07-30
上传用户:270189020
It s the E-book of LEDA. Library of Efficient Data types and Algorithms
标签: Algorithms Efficient Library E-book
上传时间: 2014-01-24
上传用户:熊少锋