搜索资源列表
256tohui
- 256 转换为灰度图像的代码,数据结构, 使用vc++开发-256 converted to grayscale images of code, data structure, use vc + +
filesystem
- 该程序实现了用文件记录变长字节流,可用以存储各种类型的文件,如多媒体数据,声音、图形、图像等。每项记录由记录号和标志符标记。记录的记录号和标识均可用作对记录的定位和引用,记录号可以由操作者输入,也可以自动生成,标志符一定要由操作者输入。
kcsj
- 校园导游图算法--数据结构中有关图的算法 按v求最短路径 按s求信息; 按q退出; 地图在map图像文件里-campus tour map algorithm -- data structure of the plan according to the algorithm for the shortest path v s by seeking information; Q withdrawal by; Maps map image file
fan_ga111
- 校园导游图算法--数据结构中有关图的算法按v求最短路径按s求信息;按q退出;地图在map图像文件里-campus tour map algorithm -- data structure of the plan according to the algorithm for the shortest path v s by seeking information; Q withdrawal by; Maps map image file
数据结构的C++描述
- 目 录 译者序 前言 第一部分 预备知识 第1章 C++程序设计 1 1.1 引言 1 1.2 函数与参数 2 1.2.1 传值参数 2 1.2.2 模板函数 3 1.2.3 引用参数 3 1.2.4 常量引用参数 4 1.2.5 返回值 4 1.2.6 递归函数 5 1.3 动态存储分配
huofuman
- 霍夫曼编码的基本方法是先对图像数据扫描一遍,计算出各种像素出现的概率,按概率的大小指定不同长度的唯一码字,由此得到一张该图像的霍夫曼码表。编码后的图像数据记录的是每个像素的码字,而码字与实际像素值的对应关系记录在码表中。-Huffman coding method is first scanned image data again, to calculate the probability of a variety of pixel specify a different length uniq
Graph
- 依靠链表结构实现的图像(Graph)类抽象数据结构-graph ADT implemented by an Adjacency List structure
ChessDisplay
- 一个小下棋程序,算法简单,图像演示结果,很方便使用,适合C++和数据结构的初学者参考使用-A small chess program, algorithm is simple, the image shows the results, it is easy to use, suitable for C++ and data structure reference for beginners to use
bianchangjilu
- 变长记录文件存取类库 一.需求分析 1. 支持对变长记录文件的建立、打开、关闭。在打开文件的基础上支持记录的加入、删除、修改、浏览,选定记录写为其他文件。 2. 每条变长记录都有固定的记录头部分和变长的数据部分。 3. 记录头包含的内容有:记录号、记录标识、删除标志、数据块长度(或记录总长)。 4. 变长记录表示记录的数据部分是可以任意长度的,每条记录的数据部分可以是任意格式、任意长度的字节流(如声音、图形、图像、影像)。 5. 记录号在建立时按顺序生成
labe_forOpencv
- 本例使用了opencv中图像数据结构IplImage :首先进行第一次扫描,标记连通区域;然后对等价标记进行合并,最后进行第二次扫描,对等价标记进行重新标记。-This example uses a data structure of the opencv: IplImage. First, scan for the first time, marking connected region then mark the merger of the equivalence, and final
shujujiegou
- 采用数据结构的知识,完成数据流系统,图像参数和Diablo的编程,具体要求见hwk4.pdf-Knowledge of data structures used to complete the data stream systems, image parameters and Diablo programming, specifically asked to see hwk4.pdf
Read
- 实现图片的读取,各种方法,从bmp数据结构的方向考虑了图像的读取-all kinds of methods to read image
vector
- 代码设计了可以用来存图像轮廓的数据结构。类的设计。类似与OPENCV的设计方案-The code design can be used to save image outline of data structure. The design of the class. Similar and OPENCV design scheme
RBTree
- 红黑树源码并显示结点图像,他是数据结构中的有关树部分的一种算法,具有以下特点:每一结点被涂成黑色或红色,各个分支的黑高度相同,红结点的孩子结点为黑结点,且为平衡二叉树。-red and black tree ,it describes a certain data structure.
noname
- 走迷宫小程序,加了字符型图像界面,数据结构学习的初步应用-Maze procedures, data structures, learning the initial application
segmentation_code
- 有效实行数据分类和图像分割的源码, 非常适合学习实用-image and data segmentation
Hierarchical-clustering-analysis
- 数据聚类 (英语 : Cluster analysis) 是对于静态数据分析的一门技术,在许多领域受到广泛应用,包括机器学习,数据挖掘,模式识别,图像分析以及生物信息。聚类是把相似的对象通过静态分类的方法分成不同的组别或者更多的子集(subset),这样让在同一个子集中的成员对象都有相似的一些属性,常见的包括在坐标系中更加短的空间距离等。-Data Clustering (English: Cluster analysis) for a static data analysis techniqu
Data_process
- 把海量的数据存放在TXT文档中,在MATLAB中实现对数据的处理,并对处理的数据以图像的形式展现出来-Digital processing data analysis
3058174
- 另一个二维的FDTD仿真程序,仿真图像很好,很有帮助,()