资源列表
KillSameFiles
- Ruby实现通过文件MD5判断并删除目录中重复的文件。-Implemented in Ruby and delete duplicate files in the directory file MD5 judgment.
readandwritefile
- 该源码主要是使用C++对文本文件的读取和写入操作,简单实用。-this code is mainly about read and write txt file
config
- 读取配置文件c++代码 windows\linux-read the configuration file c++ code windows\linux
people
- 个人所得税计算 具体要求:生成一个GZ类表示工资。用静态数据成员表示个人所得税的起征额Base(即免征部分)。类的每个成员包含一个私有数据成员money,表示当月工资。提供一个calSDS()成员函数,计算个人应交所得税,并从money中扣除,该计算函数的最后要显示工资、所得税、应发工资三项数据。个人所得税占工资的比率由下表确定,本题仅使用20%及以下各档。
binary-tree
- 二叉树的遍历,包括先序遍历,中序遍历和后序遍历-traversing binary tree
hsf
- 回朔法(定长的)动态 这个很重要 是我学数据结构的时候做的
string
- 字符串的基本操作,包括next[]值的求法及nextval[]值的求法-The basic operation of the string, including the next [] value for law and nextval [] value method
AES
- AES File Encryption source
saveFigures.m
- Function saveFigures inputs: fighandle Handle of the figure to save path Path under which the figure is to be saved name File name under which the figure is to be saved optionals: width [cm] default 13 height [cm] def
count
- 从磁盘文件中读取一段内容,统计文中出现的各个字符的个数-Read from a disk file contents appear in the text of each statistical number of characters
append
- 通过成员方法在文件后面添加内容的测试或创建新文件添加内容-add some elements in file
u_IniFile
- INI文件操作。可以直接写INI文件,不需要再配置。使用了很久,效果不错!