搜索资源列表
HashTable_Demo.zip
- 哈希表设计:数组,结构体
xishujuzenh
- 稀疏矩阵 1、 应用程序 直接可以实现矩阵的各项操作。 2、 查看原代码VC++6.0打开“稀疏矩阵\\creatematrix.dsp”或者用记事本打开“稀疏矩阵\\creatematrix.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 十字链表:矩阵的结构体:matnode; 三元组顺序:矩阵结构体:tsmat 4、ADT在文件夹“稀疏矩阵”里 -a sparse matrix, t
duoxiangsih
- 1、 应用程序 直接可以实现多项式的各项操作。 2、 查看原代码VC++6.0打开“多项式\\poly88.dsp”或者用记事本打开“多项式\\poly88.cpp” 3、 代码简单说明: 本程序是一个工程文件包含了链式与顺序两种多项是处理方式: 链表存储结构:多项式类是polynomail,节点类是polynelem; 顺序存储结构:多项是结构体是Ploynomial,节点类是term。 4、 注:在运行应用程序\"多项式.exe\"时,在
TestMap
- 使用VC6.0 STL std::map的一个小例子。使用的键值是一个结构体,里面包含一个整型三维数组。-use VC6.0 STL std : : map of a small example. The pair is a body structure, which contains an integer 3D array.
339sxbg
- ,调试分析 1.由于对基本要求看得不仔细,一开始使用的形式是数组,并非链表,导致空间开销大. 2.本程序的模块划分比较合理,且尽可能将指针的操作封装在结构体中,对于一个长整数只需一个指针便可访问其所有信息
Ex-06
- MATLAB小程序:关于MATLAB中结构体与元胞数组的使用-small MATLAB : MATLAB on the structure and cellular arrays use
structreadwrite
- 建立一个或多个结构体代表不同的复杂数据类型。 利用结构体数组来暂时存储要进行操作的数据 通过把结构体数组元素存到文件里的形式完成对数据的永久存储。 一般操作流程为 如对某个记录进行操作 1. 先把所有数据从文件中调入到一个结构体数组中暂时存储 2. 再通过指针运算或数组运算对数组中的某些记录进行操作和赋值。 3. 最终结束操作后,把改变过的结构体数组再存到文件中保存起来-establish a st
xshchj
- 用结构体实现的计算机N个学生的平均成绩并输出成绩大于平均成绩的学生的成绩的程序,C语言实现,在VC下运行-structure to achieve with computer N of the average student achievements and accomplishments than the average output of students results procedures, C language, running in VC
jiegouti
- 该程序使用C语言实现对重要数据结构——结构体的相关操作,实现了对结构体元素的访问和位置的交换
roade
- 迷宫探路问题求解,利用结构体灵活解决现实问题,加深队列的应用
readModel
- 本人练习将用SBML(系统生物学标记语言)编写的XML模型读入MATLAB结构体中的转换程序
LianBiao
- 实现一个链表类,能够实现对上述结构体组成的链表的插入、删除、排序等功能
graph2M
- 程序首先给出边集数组中的元素类型、邻接矩阵类定义。其中,建立图的邻接矩阵CREATEMatrix函数的形参N为图的点数形参e为边数,rcw为结构体类型RCW的数组利用PRIM算法从定点V0出发求出用邻接矩阵GA表示的图的最小生成树,其边集存与数组CT中,PRIM算法对应的函数为PRIM。
struct
- 关于C语言结构体的应用-on the C language structure of the application
exif
- 自定义结构体 对照片的一些属性信息 进行赋值 并可以输出其值 可以扩展-set and input some information of attibute
HashTable_Demo
- 哈希表设计:数组,结构体-hash wishes the form is designed: The array, structure body
kalmanf
- 实现kalman滤波的函数,精华之处在于使用结构体操作,注释详尽。-This function realizes the kalman filter.its advantage is the excellent use of structure and the detailed comments.
structure
- 结构体的实用学习资料,包括结构体数组初始化、结构体数组引用、指针变量输出结构体等-Structure of practical learning materials, including an array of structures initialization, an array of structures reference, a pointer variable is the output structure, etc.
C_qeustion3
- 双向链表的操作,包括初始化,插入,删除,排序,释放,检索。使用动态内存,用结构体描述链表-Doubly linked list of operations, including initialization, insert, delete, sort, release, retrieval. Use of dynamic memory, linked with the structure described
Tree
- 本程序实现了Tree结构体的定义,以及先序遍历和后序遍历。(This program implements the definition of Tree structure, as well as the first order traversal and post traversal.)