搜索资源列表
-
0下载:
数据结构,关于二叉树建立的源码和例子。希望对大家有用。-data structure, the establishment of a binary tree on the source code and examples. We hope that the right useful. Oh
-
-
0下载:
这是一个树形图表控件,可以用于显示XML文档的数据结构。
On tree diagrams and XML
A control to edit tree structures is described with an emphasis on its XML capabilities and the underlying layout algorithms.-This a tree chart control can be used to display XML data structur
-
-
1下载:
利用Visual C++实现AVI文件的图像截取
Visual C++中实现对图像数据的读取显示
Visual C++实现视频图像处理技术
VC编程中如何操作数据库中的图像字段
Visual C++实现数字图像增强处理
Visual C++6.0开发灰度位图处理
VC++开发腐蚀运算源程序
VC++开发膨胀运算源程序
VC++开发细化源程序
VC++开发Hough变换的源程序
VC++开发轮廓提取源程序
堆栈的数据结构和操作
VC++开发轮廓跟踪源
-
-
1下载:
对mesh进行可视化并编辑,具有精炼的三维mesh数据结构,可用于三维可视化开发-On the mesh for visualization and editing, with a refined three-dimensional mesh data structure, can be used to develop three-dimensional visualization
-
-
0下载:
任务:可以输入一个任意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出;
要求:
在上交资料中请写明:存储结构、基本算法(可以使用程序流程图)、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;
-Task: You can enter a maze of any size data, with non-recursive method to derive a path out of the maze, and the path output
-
-
0下载:
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。
BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。
位图文件头BITMAPFILEHEADER是一个结构,它的定义如下:
typedef struct tagBITMAPFILEHEADER{
WORD bfType
-
-
0下载:
程序生成TIN三角形,根据2D或者3D的离散点生成,分析-This program generates Triangulated Irregular Network, or TIN from scattered points on two-dimensional plane based on Delaunay s triangulation. This data structure allows data to be displayed as three-dimensional surface,
-
-
0下载:
一个简单的图形绘制程序,但是其中的几个函数和数据结构绝对是原创的!-Rendering a simple procedure, but a few of these functions and data structure is original!
-
-
0下载:
利用数据结构的数据类型及相关的开发语言实现简单的海龟作图-Using the data type of data structure and related development language simple mapping of sea turtles
-
-
1下载:
MFCGPS用来根据卫星星历计算任意时刻卫星在WGS84坐标系下的坐标。Foudation of surveying adjustment 用来计算摄影测量中影像外方位元素。Linklists是C++的动态链表,支持任意数据结构,Foudation of Geodesy 是一个用来进行高斯坐标和地理坐标相互转换的程序。GDAL用来读取遥感影像数据,设计界面和ENVI软件相似-MFCGPS any moment of the satellite coordinates in WGS84 coord
-
-
0下载:
实现数据结构中的深度遍历算法,自动将国际象棋中的马在棋盘中遍历一遍并能够回到起点,不会走重复的路程-Depth data structure traversal algorithm to automatically chess chessboard horse traversal back to the beginning again and can not walk away from repeating
-