搜索资源列表
20040722035-
- 词法分析 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。-lexical analysis compiled a process of reading words from the input source, identified various independent significance of the word, that is to retain the basic character identifier,
魔法单词-dao访问access数据库
- 这是我前段时间学数据库时做的一个小程序,采用DAO访问ACCESS数据库,程序的主界面如下,控制相对来说很是简单,实现了数据库的基本操作-This my side databases when doing a small program using DAO visit ACCESS database program's main interface, and control is relatively simple to achieve a database of the basic o
田园背单词
- 背单词程序 数值微分:包括用插值多项式求数值导数 用三次样条函数...原理和程序设计语言(C语言或FORTRAN语言或BASIC... -a programme for learning vocabulary.It s chinese explain contain too much information,but useless!
lexical
- 从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续进行)-From the input source program to identify each word has an independent significance, that is the basic retention of the word, identifiers, constant
sy2
- 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值-Reading the course of the preparation of a word, from the input source program to identify the meaning of each word is an independent, that is the basic reserved words,
ncb-qwe
- 英语单词记忆软件,借鉴别人,是很经典的 转他人-English word memory software, learn from others, is a very classic to others
cifafenxi
- 识别简单语言的单词符号 识别简单语言的基本字、标识符、无符号整数、运算符和界符。 -Easy to identify the language of words easy linguistic symbols to identify the basic character identifier unsigned integers, operator and community site.
TypeExercise
- 这个指法练习小程序名字叫键上飞,从天而降的单词,不断的出现,不断的消失,如果你经过几天练习,肯定也能运指如飞啦!-This small program to practice fingering keys on the fly name, the words just come down from heaven, continue to the emergence of the disappearance of constant, if you exercise after a few days
wordtest
- 强大的英语单词测试程序。功能全面,界面美观,也许能给你一些启发。-A powerful English word test program. Full-featured, beautiful interface, and perhaps give you some insights.
11
- 识别小型语言所有单词的词法分析程序设计① 组织源程序的输入,识别出源程序中的各个基本语法单位(也称为单词或语法符号),按规则转换成二元式的形式; ② 删除无用的空白字符、回车符、及其它非实质性符号; ③ 删除注解行; -Identification of small language of all words in lexical analysis program designed to ① the organization of the input source, identi
recidecet-6word
- 背六级单词,随机出现六级单词,还可以复习,很方便-recide cet-6 words, cet-6 appeared randomly, you can also review, it is convenient
zhongjiandaima
- 交互式面向对象的中间代码编译器基本功能是: (1) 输入源程序,输入一个PASCAL源程序; (2) 输出中间代码,输出形式为:(序号,对应源程序行号,对应源程序列号,操作符,操作数1,操作数2,结果变量); (3) 输出出错信息,输出形式为:(出错行号,出错列号,出错信息); (4) 输出符号表,输出形式为:(单词种别码,单词符号,单词类型,值,单词相对地址) -Interactive object-oriented intermediate code compiler,
Word
- 本程序是C#实现的WinForm单词记忆软件,基本功能有添加书籍,添加单词,记忆单词。程序旨在向C# WinForm初学者多方面介绍.NET编程基础。-This program is C# WinForm word memory software implementation, the basic function to add books, add the word, memory word. Program designed to introduce many beginners C# Wi
dictionary
- 用visual basic 编写的生词本小程序,能够实现单词的查询,记忆,以及屏幕取词。-Written with visual basic words in this small program to achieve word queries, memory, and capturing.
1
- vc控制台,猜单词 的小代码,基础的字符串操作和文件流操作 -vc console, guess the little code word, basic string operations and file stream operations
Eng-dictionaryCPP
- 设计的基本数据表: 英语分级单词表,常用单词例句表,短文分级表等。 2.功能模块: 1)实现英语单词的录入、修改、删除等基本操作。 2)实现常用英语单词例句的录入、修改、删除等基本操作。 3)实现英语单词检索、翻译等。 4)常用英语单词例句检索。 5)根据难度随机生成一份单词测试题目。 6)能够检索出短文极其翻译对照表。 -Design of the basic data sheet: English grade word list, used the wo
word
- 单词的词频统计 基本功能要求: (1) 从文件中读出一篇英文文章,将不同的单词存入堆中, 建立相应的索引表确定各单词在堆中存储的位置及出现的次数。 (2)按出现的频率递减的次序输出。-The basic functions of word frequency statistics requirements: (1) read from a file an article in English, into the heap of different words, to establ
dianzicidian_lianbiaoshengcheng
- C语言创建结构体并创建链表,对英文单词完成基本操作-C language to create the structure and create a list of English words to complete the basic operation
compiler
- 本编译器主要有四部分功能: 1、词法分析 编制一个读单词过程,从输入的源程序中,识别出各个具有独立意义的单词,即基本保留字、标识符、常数、运算符、分隔符五大类。并依次输出各个单词的内部编码及单词符号自身值。(遇到错误时可显示“Error”,然后跳过错误部分继续显示)。 2、语法分析之递归下降分析 递归下降分析法的前提是文法必需为LL(1)文法,此功能为验证性功能,已经给出文法,输入一符号串,验证是否属于该文法的句子即可。 3、语法分析之LL(1)预测分析 此
test
- 使用visual basic与access 数据库,将所要测试的英文单词存放在数据库中,通过随机调用进行英文单词的测试,并将测试记录存入数据库。-Using visual basic and access the database, the English words are stored in the database to be tested by randomly call English word test, and the test records stored in the data