搜索资源列表
NFA-to-DFA
- Theory: NDFA: It is a mathematical model containing 5 tuples a) Q- finite non empty set elements of which are called as state. b) T- set of alphabets. c) δ- is a mapping function Q*{T {λ}}*2Q d) S-start state i.e. S ε Q e) F- F (su
1
- 求模n=43的最小原根,并建立其关于模43的指标表,将指标表写入g.txt中。-For die n = 43 minimum original root, and establish its mode of index about 43 list will be written in g.t xt index table.
2
- (1)在屏幕上按如下格式输出乘法口诀表: 1X1=1 1X2=2 2X2=4 1X3=3 2X3=6 3X3=9 … 其中,每行的多个乘法公式之间用‘\t’分割 (2)编写一个简单的猜数游戏程序: 利用Math.random()方法生成0-1之间的double型数dNum,将dNum转换为0-100之间的整数iNum。 利用KeyInput.readInt()方法接收键盘输入的整数inNum。如果inNum小于iNum,在屏幕上
yuesefuhuan
- 实现以下功能: ⑴I:初始化(Initialization)。从终端读入字符集大小n,以及n个字符和n个权值,建立哈夫曼树,并将它存于文件hfmTree中; ⑵E:编码(Encoding)。利用已建好的哈夫曼树(如不在内存,则从文件hfmTree中读入),对文件ToBeTran中的正文进行编码,然后将结果存入文件Codefile中 ; ⑶D:译码(Decoding)。利用已建好的哈夫曼树将文件CodeFile中的代码进行译码,结果存入文件TextFile中; ⑷P:打印代码文件(
cryptfial
- 文本串加密和解密程序。一个文本串可用事先给定的字母映射表进行加密。例如,设字母映射表为: a b c d e f g h I j k l m n o p q r s t u v w x y z n g z q t c o b m u h e l k p d a w x f y I v r s j 则字符串“encrypt”被加密为“tkzwsdf”。 试写一个算法将输入的文本串进行加密后输出; 另写一个算法将输入的已加密的文本串进行解密后输出
LL1
- 输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。它会自动计算first,follow,预测分析表的构造,但并不输出。-Input has to eliminate left recursion and extract the public left factor of LL (1) grammar, then input the corre
Test
- Java 词法分析程序 产生一个二元式文本文件,扩展名为dyd,可将Pascal或C程序(测试程序)分解成为一个一个的单词及类型,并查“单词符号与种别对照表”得出其种别,用一数字表示。-Java lexical analysis procedure to produce a two yuan a text file, an extension of dyd, can be Pascal or C program (test procedures) is decomposed into words
source-archive
- Flyff server source files. Called Rune, and it attempts to emulate a v6 server. Before you go on It is incomplete, buggy and not ready for use. Special thanks goes to Kiki for releasing his work. Also thanks to Hunter for the heads up on
回弹计算软件试用版无密码
- 本程序是按照规范《JGJ/T 23-2011 回弹法检测混凝土抗压强度技术规程》,最多每次可计算8个构件(80个测区),亲只需输入实测回弹值、碳化深度及检测相关信息,软件即可按照规范进行自动计算,再也不用手工排序,去最大最小3个值,及查表了,软件运行时直接调用excel,完全自动化,极大地提高工作效率。(This procedure is in accordance with the standard "JGJ/T 23-2011 rebound method to test the
解决方案
- 解决PowerDesigner 16 找不到sysproperties表的问题(Solve the problem that PowerDesigner 16 can't find the sysproperties table)
