资源列表
Sort-with-index
- 扩展的STL sort代码(Sort with index),使其输出sort的index-Expand STL sort with index output
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
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
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
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
进程调度
- 设计一个有 N个进程共行的进程调度程序。进程调度算法:采用最高优先数优先的调度算法(即把处理机分配给优先数最高的进程)和先来先服务算法。每个进程有一个进程控制块(PCB)表示。进程控制块可以包含如下信息:进程名、优先数、到达时间、需要运行时间、已用CPU时间、进程状态等等。进程的优先数及需要的运行时间可以事先人为地指定(也可以由随机数产生)。进程的到达时间为进程输入的时间。进程的运行时间以时间片为单位进行计算。每个进程的状态可以是就绪 W(Wait)、运行R(Run)、或完成F(Finish)三
List-of-the-basic-operation
- 链表的基本操作(函数已封装) 交并差的实现- List of the basic operation (function has been encapsulated) Realization of Crossing and
xiaobo
- 小波谱分析mallat算法经典程序。真的不知道写一些什么来凑够20字-Spectral analysis mallat classical algorithm procedures. Really I do not know what to write 20 words lobbied
chuan
- 串:基本概念,基本运算,存储结构,模式匹配,Brute-Force算法,KMP算法- 检测到:中文 » 英语 This operation, the storage structure, pattern matching, Brute Force- algorithm, KMP algorithm
digui
- 递归定义,模型,设计思路,算法设计,求解迷宫方法- 检测到:中文 » 英语 Recursive definition, model, design idea, algorithm design, the method to solve the maze
shuzuheguangyibiao
- 数组:存储结构 系数矩阵:表示 广义表:定义,存储结构,运算,深度-系数矩阵:表示 广义表:定义,存储结构,运算,深度 检测到:中文 » 英语 Array: storage structure Matrix: said Generalized table: definition, storage structure, operation, depth
zhanheduilie
- 栈和队列:定义,顺序和链式存储结构,运算实现,应用-The stack and queue, definition, sequential storage structure and chain, operation implement, application