资源列表
kechengbiaopaixu
- 课程表排序功能,可以解决课程表排序方面的问题是一份非常不错的程序-Curriculum sequencing, sorting aspects can solve the problem of curriculum is a very good program
paikexitong
- 排课程序的程序系统用来解决排课的问题,对于高校排课程序有很好的解决效果-Scheduling the program that the system used to solve the problem of arranging, arranging programs for college have a good solution results
xmlTest
- 封装tinyxml,读取xml文件,一个配置文件对应一个单例,挺适合于应用的配置文件-Package tinyxml, read xml file, a configuration file corresponds to a single case, very suitable for the application configuration file
WindowsExamPAutomaticscoring
- 一个“监控考生答题过程”的后台进程,利用“文件系统变化通知”实时监控试题指定文件夹的变化情况,从而实现Windows上机操作试题的实时自动评判技术。-A monitoring process candidates to answer, the background process, use the File System Change Notification real-time monitoring of changes in the questions specified folde
DatabaseManager
- 用来管理移动存储介质的数据,项目的MFC程序。-Used to manage data on removable media, the project MFC program.
include
- 二进制数向十进制数转换,十进制数向二进制数转换,判断是否为全0或全1,是否继续执行等。-Binary to decimal conversion, decimal to binary conversion, to determine whether all 0s or all 1s, whether to continue execution
simple_node
- 可以简易的将一个文件夹下的一个文件复制到另一个文件夹下-copy file
VB-imitation-Office-Word-Word
- VB仿Office Word艺术字效果,从功能来说几乎拥有Word艺术字的所有功能,在文本框内输入艺术字,点击“刷新”按钮,显示区就会出现艺术字的效果,它有不少的样式可供选择,比如波浪、波形-直线、浮雕、波形-弧线、添加背景色、曲线-直线、圆形-偏移等等。单击艺术字对象可以调整大小,按Shift键可以等比例缩放,最后导出生成PNG/JPG/GIF三种格式的图像。 -Features: Remove the word text string the internal buffer
bptree
- A b+ tree, already implemented.
test2
- 打开两个文件,读取文件的内容,合并文件内容,对文件内容进行排序,写入到第三个文件-Open two files, read the contents of the file, merge file contents, the contents of the file are sorted, written to a third file
example
- 输入小球半径及高度,可以计算出小球反弹的轨迹,并且画出动画-Enter ball radius and height, can calculate the trajectory of the ball rebound and draw animation
LZW_JAVA
- LZW算法,文件压缩解压算法。LZW算法基于转换串表(字典)T,将输入字符串映射成定长(通常为12位)的码字。在12位4096种可能的代码中,256个代表单字符,剩下3840给出现的字符串。-LZW algorithm, file compress and decompress