资源列表
seedfill
- 种子填充算法,经过改进可以在瞬间填满半径为200像素的圆。而一般的办法要几分钟。
zhan
- 栈的顺序存储结构及实现,一种简单的算法。
movingAveragePredict
- /** * @author jakcy_wu(wujichun) * * 预测分析--本算法只适用于受周期变化或者波动影响的数据 * 权值移动平均算法 * 本期預測值=(前期值*權數)求和/n * * 默认权值为{1,1,1},取最近3次的平均 * 注意权值和必须=权值集合.length */-/ ** * @ author jakcy_wu (wujichun) * * Forecast and Analysis -- This algorithm applies only to the af
链式表的相关使用啊
- (1)采用链式存储实现栈的初始化、入栈、出栈操作。 (2)采用顺序存储实现栈的初始化、入栈、出栈操作。 (3)采用链式存储实现队列的初始化、入队、出队操作。 (4)采用顺序存储实现循环队列的初始化、入队、出队操作。 (5)在主函数中设计一个简单的菜单,分别测试上述算法。
queen
- 采用递归回溯算法求解N皇后问题;C语言实现,可以动态控制皇后数量-Backward recursive algorithm using N Queen' s problem C language implementation, you can dynamically control the number of Queen' s
binarytree
- 用c++写二叉树的非递归算法,不错的哦,如何不足,请多包含-A binary tree using c++ to write a non-recursive algorithm, bad Oh, how the lack of ability, with
3d-ISurface
- 三维分析 获取到TIN图层 获取点击位置的高程值-Three-dimensional analysis to obtain the TIN layer for elevation values click positions
jiame
- 从系统没有位相片对焦图,加位相片图片和有位相片任意图片中实现解码提高显微景深。-Digital photos focusing Figure from the system, plus digital photo images and digital photos any picture decoding improve microscopic depth of field.
lda
- 利用matlab实验人脸识别。从图像库中识别出相同人脸。主要运用LDA-Face recognition using matlab experiment. Identified from the image library same faces. The main use of LDA
pcnn
- 基于脉冲耦合神经网络的图像边缘信息提取。 基于脉冲耦合神经网络的图像边缘信息提取。-Pulse coupled neural network based on image edge information extraction. Pulse coupled neural network based on image edge information extraction. Pulse coupled neural network based on image edge information e
Convex-hull-detection
- 凸包检测适合于初学者对于图像处理和OPENCV运用的重要一步,有助于学习和研究-Convex hull detection suitable for beginners to image processing and is an important step in the OPENCV use, helps to study and research
ACO_OFDM
- 在AWGN信道模型下,对比ACO-OFDM和其他调制方式对光纤通信系统性能,将ACO-OFDM与一些调制技术相结合来进一步提高系统宽带效率、降低光发送功率等,以提升光纤通信系统的性能-In AWGN channel model, compared to ACO-OFDM and other modulation schemes for optical fiber communication system performance, the ACO-OFDM with some modulation
