搜索资源列表
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
secondwave
- 第二代小波有如下特点:(1)所有运算可作本位操作,节省内存;(2)利用复合复制,减少了浮点运算量;(3)一个上升步骤中的所有操作是并行的,而多个上升步骤之间是串行的;(4)逆变换只须简单地改变代码执行的先后顺序,具有与正向变换相同的计算复杂性;(5)由于变换过程中不必依赖Fourier分析,很容易推广到一般性应用领域;(6)易于构造非线性小波变换(如整数变换)。
jzt+qq
- 用opengl实现金字塔的旋转以及气球的上升运动-Opengl pyramid with the realization of the rotation, as well as the rise of the balloon campaign
HoughTrans
- Hough变换的实质是将图像空间内具有一定关系的像元进行聚类,寻找能把这些像元用某一解析形式联系起来的参数空间累积对应点。在参数空间不超过二维的情况下, 这种变换有着理想的效果。但是,一旦参数空间增大,计算量便会急剧上升,同时耗费巨大的存储空间,耗时也随之猛增。就此,多年来国内外众多学者针对具体情况对常规Hough变换进行了多方面的探索,并提出了许多有价值的改进方法。-Hough transform is essentially the image space has a certain rel
cmy1
- 模拟了盒子里的气球在盒子打开时上升运动情况-Analog a box of balloons to open up the box at the situation of sports
sk
- 实现人体骨骼模型行走。左方向键<- 左旋转/暂停 右方向键-> 左旋转/暂停 上方向键(up) 放大 下方向键(down) 缩小 W 上升 S 下降 G 走步 H 抬左手 J 抬右手 L 抬左腿 K 抬右腿 现在走步一次走一步,看得较清楚了。 -Achieve human skeleton walking. Left arrow keys < - left rotation/right-arrow keys to suspend-&
moon
- 月亮上升下降的程序,而且是动画程序,代码比较短,比较经典-procedure of the moon raise and down
firework
- 烟火上升爆炸程序,将以前的MFC程序重新整理成一个文件,并附有注释-the fireworks rise to the sky and explode
Lamplight-mixed
- 本文件中包含了各种灯光混合的实例,其中每个实例的档次都是步步上升的,很适于初学者参考。本实例中不仅有C++的例子还包含了OpengL的实例。-This document contains examples of a variety of mixed lighting, where each instance of the grade is increased step by step, and it is suitable for beginners reference. This exampl
final_project_drawSkyboxAndJet
- 以vc++開發環境, 可畫出場景, 載入3DS戰機模組,並貼圖 視角可用滑鼠控制, 飛機物體以鍵盤 Y:上升 I:下降 U:前移 J:後移 H:左移 K:右移-To vc++ development environment to draw the scene, load the module 3DS fighters and map view available mouse control, the aircraft object to the keybo
shangshengxulie
- 关于图像复原的上升序列法研究,附测试图像-Increase in sequence image restoration method, with test images
matrix-lantern
- 基于opengl的关于矩阵操作的程序,实现平移,旋转和缩放变换,效果是雨中灯笼随风摆动,月亮慢慢上升,实现全屏观看,左上角有按钮-Opengl based on matrix operations procedures to achieve translation, rotation and scaling transformation, the effect is the rain, the wind swinging lantern, the moon slowly rising, full
Increase-in-sequence
- 对图像进行处理的上升序列算法,对原始图像进行加噪声处理,通过上升序列算法,观察去噪之后的图像-increase in sequence
wavelet-transform
- 本程序包含D4小波分解与合成,及其上升型实现,非减采样小波合成与分解。-wavelet transform
donghua1
- 用matlab绘出螺旋曲线上升的动态效果-Draw the dynamic effect of the spiral curve rises
moon_denglong
- 用opengl,在vc环境下实现,明月高悬,灯笼高挂,进入了海上升明月,天涯共此时.的意境-Opengl, vc environment moon hung lanterns hanging into the sea rising moon, skyline in the mood .....
meanshift
- Mean Shift是一种最优的寻找概率密度极大值的梯度上升方法,利用核概率密度描述目标的特征可以应用于目标跟踪技术,本程序实例即是基于Mean Shift原理进行目标跟踪,搜索目标位置。-Mean Shift is to find an optimal increase in the gradient of the probability density maxima nuclear probability density describing the target feature targe
7
- 用openGL实现的简单的气球上升的3D场景-Using openGL to achieve a simple balloon ascent 3D scene
O_quality
- 用MATLAB语言编写的智能计算曲线衰减率,上升时间,稳定时间,过度时间,振荡周期,峰值等。简单实用。-Using MATLAB intelligent computing curve decay rate, rise time, settling time, over time, the oscillation period, peak and so on. Simple and practical.
SVM
- 一种基于序列上升算法的支持向量机实现,硬分割简单版(A support vector machine based on the ascending sequence algorithm, hard to split simple version)