资源列表
txtedit
- 本软件设计一个面向大众用户的文本输入器,拥有英文输入,基本的文本编辑,软件可以支持鼠标的全面操作,使用户能够一个类似WINDOWS的环境进行软件的操作,能够流畅的输入英文字符、数字、各类在英文中常见的符号,同时可以使用鼠标进行文字的选取操作。 本软件是使用TURBO C2.0编写的拥有独立界面的EXE文件,拥有仿WINDOWS98的界面,和DOS时代的WPS文本编辑器有非常的相似性。并且,本系统符合当今的软件使用习惯,并且完全支持鼠标的操作,所有的编辑工作除了文字输入以外都可以使用鼠标,并且
protel99se
- 元件明细表-分立元件库中英文对照元件明细表-分立元件库中英文对照-Component list- bilingual discrete components library list- discrete components library in bilingual
systemProcessBrowser
- 可方便地获得当前系统正在执行的进程,及各进程的详细信息-facilitate access to the current system is the implementation of the process, and the process of detailed information
drug-release-surface-erosion
- drug release through surface erosion. The PDE system is solved with method of lines
12
- visualc++ K-means algorithm visualc++ K-means algorithm-visualc++ K-means algorithmvisualc++ K-means algorithm
FSK-MATLAB-code
- FSK调制解调MATLAB源代码FSK,很不错,值得-FSK modulation and demodulation MATLAB source code FSK, very good, worth a look
fenci
- 分词程序,HMM模型训练,维特比解码,有说明文档。
test-oct
- CDMA USED IN GPS GEOLOCALIZATION
FixHalfChinese
- 一个朋友为从UNIX上传递尾部带半个汉字的xml脚本,导至系统异常,困扰了至少半年之久。所以用VC++作了一个演示,解决了这个跨平台的,不大不小的难题。-from a friend to pass on UNIX with half a tail of the Chinese characters xml scr ipt, lead to a system anomaly, beset at least six months long. Therefore, the use of VC made
textcompare
- 两个文本文件的比较 并把两个文本的变更找出来-two text files and compare the two texts to find out the changes
NetRexxCi18n
- An example of how to add internationalized messages to the IBM NetRexx compiler.
WordCounter
- 封装一个类CText, 并编写一个软件,它可以完成对任意一个文本文件的字符统计工作, 可以统计的信息有:中文字符数、英文单词数、行数、字符个数(不计空格)、空格数。 同时上述的字符统计信息,要求能写到一个Report.txt文件中,并且能显示出来。但是不要求界面,只要能以命令行的形式输入及显示即可,另外统计功能也可参考Word中 的“字数统计工具”。 序遵循题目的要求,采用Visual Studio 2008编译环境编写,使用C++语言来完成。其中主要功能封装在CText类当中,并利