资源列表
chuan
- 串:基本概念,基本运算,存储结构,模式匹配,Brute-Force算法,KMP算法- 检测到:中文 » 英语 This operation, the storage structure, pattern matching, Brute Force- algorithm, KMP algorithm
xiaobo
- 小波谱分析mallat算法经典程序。真的不知道写一些什么来凑够20字-Spectral analysis mallat classical algorithm procedures. Really I do not know what to write 20 words lobbied
List-of-the-basic-operation
- 链表的基本操作(函数已封装) 交并差的实现- List of the basic operation (function has been encapsulated) Realization of Crossing and
进程调度
- 设计一个有 N个进程共行的进程调度程序。进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三
KMP_StrIndex(Optimatic)
- 改进版KMP算法,用于一篇文档中对指定字符串进行位置检索,算法效率高,并通过实际测试检验-Improved version of the KMP algorithm for a document on the specified string location retri , algorithm efficiency is high, and through the actual test and inspection
StrToInt
- 字符串转整形程序源码,代码完整,鲁棒性强,涉及对多种异常情况的处理,已经通过测试,正确无误-String to plastic program source code, code integrity, strong robustness, involving a variety of abnormal conditions of the processing, has passed the test, correct
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