资源列表
22we2323
- student class grading and check id using c-student class grading and check id using c++
delimiter-matching
- 一个实现分隔符匹配的数据结构算法,很适合初学者学习-A data structure algorithms achieve delimiter matching, it is suitable for beginners to learn
analog-parking
- 一个实现模拟停车场的数据结构代码,适合初学者学习-An analog parking lot of the data structure of the code, suitable for beginners to learn
String_class
- 一个实现string类的数据结构代码,很适合初学者学习-A data structure of the code string class is suitable for beginners to learn
sudoku
- //一个解数独的程序,纯C编写,不依赖特殊库,移植容易。个人原创! //采用的回溯法,剪枝程序采用动态规划思想进行了大量优化,比一般数独程序可以统计用多少步,中间碰到多少分支,侧面反映题目难度,虽然不能和人的技巧相比,也可以参考一下。 //对于研究数独方法或许没有帮助,但是可以帮助验证结果,统计难度。对于出题时可以去掉的项,也可用其验证。有代码,看懂后可以随便修改。 //解世界上最难数独大概1s左右 //程序作者:原建业-Sudoku @ a program written in
Kzuiduanlujing
- 结算若干节点的最短路径。最短路径算法。C#-Shortest Path clearing several nodes. Shortest path algorithm.
jiemi
- 在数据加密和数据压缩中常需要对特殊的字符串进行编码。给定的字母表 A 由 26 个 写英文字母组成 A={a,b,…,z}。该字母表产生的升序字符串是指字符串中字母按照从左到 右出现的次序与字母在字母表中出现的次序相同,且每个字符最多出现 1 次。例如,a,b,ab, bc,xyz 等字符串都是升序字符串。-In the data encryption and data compression is often the need for special strings to be encoded
arrangement
- 假设要在足够多的会场里安排一批活动,并希望使用尽可能少的会场。设计一个有效的贪心算法进行安排。(这个问题实际上是著名的图着色问题。若将每一个活动作为图的一个顶点,不相容活动间用边相连。使相邻顶点着有不同颜色的最小着色数,相应于要找的最小会场数。) 对于给定的k 个待安排的活动,编程计算使用最少会场的时间表。 -Suppose you want to arrange a number of activities in the hall more than enough, and want
prog2_1
- 对N个样本点进行主成分分析,并将结果可视化-N sample points on principal component analysis and visualization of results
kuohaopipei
- 利用堆栈实现的括号匹配算法,如果输入有错,给出提示。-Parenthesis matching algorithm using a stack to achieve, if the input is wrong, give tips.
LPF(FIR-Hamming)
- 采用Hamming窗实现的低通滤波器,可设置通带频率、截止频率以及带宽等滤波器特性参数。-The low-pass filter is realized by using Hamming window, can set the passband filter characteristic parameters such as frequency, the cut-off frequency and bandwidth.
alg.cpp.tar
- 实现了一些经典的计算机算法,包括全排列,全组合,走迷宫,背包问题等-Implements some classic computer algorithms, including full arrangement, all combinations, Maze, backpacks issues