资源列表
HanZiFreq
- 汉字字频统计软件说明: 1. 这个小工具可以对一个文本文件中出现的汉字的字形数和字种数进行频次统计; 2. 字频统计结果按照降序输出; 3. 可同时选中多个文本文件进行字频统计; 4. 程序启动后点击主菜单中“统计字频”下“选取文件”就可以开始进行字频统计; 5. 统计结果保存在HanZiFreq_Result.txt文件中; 6. 这个工具不能处理非纯文本格式的文件(比如rtf,word .doc文件等),并且只能处理GB码的文件。 7. \test目录下有一
MATLAB6.X
- 这是一本介绍MATLAB的教程,里面包含教程中所涉及到的所有源码。-Introduction This is a MATLAB-tutorial, which contains tutorial involved in all the source code.
ListOper
- 用户信息的增加、修改、删除、查询等功能,通过链表和MFC实现,通过文本文件存储,全面覆盖了数据结构中的链表操作和MFC的开发,以及文本的读写操作,对于学习很有帮助。-The increase in user information, modify, delete, query and other functions, through the list and the MFC implementation, through a text file storage, comprehensive co
137775-calfem-3.3
- 用于有限元分析的matlab工具箱,希望大家喜欢-Finite element analysis for matlab toolbox, I hope everyone likes
Compress
- 程序:将重复的子数列折叠起来。就是连续重复数据的压缩,编码原理的程序。如:12 23 34 45 34 45 34 45 88 78 79 88 78 79 99压缩成为12 23 0xFE 3 34 45 0xFD 0xFE 2 88 78 79 0xFD 99。其中0xFE表示重复数列的开始,紧跟后面的数3是重复次数,后面的0xFD表示结束。-Procedures: a subset of the duplicate series folded. Duplicate data is a ro
kaon2-bin-2008-01-14
- 本体推理工具 共八个例子:从如何建立本体到做一些简单的的本体推理-Ontology reasoning instrument :eight examples: from how to set up body to do some simple ontological reasoning
youxianyuanfangfa
- 基于FEPG的有限元方法.FEPG系统是基于虚位移原理(即弱形式)而不是变分原理,要求用户书写弱形式的微分方程表达式-FEPG Based on the finite element method. FEPG system is based on the principle of virtual displacement (ie, weak form) rather than the variational principle, require users to write the weak f
yichuansuanfa
- 用C语言编写的遗传算法 可用于机器人的智能路径规划-Using C language can be used for the genetic algorithm of the intelligent robot path planning
quanpai3
- 输入一个正整数,输出从一到这个整数的全排列。-Enter a positive integer, the output from one to the integer array of the whole.
shichangfa
- MATLAB人工势场法算法源代码 可以用于移动机器人路径规划上面-MATLAB artificial potential field algorithm source code can be used for Mobile Robot Path Planning above
conway
- 一个经典的Conway游戏,经过改进后速度增加了不少,其中包含一个hash。-A classic Conway Game, after increasing at a rate improved a lot, which contains a hash.
Insertionsort_Mergesort
- 合并排序的改进方法。当数字少到一个程度的时候,所用时间减少-insertion and merge sort
