资源列表
count_every_word
- 对一篇文档中的单词进行统计,并将单词出现的频率由高到低进行排列,并打印,便于对一篇文章高频词汇进行统计,非常实用,并通过测试-Statistics on the word in a document, and the frequency of the word appears to be arranged by the high to low, and print, easy to a high frequency vocabulary for statistics, very practica
generate_data_grid
- 用于生成一个随机数表,以便于进行数据分析,程序运行时,通过人机交互,可以指定随机数表矩阵的行和列,以及随机数的取值范围,非常实用,测试可正常运行- Used to generate a random number table, to facilitate data analysis, when the program is running, through human-computer interaction, you can specify the random number tab
Sort-with-index
- 扩展的STL sort代码(Sort with index),使其输出sort的index-Expand STL sort with index output
bm
- bm搜索算法 文件形式是vs工程文件,里面是我自己编的bm搜索算法,虽然简陋,但胜在启迪,可以通过我的类来了解bm算法 vs2015-bm search algorithm vs file format is the project file, which is bm Search Algorithm my own, though simple, but wins in inspiration, by my class for bm algorithm vs2015
单链表
- 1、设有两个无头结点的单链表,头指针分别为ha,hb,链中有数据域data,链域next,两链表的数据都按递增序存放,现要求将hb表归到ha表中,且归并后ha仍递增序,归并中ha表中已有的数据若hb中也有,则hb中的数据不归并到ha中,hb的链表在算法中不允许破坏。
Optimization
- 模拟超市购物情况,根据输入人物特点,对其排队时间给出最优化解决。-choose the queue for minimal time
find-the-location-of-1
- 实现或者一个整数从低位起第一个置位比特位置。-Make or an integer a first set of bits the low position.
SSDD6lab
- 系统级编程实验2,此实验为软件学院的系统编程常用实验项目-System-level programming experiment 2, this experiment is commonly used in software colleges
CQuicksort
- 此实验是数据结构课上使用的快速排序的优化算法,代码比较完全-This experiment is the data structure class used in the fast sorting optimization algorithm, the code is more complete
CList
- 此实验是数据结构课后试验,用于链表的一般使用,及部分优化-This experiment is a data structure after-school test, for the general use of the list, and part of the optimization
ticket-system
- 上海交通大学电子工程系数据结构课程作业之一:航空公司订票系统(DOS界面)-One of the data structures of Electronic Engineering, Shanghai Jiaotong University coursework: airline reservation system (DOS interface)
Josephus-circle
- 上海交大电子工程系数据结构作业之一:约瑟夫环-Electronic Engineering, Shanghai Jiaotong University, one of the data structure of the job: Joseph Central
