搜索资源列表
Particle-Fireworks
- opengl烟花代码``` 利用链表实现逼真的烟花效果-opengl fireworks code `` `Chain achieve realistic use of fireworks results
CADForPoygons
- 一个简单的多边形绘制程序,使用链表实现,这样方便了多边形的移动和删除-A simple polygon drawing program, the use of linked list, so easily move and delete the polygon
exer2
- 多边形有效边表填充算法的实现,设计了活性边表、桶的数据结构,利用动态链表实现了填充算法。在VC6.0下实现。-Effective edge polygon fill algorithm implementation table, side table designed activity, the data structure barrels, the use of dynamic linked list implementation of the filling algorithm. At un
convexhull
- 用动态链表实现求凸壳的程序(卷包裹法),供三角网实现编程的人参考-Using dynamic list for the Convex Hull of the realization of procedures (vol Parcel law) for the triangular network programming reference
S20SH4
- 画图版,链表功能。undo,redo 实现文件的存取Open、New、Save、SaveAs 建立类,shape rectangle,circle,line类 -Paint version feature list. undo, redo implementation document access Open, New, Save, SaveAs type set up, shape rectangle, circle, line type
S10zx05-06
- 实现ShapeManage图元管理 实现Serialize存取功能 实现点击拾取和包围拾取 实现弱编组状态下的图元修改(移动、删除、叠放层次、缩放、拉伸等) 实现强编组状态下的图元修改 实现基于操作链表的撤销与重复 -Pixel implementation ShapeManage achieve serialize access management implementation click pick up pick up and surrounded by weak
InheritanceAndPolymorphism
- 继承和多态,实现由链表的继承与多态,创建了栈和队列,用模版扩充-Inheritance and polymorphism to achieve from the list of inheritance and polymorphism to create a stack and queue, use the template to expand
movies
- 链表实现一个电影表,有电影名称和电影等级两个项目,然后能实现动态添加,查找,删除等功能-Table lists the realization of a film, a film title and film grade two items, and then be able to dynamically add, search, delete, etc. functions
polygonclip
- 用于多边形的切割,代码用的单向链表来实现的,也可以用数组-For polygon cutting
tingchechang
- 栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的输入数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码及到达或离去的时刻,对每一组输入数据进行操作后的输出数据为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车离去;则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表实现。-Stack simulation parking lot to the sidewalk outside the
polygonLink
- 一个简单的多边形绘制程序,使用链表实现方便了多边形的删除和移动-a simple CAD program,used linktable
dpf
- 显示照片 能网上更新照片,多进程实现并发,多线程控制鼠标,控制链表。-digital
Tree
- 用于将一颗树显示出来,并可通过点击左键生成不同的树的形状,这个程序是在CSDN用积分下载下来的,链表实现。-For the tree display, and can by clicking the left button to generate a different shape of the tree, this program is the CSDN integral downloaded, linked lists achieve.
draw
- 代码实现了矢量绘图,保存时只能将图形信息保存在文本文件中,如有已保存的文件,打开程序时将直接打开文件。采用链表记录图信息。本人新手,代码还不完善,但对像我一样的新手有一定的参考价值。-The code implements a vector drawing, save only the graphics information is stored in a text file, if any files have been saved, open the program will directl
Improved-cv
- 当红外图像中包含较强噪声时, C-V 模型水平集分割方法会产生大量冗余轮廓 同时, C-V 水平集采用偏 微分方程( PDE) 实现, 存在计算量大、分割速度慢的缺点。为此, 本文提出了改进的快速算法, 该算法保留了C-V 模型的全局优化特性, 并通过窗口滤波整合图像邻域空间信息来构建曲线进化的外部速度, 从而提高C-V 模型 的抗噪性并减少分割中产生的冗余轮廓 采用基于双链表的快速水平集算法来实现曲线的演化, 去除了传统算 法中的重新初始化和PDE 求解的过程, 减少了迭代步数
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
image2.1
- 用链表实现的小CAD编程,图形界面,支持直线、矩形、椭圆、文字,放缩,鼠标移动,键盘移动,删除等-With the list of small CAD programming, graphics interface, support for a straight line, rectangle, oval, text, zoom, mouse movement, keyboard mobile, delete, etc..
animal100
- 动物查询管理,简单实用,适合初学者,应用C++,链表实现查询-animal search for zoo,just little animals for homework
CBNO
- 用链表实现的职工管理软件 ( C+ + )()
37278717
- 本算法为求解素数的较好代码,目前,较通用的算法时间复杂度通常为On n,本文利用双向链表实现了时间复杂度为On的算法()