Welcome![Sign In][Sign Up]
Location:
Search - dictionary

Search list

[Software EngineeringGetTabaleStructure

Description: 取得数据用户定义表的所有字段和描述,自动生成数据字典-User-defined data table and description of all fields, automatic generation of data dictionary
Platform: | Size: 1024 | Author: jamie | Hits:

[GUI Develop5070369032_5

Description: sjtu大一上学期的程序设计课作业。查找字典的程序。需要的学弟学妹们可以下载-SJTU freshman last semester of the program design class operation. Find a dictionary procedures.学弟学妹们needs can be downloaded
Platform: | Size: 840704 | Author: hdj | Hits:

[Data structsHashset

Description: 一个拼写检查程序,用来检查你的输入的文件中的单词是否拼写错误,并给你给出可能的拼写建议。(用Hashset实现)(卡耐基梅隆大学ssd5数据结构Option Exercise4答案) 程序参数设置(第一个为要输入的词库文件,本例中是wordlist.txt, 第二个为要检查的文件,必须为txt格式,本例中用test.txt来检查)-A spelling checker to check your input file is misspelled words, and give you a possible spelling suggestions are given. (Used to achieve Hashset) (Carnegie Mellon University ssd5 data structure Option Exercise4 answers) process parameter settings (the first in order to enter the thesaurus file, in this case is wordlist.txt, the second in order to check the documents, must txt format, used this example to examine test.txt)
Platform: | Size: 1356800 | Author: 胡宗正 | Hits:

[Linux-Unixsecret

Description: pass.words是弱口令字典,是一个纯文本文件,每行一个口令,可以向里面添加候选口令。 pass.c是进行口令检查的c语言原程序,有两个命令行参数 -w file: 可以使用该选项指定口令字典 -P:默认情况下对/etc/shadow中的用户检查弱口令,可以使用该选项指定检查的文件 编译gcc –o pass pass.c –l crypt 由于要使用加密函数,所以要使用加密库crypt,使用选项-l crypt 运行程序:pass –w ./pass.words –p /etc/shadow -pass.words is a weak password dictionary, is a plain text file, one per line password, you can add to the inside candidate password. Password pass.c is the c language of the original inspection procedures, there are two command-line parameters-w file: You can use the password option specifies a dictionary-P: By default on/etc/shadow user to check the weak password, you can use the option to specify the documents to check the compiler gcc-o pass pass.c-l crypt function due to the use of encryption, so the use of encryption library crypt, use the option-l crypt running the program: pass-w./pass.words-- p/etc/shadow
Platform: | Size: 7168 | Author: 莫松成 | Hits:

[Software Engineeringumlstudent222

Description: 学生成绩管理系统,有需求分析。数据字典,-Student achievement management system, there is a demand analysis. Data dictionary,
Platform: | Size: 113664 | Author: 小白 | Hits:

[Windows Developjefenci

Description: 一个台湾人做的分词系统,很好用,可以自定义词典-Taiwan people to do a sub-word systems, very good, and can customize the dictionary
Platform: | Size: 898048 | Author: 秋水长天 | Hits:

[Windows DevelopsDict

Description: 词典文件,用于分词的词典,适用各种开发环境-Dictionary files for the sub-word dictionary, the application of a variety of development environment
Platform: | Size: 797696 | Author: 秋水长天 | Hits:

[OtherMaya[1].JBHHQ.v1.1

Description: Maya脚本汉化 (*.MEL) :主要针对Maya的脚本通过字典进行汉化,可以汉化绝大部分的字符串,汉化完成后替换掉原文件即可.2004.11.6更新记录: 增加了单独一行字符串的处理,对保存也做了修改,修正了原来必须按汉化后才能保存的缺点.对原1.0版的字典也作了修改,请务必升级,否则汉化出的字符串中可能具有重复的名称!另添加了一些过滤串! -Maya scripting language (*. MEL): The main script for Maya through the dictionary for Chinese, the vast majority of strings can be finished, finished off after the completion of the replacement of the original document can be updated .2004.11.6 record: an increase of a separate row string processing, preservation has also done a revised amendment to the original must be finished in order to preserve shortcomings. on the original 1.0 version of the dictionary has also been modified, be sure to upgrade, otherwise a string of Chinese may have to repeat the name! another string to add some filtering!
Platform: | Size: 38912 | Author: zhaoyongtao | Hits:

[Software Engineeringjapanese

Description: 这是一个实现日汉字典的基本操作的代码。功能有:查询,添加,删除,修改操作。-This is a realization of Japanese-Chinese dictionary of the basic operation of the code. Function: query, add, delete, modify operation.
Platform: | Size: 29696 | Author: 思思 | Hits:

[Windows DevelopSort

Description: 冒泡排序的经典C程序,读入一个字符文件,对其中的字符串进行字典排序,输出到文件并保存。值得参考。-Bubble Sort classic C program, reading characters into a document, on which to sort the dictionary string, the output to a file and save. Worth considering.
Platform: | Size: 41984 | Author: zsj | Hits:

[Windows Developsimple_dictionary

Description: 自编简单辞典程序,功能个界面还不错,可做参考-Dictionary own simple procedures, functions of the interface is also pretty good, can reference
Platform: | Size: 19751936 | Author: yangzhaoheng | Hits:

[Windows Developlzw

Description: lzw 以C++语言完成了lzw压缩程序 根据压缩文件建立字典 根据压缩后的文件建立解压缩字典 无需携带字典-LZW to C++ language completed a LZW compressed file compression program in accordance with the establishment of the dictionary in accordance with the establishment of compressed files without decompression carry dictionary dictionary
Platform: | Size: 1024 | Author: caj | Hits:

[Othermagicword

Description: 应用VC++制作英语词典,包括对单词的查询,修改,添加,删除。有相当美观的界面和运行效果。-Application VC++ Produced English Dictionary, including word query, modify, add, delete. There are quite aesthetically pleasing interface and operating results.
Platform: | Size: 2052096 | Author: 王一 | Hits:

[GUI Develop07

Description: 0.1 提供对实例以及类变量的访问控制(Providing Access to Instance and Class Variables) 若没有足够理由,不要把实例或类变量声明为公有。通常,实例变量无需显式的设置(set)和获取(gotten),通常这作为方法调用的副作用的结果 (side effect:The change in the value of a variable within a routine resulting from assignments outside the routine.美国传统双解词典) -0.1 provides examples of types of variables, as well as access control (Providing Access to Instance and Class Variables) if there is no sufficient reason not to examples or types of variables declaration public. Typically, the instance variables without explicit settings (set) and access (gotten), usually as a method call that the results of side-effects (side effect: The change in the value of a variable within a routine resulting from assignments outside the routine. The United States traditional Shuangjie dictionary)
Platform: | Size: 1595392 | Author: mark | Hits:

[OtherKFGLXT

Description: 业务管理:包括客房预订、入住登记、续住、换房、转账、其他服务提供、留言板、意见簿、走客结账、欠费结算。 ¯ 查询统计:包括历史单据、预订表、在住客人表、换房查询、转账查询、日经营状况、月收入状况、客房利用率、实时房态。-system design focus of this chapter describe the development of small PowerBuilder 9.0 Rooms Management System process, through the study of this chapter, readers should be familiar with PowerBuilder 9.0 TreeView control and the right mouse button menu of use, master GroupBox, SingleLineEdit, CommandButton, RadioButton, PictureButton controls such as the similarities and differences to further understanding of data objects window displays various occasions the application. System to complete the task Macr system maintenance include : corporate information, the operator management, change passwords, management succession, dictionary management. Macr basic information : Rooms management system for the basic information management (including new, modify or delete), which is the basic informat -err
Platform: | Size: 783360 | Author: lixiaqian | Hits:

[Other Databaseskfgl

Description: 业务管理:包括客房预订、入住登记、续住、换房、转账、其他服务提供、留言板、意见簿、走客结账、欠费结算。 ¯ 查询统计:包括历史单据、预订表、在住客人表、换房查询、转账查询、日经营状况、月收入状况、客房利用率、实时房态。-system design focus of this chapter describe the development of small PowerBuilder 9.0 Rooms Management System process, through the study of this chapter, readers should be familiar with PowerBuilder 9.0 TreeView control and the right mouse button menu of use, master GroupBox, SingleLineEdit, CommandButton, RadioButton, PictureButton controls such as the similarities and differences to further understanding of data objects window displays various occasions the application. System to complete the task Macr system maintenance include : corporate information, the operator management, change passwords, management succession, dictionary management. Macr basic information : Rooms management system for the basic information management (including new, modify or delete), which is the basic informat -err
Platform: | Size: 33792 | Author: lixiaqian | Hits:

[Other systemsproj_[CS]Convert

Description: 可批量将资源中词汇进行语言转换,用xls格式词典,国际化项目用。-Available in volume in terms of resources for language conversion, xls format used dictionary, the international project to use.
Platform: | Size: 22528 | Author: love4myxsg | Hits:

[JSP/Javaeclipse

Description: 数据库的连接 英文小词典 软件工具与环境-Database connection English dictionary software tools and the environment
Platform: | Size: 1674240 | Author: 张无泪 | Hits:

[SQL Serverxuanke

Description: 该系统是完整的商用教学管理系统,非常实用 学生管理、学生考勤、学生成绩管理、学科管理、班级管理、教职工管理、数据字典维护等 采用VS2005开发,利用了皮肤模板和siteMap等功能-The system is a complete business management system of teaching is very practical student management, student attendance, student performance management, discipline management, class management, staff management, data dictionary maintenance using VS2005 development, use of skin features such as templates and sitemap
Platform: | Size: 396288 | Author: 龙龙发 | Hits:

[Internet-NetworkwindowsSocket-Overlapped

Description: windows网络模型之Overlapped 实现的网络词典的客户端和服务器,需要配置数据源,用的access数据库-windows network model of the network to achieve Overlapped dictionary client and server, need to configure the data source, access the database used
Platform: | Size: 209920 | Author: wake | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net