搜索资源列表
Discuz5V1
- 论坛表结构,说明了开源论坛的设计模式和机构方法-Forum table structure, and describes the open source forum methods of design patterns and institutions
Datastructureofanintegrateddemoorderform
- 数据结构之顺序表综合演示程序,欢迎我们一起进步-Data structure of an integrated demo order form,Welcome to join us in progress
AdjacencylistgraphadjacencymatrixtoestablishtheDat
- 图邻接矩阵 邻接表的建立c++_数据结构课程设计-Adjacency list graph adjacency matrix to establish the c++ Data Structure Course Design
shujujiegoukechengsheji
- Joseph环,哈希表,银行业务模拟系统为题目的数据结构课程设计。有详细的文字说明和源代码。-Joseph Wan, the hash table, banking simulation system for the subject data structure course design. A detailed written instructions and source code.
code
- 以邻接多重表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。-To the adjacent multi-sheet for the storage structure, to achieve connected undirected graph depth-first and breadth-first traversal. To user-specified node as a starting point, r
dada
- 以递归方式按先序序列建立二叉树的二叉链表结构,再分别输出先序、中序、后序的遍历结果-Recursively by first-order sequence of the establishment of a binary tree binary linked list structure, each with output of the first sequence, in order, postorder traversal of the results of
shujugeshi
- 大智慧新一代2.08.07.0907日线数据格式大智慧日K表线的数据结构大智慧互联网版5.58.2760的数据格式 大智慧新一代逐笔数据格式(大智慧的L2逐笔数据L2D格式) 分析家3.1版数据存储格式分析家分笔数据格式 分析家分笔成交数据存储格式分析家的财经数据文件的格式(指的是安装数据*.翅) 分析家安装数据格式
singlylinkedlistlaboratoryreport
- 数据结构单链表的实验报告,经过整理调试,是完整的实验报告,可以直接运用。-The experimental single-linked list data structure report, after finishing debugging, is the complete test report can be directly applied.
kingdee
- 金蝶数据字典,基本包括的金蝶系统的各功能模块内表,及表结构-Kingdee data dictionary, Kingdee the functional modules of the system basically includes a table, and table structure
AromaSal
- 某石油公司的销售报表,计算销售额,净利等。使用COBOL编写。涉及表结构。排序。-An oil company sales reports, sales profit calculation, etc..The use of COBOL prepared.Involving the table structure.sort。
gongzi
- 工资管理系统 利用单链表实现的学生管理系统不同的是,此工资管理系统主要利用数组来实现,其数组元素是结构体类型。-Payroll management system uses the singly linked list implementation of the student management system, this wage system array, the array element is a structure type.
yuesefu
- 用循环链表实现约瑟夫问题 数据结构相关的 对于新学者还是可以有用的-Joseph issues circular linked list data structure can be useful for new scholars or
U870datadic
- 用友U8数据结构,包含了用友U8所有的表说明,简洁实用。-failed to translate
lianbiao
- c++中的链表这一基础数据结构,有关于c++的基础理论篇,-c++ in the list
64
- 在简单介绍WH-800型离心机基本结构及工作原理的基础上, 介绍了基于重构吸引子轨迹矩阵的奇异值分解技术,并引入自相关函数对现有奇异值分解技术加以改进. 通过对现场实测故障信号的分析,表 明改进的奇异值分解技术具有很好的降噪效果,能在强噪声背景环境下准确提取设备的故障特征信号, 为离心机的故障诊断提供了一种新的思路.-After a brief introduction WH-800 centrifuge basic structure and working principle, base
juzhen
- 数据结构]利用三元组表对稀疏矩阵实现加法、减法及转置运算-Data Structures] use triples table for sparse matrix realization of addition, subtraction, and transpose operation
Graph
- 输入一个带权无向图的顶点数、边数、各条边信息(两个顶点和权值),建立该图的邻接矩阵结构,输出该邻接矩阵。将上述无向图邻接矩阵转换为邻接表结构,输出该邻接表;根据该邻接表对无向图进行深度优先遍历序列和广度优先遍历序列,并输出遍历结果;用prim算法实现构造该带权无向图的最小生成树,并将该最小生成树的各条边信息输出。-Enter a weighted undirected graph with vertices, edges, each of the side information (two ve
data-structureBJTU
- 数据结构的有关算法,其中包括了线性表、链表、树、图等相关内容的算法介绍-data structure
最后
- 第一题:将一颗树或森林转换为二叉树 第二题:求森林高度 第三题:按层次方式遍历森林 第四题:输出一个森林中每个结点的值及对应的层次数 第五题:输出一个森林的广义表形式(First question: convert a tree or forest into two branches Second question: forest height The third question: traverse the forest in a hierarchical manner The