搜索资源列表
WIREfinal
- AUTOCAD的二次开发。该软件有一个主要功能是利用计算机堆栈技术和迷宫算法在CAD中自动求出最短路径长度(其中还利用了CAD的扩展数据技术,自定义了单链表类和自定义栈类,ADO数据库连接)-AUTOCAD secondary development. The software is a main function is to use computer technology stack and the maze of CAD algorithm automatically calculated
source
- snake算法源代码。Notes : This snake implementation is based on a doubly linked list * with SnakePoints for nodes. This list knows how to slither * (i.e. minimize the snake energy by moving points), draw * itself using OpenGL, and return useful
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
0514001
- 典型的多边形填充算法主要包括扫描线填充算法和轮廓标志域填充算法,适用于矢量多边形文件的填充算 法为扫描线填充算法。论文对原有的多边形扫描线填充算法中的最常用的活性边表和传统扫描线算法进行了分析,结 合活性边表和传统的扫描线填充算法的特点,针对复杂的大数据量的多边形填充时间效率较低的问题,提出了一种改 进的扫描线多边形填充算法一混合填充算法。该算法采用链表和数组结合的数据结构,形成连续的填充轨迹,有效地 提高了时间效率。 -Polygon Filling Algorithm t
6139772-Graph-Implementation-Using-Linked-List.ra
- this is a source code for graph implementation
BaO
- 用VC编的没有图形界面的实验器材管理程序,有文件操作,使用单向链表结构-Not compiled with VC GUI test equipment management procedures, file operations, using one-way linked list structure. .
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 求解的过程, 减少了迭代步数
Multicore_programming
- multicore programming using openmp image filter mandlebrot linked list
Fibonacci-and-linkedlist
- multicore programming using openmp Fibonacci series linked list
main
- 一个双向链表的在0pengl中可以被广泛运用,赋予的形的含义.-A doubly linked list in 0pengl can be widely used, the meaning given shape.
_DualLinkT
- 双线链表的头文件,opengl中操作比较常用。-Double linked list header files, opengl more commonly used in the operation.
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
graham
- Graham s scan algorithm for finding convex hull using linked list.
jarvin
- Jarvis march algorithm for finding convex hull using linked list
114
- C语言写的动态链表代码,动态存储数据使用,有些实验中会需要,仅供参考。-Dynamic linked list code, written in C language for dynamic storage data, some experiments will need for reference only.
BiTreeExample
- 本代码利用C++语言实现二叉树链表的相关操作,对了解数据结构的链表结构有帮助-This code takes advantage of C++ language implementation binary list of the relevant operations, to understand the data structure linked list structure to help
altmany-export_fig-4c015d5
- linked list and operations
create-line-pointer
- 计算机地图制图的基础程序,使用C语言编写,包含创建线链表,保存线链表等。-Computer cartography basis, the use of C language, create a line that contains the list, saved lines linked list.