using lisp to do the caculation, can parse the natural language,and can caculate the simple, like what is 2 plus 3 ?
标签: the caculation can caculate
上传时间: 2016-12-03
上传用户:ZJX5201314
bison is a GNU parse generator. You can use it to generate source code based on your own rules.
标签: generator generate source bison
上传时间: 2017-01-27
上传用户:努力努力再努力
parse解析XML示例程序。本方法仅简单输出了传入的ActionMapping的信息,在具体应用中可将其加入系统Action映射集合中。
标签: ActionMapping parse XML 程序
上传时间: 2017-02-14
上传用户:qwe1234
parse fuzzy contrl language file
标签: language contrl parse fuzzy
上传时间: 2017-04-02
上传用户:luopoguixiong
This crimson.jar for java,is s used for parse the file xml
上传时间: 2017-05-31
上传用户:钓鳌牧马
I implemented a perfect file transfer OCX client/server. I created a perfect function to parse and split the data. The source file size is equal to destination. NO LOSS OF DATA in the packets!
标签: perfect implemented function transfer
上传时间: 2014-01-19
上传用户:R50974
VB6, paralell port, I2C, parse intel HEX
上传时间: 2014-11-07
上传用户:as275944189
Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation of tree traverse procedures
标签: Object-oriented Deterministic Complete notation
上传时间: 2014-11-29
上传用户:kr770906
简单介绍一下,整个工程分为5个文件:Main.c ----- 程序的入口点,其实很简单,就是调用两个函数。Global.h ----- 定义了一些全局变量及宏parse.h ----- 语法分析器的主要算法Prece.h ----- 定义和实现了一些关于优先级的操作Stack.h ----- 定义和实现了一个栈及其操作编译的时候只要用TC2.0或者WinTC打开Main.c文件进行编译就好了。如发现有Bug请在这里贴出来或者把修改后的代码跟帖在这里:)总之,这个工程仅仅是一个简单示例,告诉大家怎么样把课堂上学到的知识运用到实际编程当中去,工程中所用到的模块化思想,数据结构等知识都是大家学过的,大三了,希望大家在最后这段时间里把写程序的本领练就出来。:)
标签:
上传时间: 2015-03-18
上传用户:13160677563
遗传算法程序 主要程序 ga.m 遗传算法核心程序 BinaryExample.m 二进制编码应用程序 FloatExample.m 浮点编码的应用程序 相关算子及函数 initializega.m 种群初始化函数 simpleXover.m 用于二进制编码的简单交叉算子 arithXover.m 用于浮点编码的算术交叉算子 binaryMutation 用于二进制编码的变异算子 nonMutation.m 用于浮点编码的非均匀变异算子 roulette.m 轮盘选择算子 normGeomSelect.m 标准化几何分布排序选择算子 maxGenTerm.m 以最大进化代数为判别条件的进化终止函数 calcbits.m 计算二进制编码染色体串长度的函数 f2b.m 由浮点表达到二进制表达的转换函数 b2f.m 由二进制表达到浮点表达的转换函数 parse.m 字符串识别函数 delta.m 非均匀变异的变异量计算函数 exampleFn 一个二元函数 startup.m 进行路径设置
标签: BinaryExample FloatExample 程序 算法
上传时间: 2014-01-20
上传用户:cazjing