搜索资源列表
-
0下载:
很多涉及图上操作的算法都是以图的遍历操作为基础的,此程序演示出图的遍历的过程。通过邻接矩阵存储结构实现数据俄的输入,实现图的深度优先遍历和广度优先遍历过程的演示,对异常输入信息报错。-map of algorithms are plans to traverse the basis for the operation, this procedure demonstrated map out the ergodic process. Through the adjacency matrix of
-
-
0下载:
DICOM是医学成像和图像通讯标准,十分复杂。本文档详细描述了DICOM图像文件的数据结构和编码,对医学图像处理和分析领域的软件开发者必有帮助。-DICOM medical imaging and image communication standard is very complicated. This document describes in detail the DICOM image file data structure and coding, for medical image p
-
-
0下载:
Avi 文件格式,英文版本。包括标准avi文件格式说明,以及各个重要的数据结构的定义。
是学习流媒体基础的必不可少的基础资料-Avi file format, and English versions. Including standard avi file format, as well as an all important data structure definitions. Streaming Media is the basis for learning the essentia
-
-
0下载:
这是国标《导航地理数据模型及交换格式》对于学习电子地图数据结构很有帮助-This is the GB "navigation geographic data model and exchange format" for the study of electronic map data structure helpful
-
-
0下载:
关于C++的一个PPT教程C++语言概述,包括介绍
2.2 基本数据类型和表达式
2.3 数据的输入与输出
2.4 算法的基本控制结构
2.5 自定义数据类型
-on a PPT C C language tutorial overview Introduction 2.2 include basic data types and expressions 2.3 data input and output 2.4 algorithm basic control structu
-
-
0下载:
线性数据结构算法实现 栈的顺序和链式存储存表示与基本算法的实现;
队列的链式存储表示与基本操作算法实现-linear data structure of the stack algorithm sequence and chain store expresses the basic algorithm and the realization; Queue said chain store operation with the basic algorithm
-
-
0下载:
CLucene 例程 是信息检索的初步学习参考代码,可以了解倒排索引的文件结构以及查询方法-CLuene Demo is a reference code for learning information retrival,which can help to learn the inverted index data structure and query method
-
-
0下载:
xml类进行读写的类,支持xml格式的分层数据结构的读写关系。-xml category for the class to read and write in support of xml format hierarchical data structure of the relationship between reading and writing.
-
-
0下载:
查看PE文件各结构, 快速定位各分区数据-View all PE file structure, and fast location of partitioned data
-
-
0下载:
Keep track of all of the movies in your collection. The program lets you add, edit and delete movies, search by name and list movies by genre or medium. That data structure used to store all of your information is explained in the README file
-
-
0下载:
代码实现的是一个可变长记录文件的类库,用于通过调用相应的API,可以往文件里加入长度不限的记录,功能类似一个简单的数据库。同时这个是一个数据库的课程设计-this code is writed to implemented a library for length-variable record file system and also a solution for curricular design of data structure
-
-
0下载:
在MFC中,文档类负责管理数据,提供保存和加载数据的功能。视图类负责数据的显示,以及给用户提供对数据的编辑和修改功能。
MFC给我们提供Document/View结构,将一个应用程序所需要的“数据处理与显示”的函数空壳都设计好了,这些函数都是虚函数,我们可以在派生类中重写这些函数。有关文件读写的操作在CDocument的Serialize函数中进行,有关数据和图形显示的操作在CView的OnDraw函数中进行。我们在其派生类中,只需要去关注Serialize和OnDraw函数就可以了,其它的
-
-
1下载:
ini文件操作类,保持原来的CIniFile类的简单易用的优点,并且可以直接替换使用。通过使用新的数据结构,在对大文件的操作上极大的提高了操作速度。可以用来处理大的Ini文件。-The the ini file operation class, maintain a simple and easy-to-use advantages of the original CIniFile class, and can be used interchangeably. On the operation
-
-
0下载:
编写程序,建立一个通讯录,存放有姓名、电话号码、住址等,具备输入、查找、添加、修改及删除等功能。具备菜单功能或详细的提示功能,至少具备数据输入、输出、查询、删除、文件保存、文件读入中的两项功能。能力强的同学可以设计表格化输出。熟练掌握文件或结构体的操作,程序中至少要有一个自定义结构体。总程序量不少于100行,输出数据要进行适当美化。程序要有详细的注释及必要的说明文档 -Program, create an address book, store name, phone number, addre
-
-
0下载:
设计一个类似Doc++这样的工具,将源文件中的注释导出来形成一个帮助文档。
本程序使用Win7下的Eclipse,实现将源文件的注释导出到帮助文档。通过词法分析,识别出.Java、.c文件中的类、变量、方法以及对应的注释,并将其导入到设计好的数据结构中,再将该数据结构转换成HTML文件。-Design a tool like this Doc++, the source file comments in the lead out to form a help document. This
-
-
0下载:
利用stack数据结构实现,左右括号序列的匹配-Using stack data structure, left and right brackets sequence matching
-
-
0下载:
数据结构课程设计-下雨,里面附带源程序和可执行文件,-Data structure course design- rain, with source code and executable file,
-
-
0下载:
博和求值表达式组件 V2,0,从事多媒体,数据结构,数据库-Components and uate expressions V2, 0, engaged in multimedia, data structure,
-
-
0下载:
博和求值表达式组件 V2,0,从事多媒体,数据结构,数据库(Components and evaluate expressions V2, 0, engaged in multimedia, data structure, database)
-
-
0下载:
数据结构里的判断两点之间是否有简单路径和判断是否有简单回路,(Data structure in the judge whether there is a simple path between two points and to judge whether there is a simple circuit,)
-