资源列表
iterative_SOR
- 这是一个迭代法实现的C代码。本算法采用的是SOR迭代法。-This is an iterative method to achieve the C code. This algorithm is used SOR iteration.
PeakValue
- 一维序列中峰值提取//Data为待分析的数组;peak为排序后的数组; //m 为Data数组大小;n 为peak数组的大小。 //m_Min 为Data数组中最小值 //假设峰值个数PN>n
kmt
- 用c++实现的KMP算法。很高效很实用的哦-Using c++ to achieve the KMP algorithm. Very efficient practical Oh
sqlist
- 顺序表的基本操作,插入,删除和输入输出等操作-The basic operation of the order of the table, insert, delete, and input and output and other operations. . . . . . .
m
- 输入广义表表示法表示的二叉树的字符串,以#作为字符串结束标志,将广义表形式的字符串创建为链式存储结构的二叉树,并先序、中序和后序遍历该二叉树,输出先序、中序和后序遍历的序列 -Enter the generalized form of binary notation string, with# as a string end marker, the generalized form of the string table storage structure to create the binar
Hanoi
- 用c实现汉诺塔,利用了函数的递归调用及相关数据结构的知识。-Tower of Hanoi with c implementation, using a recursive function calls and associated data structure knowledge.
301-25-6-7
- 编写函数isSubset()用于判断链表L1中的每个数据元素是否都在链表L2中出现过,若是,则返回真,否则假。-the function is subset() ,it is used to judge if data in list L1 appears in list L2.
send-and-receive
- 此文件包含两个程序段,其一是实现自发自收;其二是实现全双工通信。结合KEIL软件与单片机工具箱。-This file contains two paragraph, one is to realize the spontaneous charge The second is to realize full-duplex communication. KEIL software and single chip microcomputer with tool kit.
countingsort
- 《算法导论》第三版中计数排序伪码的C语言实现-"Introduction to Algorithms" third edition counting sort pseudo-code in C language
0-1package
- 0-1背包问题,C++编码,0-1背包问题的经典解决办法-0-1 knapsack problem, C++ ,0-1 encoding classical knapsack problem solutions
color
- 编程实现颜色标量量化。输入为24位彩色图像,将RGB分量分别保持头3位、头3位、头2位的值不变,其余各位变为10000、10000和100000,观察处理后的图像的颜色失真情况。注意OpenCV中的RGB分量的存储顺序为BGR。-Programming color scalar quantization. Enter the 24-bit color images, the RGB components respectively held the first three, the first t
reading-VTKfile
- 以vtk 和C++为开发环境,实现STL文件格式的读取-To vtk and C++ for the development environment, to achieve STL file format to read