资源列表
FEM2
- 用超松弛迭代法求解二阶偏微分 方程。得到电场的分布。-with Overrelaxation Iterative Method for second-order partial differential equations. Be electric distribution.
Fib
- 这个是前N项的c++程序,觉的还是蛮重要的基础代码程序-This is a pre-N items c++ program, it feels pretty important basis or source program
queuelinked
- Data structure: Implementation of Linked Queue classes in Java code.
JPEGaBMP
- 这是一个JPEG转BMP图片格式的代码。-This is a switch to BMP JPEG image format code.
avl
- AVL TREE is one the important concept in the Data structure
EX10-1
- 经典的光流法运动检测与跟踪。非常好用。!-The light of the classic method of flow movement detection and tracking is very nice
avi2pics
- 用opencv库读取AVi视频,转换成图片序列-use opencv read avi
AIA
- 光学相位测量中,确定相移量的算法,主要运用了迭代的思想-phase shift algoritm
wavelet
- 傅里叶变换是用一系列不同频率的正余弦函数去分解原函数,变换后得到是原函数在正余弦不同频率下的系数。 小波变换使用一系列的不同尺度的小波去分解原函数,变换后得到的是原函数在不同尺度小波下的系数。 不同的小波通过平移与尺度变换分解,平移是为了得到原函数的时间特性,尺度变换是为了得到原函数的频率特性。 小波变换步骤: 1.把小波w(t)和原函数f(t)的开始部分进行比较,计算系数C。系数C表示该部分函数与小波的相似程度。 2.把小波向右移k单位,得到小
KWFLICM
- we present an improved fuzzy C-means (FCM) algorithm for image segmentation by introducing a tradeoff weighted fuzzy factor and a kernel metric. The tradeoff weighted fuzzy factor depends on the space distance of all neighboring pixels and th
Averaging-Filter
- 均值滤波器,基于matlab开发的,对于白噪声具有较好的效果-averaging filter,developed in matlab,have good effect on white noise
MKTHNUM-
- Spoj MKTHNUM题解 可持久化函数式编程线段树解法 文件内有相对详细的解法思路和数据结构构造方法-A solution to Spoj MKTHNUM.Which used persistent functional segment tree. Detailed information is written in the file.