搜索资源列表

  1. cidian

    0下载:
  2. 设计一个简易英汉词典系统,实现基本的单词检索功能,即输入英文单词则系统输出其汉语,反之亦然;并能够进行基本的词典维护操作,包括插入和删除,要求按英语的词典顺序排列单词。 (1)使用图形化界面。 (2)建立英语词汇表,输入为小写字母时为合法输入。 (3)每个词条应包含单词的英语形式、汉语释义、发音等基本信息。 -java and database to do simple electronic dictionary app
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:457728
    • 提供者:bbwolf
  1. dictionary

    0下载:
  2. 一个简单的英汉词典源代码 能够进行基本的词典维护操作,包括插入和删除-simple electronic dictionary applet also thesis
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:bbwolf
  1. englishchinese

    0下载:
  2. 英汉词典系统就是为学生提供英汉专业名词查询, 使学生在学习程中, 可以随时查找不明白的英语单词、基本名词 同时, 我们还可以根据自己的学习情况, 随时添加、删除英语单词及解释, 从而达到更好的学习效果-The english-chinese dictionary system is to provide students with Chinese and English noun inquires professional, so th
  3. 所属分类:SQL Server数据库

    • 发布日期:2024-05-19
    • 文件大小:19328000
    • 提供者:Youny
  1. xiaoxingyinghancidian

    0下载:
  2. 问题描述:设计一个英汉词典,支持Member的查找、插入、删除操作。 基本要求:实现字典的常用方法有:有序线性表(用二分检索实现)、AVL树(二叉搜索树)、Patricia Tree、散列表等,任选一种方法实现字典的操作,查找单词、插入单词(插入时,先查找,找不到插入,找到提示用户)、删除单词(删除时,先查找,找到删除,找不到提示用户)。字典是按字母顺序排列的,不能用顺序查找,插入或删除单词后,要保持字典的有序性。 测试数据:任
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:姚伦帮
  1. zidian

    0下载:
  2. 编写一个小型英汉词典程序,程序启动时,从dict.dat文件中读入所有词条,存储在动态内存中。该程序具有以下几个功能 查询功能 加入词条功能 删除词条功能 编辑词条功能 清理功能 -Write a small English-Chinese dictionary program, the program starts from the dict.dat file read into all the entries
  3. 所属分类:文件操作

    • 发布日期:2024-05-19
    • 文件大小:104448
    • 提供者:际昂晓峰
  1. dictionary

    0下载:
  2. 用C++语言实现简单英汉词典程序~是界面模式的,有一些交互,可以实现首都师范大学的C++实践课程-The simple dictionary program
  3. 所属分类:界面编程

    • 发布日期:2024-05-19
    • 文件大小:4582400
    • 提供者:zhongzhong
  1. QtProject

    0下载:
  2. 基于Qt的英汉词典,具有查词和生词本功能,生词本能进行增删改操作-Qt-based English-Chinese dictionary to check words and new words in this function, new words instinct CRUD operations
  3. 所属分类:嵌入式Linux

    • 发布日期:2024-05-19
    • 文件大小:1344512
    • 提供者:尚小健
  1. dictionary

    0下载:
  2. 读入相关英语单词以及解释,制作成简单的英汉词典。采用红黑树及B树。-Reads English words as well as explain, made into simple English-Chinese dictionary. Red-black tree and B-tree.
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:101376
    • 提供者:liujinbu
  1. Testdict

    0下载:
  2. Java版词典测试版,可以在控制台下输入要查询的单词,回车后会给出单词在词典中的释义 词典采用星际译王的词典,本程序主要针对英汉词典,用eclipse打开编译编辑-Java version of the dictionary beta, can be in control of the input to inquires the words, return will be given in the dictionary words
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:5565440
    • 提供者:xiaobo
  1. testdictCpp

    0下载:
  2. C++版词典测试版源码,可以在控制台下输入要查询的单词,回车后会给出单词在词典中的释义,VC++98工程,词典采用星际译王的词典,本程序主要针对英汉词典。压缩包内有可供测试的词典,也有星际译王的词典编辑器,方便自行编辑制作词典。-Beta source C++ version of the dictionary can be entered in the console to query words, and carriage retu
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:16184320
    • 提供者:xiaobo
  1. dictionary-(1)

    0下载:
  2. 基于java语言的英汉词典程序设计源代码-English-Chinese dictionary based on java programming source code
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:4222976
    • 提供者:刘静
  1. InterFace

    0下载:
  2. 一个简单的英汉词典,输入英语可以查找,或删除,如果不存在,提示单词不存在,也可以添加,如果单词存在,提示单词已存在。-A simple English-Chinese dictionary, enter the English can find, or deleted, if it does not exist, suggesting that the word does not exist, you can also add, if
  3. 所属分类:C#编程

    • 发布日期:2024-05-19
    • 文件大小:117760
    • 提供者:邓尼茨
  1. Electronic-Dictionary

    0下载:
  2. 电子英汉词典C++编程,利用VC++6.0编写一个源程序,满足日常单词查找删除和添加的功能。-Electronic English Dictionary C++ programming
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-19
    • 文件大小:17408
    • 提供者:周伟鑫
  1. Simple-English-Chinese-dictionary

    0下载:
  2. 简易英汉词典,支持增加新词,能快速查找你要的单词-Simple English-Chinese dictionary, to support the increase of new words, can quickly find what you want.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:89088
    • 提供者:Leptune
  1. dictionary

    0下载:
  2. 简易英汉词典功能,支持输入、查询、模糊查询功能。-Easy English-Chinese dictionary, support input, query, fuzzy queries.
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-19
    • 文件大小:429056
    • 提供者:刘玉书
  1. Qt之词典

    0下载:
  2. qt实现电子词典词库等搜索功能目前市场上的电子辞典内置的辞典有学习词典如英汉、雅思等,也有专业词典如电子、医药等。不同的消费者应根据自己的实际情况选择最适合自己的电子辞典,小霸王电子辞典内置英汉、汉英、英英、雅思、托福等学习型词典,是为大学、高初中以及小学生量身定制的学习辞典。
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-10-11
    • 文件大小:1495297
    • 提供者:wrs1716@126.com
  1. Testdict

    0下载:
  2. Java版词典测试版,可以在控制台下输入要查询的单词,回车后会给出单词在词典中的释义 词典采用星际译王的词典,本程序主要针对英汉词典,用eclipse打开编译编辑-Java version of the dictionary Beta, you can enter the word you want to query in the console, will be given after the carriage return in t
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:6026240
    • 提供者:吴涵
  1. English-Chinese-dictionary

    0下载:
  2. 英汉词典 源代码 java环境中制作英汉词典,要求既能实现汉译英,又能英译汉的功能。-English-Chinese dictionary source code English-Chinese dictionary java production environment, requiring both to achieve English Translation, Chinese Translation can functio
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:342016
    • 提供者:geraldine
  1. Testdict

    0下载:
  2. Java版词典测试版,可以在控制台下输入要查询的单词,回车后会给出单词在词典中的释义 词典采用星际译王的词典,本程序主要针对英汉词典,用eclipse打开编译编辑-Java version of the dictionary Beta, you can enter the word you want to query in the console, will be given after the carriage return in t
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-19
    • 文件大小:8476672
    • 提供者:陈晨
  1. dictionary-(2)

    1下载:
  2.   英汉词典作为一个常用的学习工具,是我们经常要使用的。该系统能完成一个简单的电子英汉词典的功能,如:单词的查找、增词、删除、修改和维护等工作。-English-Chinese dictionary used as a learning tool, we often want to use. The system can complete a simple electronic English-Chinese dictionary fu
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:Zyy
« 1 2 34 5 6 »

源码中国 www.ymcn.org