搜索资源列表
huffman_f
- huffman_f 在huffman_e的基础上,将排序改为利用堆排序原理选择最小的两个权值。也即,将所有元素的权值组织成堆后,每次堆内的根结点就是最小值了。每取出一个根结点后,就把堆尾元素调到根结点重建堆。取出两个最小值合并成一个子树后,再把子树作为叶子结点放到堆中,并让其上升到合适的位置,保持堆性质不变。因为每次不必完成整个排序过程,而只是组织成堆,因此,这种方法要比使用快速排序更快。上述算法参考了mg-1.2.1中Huffman编码的实现,见http://www.cs.mu.oz.au/m
FIGHTERTEST
- 可以实现对飞机的三维模拟,可以实现子弹以及尾翼的输出-Can achieve three-dimensional simulation of the aircraft can be achieved as well as the tail bullet output
FXZFireworks
- C++ code for a small fireworks engine. Supports multiple fireworks types (dhalia, chrysanthemum, horse tail, palm, rain, willow, etc.)
yanhua
- 基于openGL实现烟花尾部燃烧的效果,颜色鲜艳-To achieve fireworks tail combustion effect based on openGL
kfc
- 火焰底部与导弹顶部的连线不一定在导弹的中轴线上,这样旋转完的图像会有偏差,那个导弹尾部的位置不对,尾部的点应该在靠近尾部的一端,那个示意图里的大概位置-Connection is not necessarily of the flame at the bottom of the missile at the top of the central axis of the missile, so that rotation after image will be biased, and that t
xianxingbiao
- 对线性链表存储结构上的操作及应用的实现,采用表尾挂入法建立一个以LA为头指针的单链表 -The operation and application of linear linked list storage structure of the tail, hang into the method to establish LA as a pointer to the head of a linked list