搜索资源列表
ReadSTL
- 该程序用于读入.STL格式的文件,并将其存入到一个链表中。-the procedures to be used for reading. STL format of the document, and save them to a chain list.
Particle-Fireworks
- opengl烟花代码``` 利用链表实现逼真的烟花效果-opengl fireworks code `` `Chain achieve realistic use of fireworks results
scanline
- 基于mfc,包含种子填充算法,扫描线算法,而且运用了堆栈、链表等结构,有助于图形学初学者的入门
digit_chain
- 链表写的 一个数据采集系统,很使用,供大家参考
Pic
- 画图程序,使用文档/视图模式开发。对每一种图形的对象要求采用链表处理。
LineConnection
- 对A,B两个直线支持区域链表进行合并,并过滤其中没有保留的支持区域,计算两条直线的交叠长度,调整直线的顺序,遍历图像,按照遇到的直线顺序进行排序并编号, 调整直线的起点坐标,保证起点坐标为“从上到下,从左至右”遍历图像时先遇到的点
Weiler-Atherton
- 这是基于VC++采用链表结构设计的多边形裁剪算法,可适用于内、外裁剪
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
CListDemo
- 链表学习的好帮手,程序中包括链表的各种操作以及基于对话框的源码,相信对想学习链表结构的人士会有很大的帮助-Study list of good help, the program includes a variety of list operations and the source based on the dialog box, want to trust on the study list structure will be of great help to those who
InheritanceAndPolymorphism
- 继承和多态,实现由链表的继承与多态,创建了栈和队列,用模版扩充-Inheritance and polymorphism to achieve from the list of inheritance and polymorphism to create a stack and queue, use the template to expand
0514001
- 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算 法为扫描线填充算法。论文对原有的多边形扫描线填充算法中的最常用的活性边表和传统扫描线算法进行了分析,结 合活性边表和传统的扫描线填充算法的特点,针对复杂的大数据量的多边形填充时间效率较低的问题,提出了一种改 进的扫描线多边形填充算法一混合填充算法。该算法采用链表和数组结合的数据结构,形成连续的填充轨迹,有效地 提高了时间效率。 -Polygon Filling Algorithm t
diveiseChar
- * HDIB hDIB -原图像的句柄 * * 返回值: * CRectLink -存放被分割的各个字符位置信息的链表 * * 功能: * 将图像中待识别的字符逐个分离出来并返回存放各个字符的位置信息的链表 * * 说明: * 此函数只能对2值化后的图像进行处理-* HDIB hDIB- the original image handle** Returns:* CRectLink- divided storage location information o
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
MyGraphic
- 加入新图形的步骤 1、在GraphRecord单元 定义结构体 2、在MyGraph单元的集合体(TClassGraph)中 加入该图形 3、MyGraph单元的private声明该图形的链表,Create中创建,Destory中释放 4、MouseUp事件中加入链表 5、MouseMove事件中移动图形 6、DrawGraph过程中加入画图 7、Clear 加入清空 8、preDel过程 9、preFill过程 10、preMove过程 11、Sav
tuxiang
- C关于图像处理编程中链表操作的代码单向链表及双向链表的源代码-tuxiang