资源列表
tfrsp
- 实现信号的时域和频域变换的一种算法,附有详细说明-Signals in time domain and frequency domain transform an algorithm, with detailed instructions
Group
- 1.建立并显示图的邻接矩阵。 2.建立并显示图的邻接表。 3.实现图的深度优先和广度优先遍历。 4.实现最小生成树的算法。 5.实现拓扑排序算法。-(1) to establish and show the adjacency matrix. 2 and displays the adjacency table. Depth first and breadth-first traversal of the graph. (4) to achieve the minimum
BiTree
- 1.定义二叉链表类型,建立二叉树。 2.先序遍历二叉树,并输出遍历结果。 3.中序遍历二叉树,并输出遍历结果。 4.后序遍历二叉树,并输出遍历结果。 5.层次遍历二叉树,并输出遍历结果。 6.求二叉树的深度、总结点数、叶子结点数、二叉树的复制。-(1) define a binary linked list type, the establishment of a binary tree. 2 preorder traversal of binary tree, a
New
- 最短路径新算法,程序速度特快,3万节点,35000条路全部遍历,只需1秒。-New shortest path algorithm, the program speed of the express, 30,000 nodes, 35,000 road traversing all, just 1 second.
migong
- 以一个M*N的长方阵表示迷宫,分别用0和1表示迷宫中的通道和障碍。设计一个程序,对任意设定的迷宫,求出一个从入口到出口的通路。-A M* N matrix that long labyrinth of 0 and 1 respectively, said the maze of channels and barriers. Designing a program, for any set of the maze, find a pathway from the entrance to the e
Distance-Vector
- 距离向量解决分布式异步距离算法 可在VC6.0下成功运行-Distance Vector
hash11
- 基本要求 假设人名为中国人姓名的汉语拼音形式。待填入哈希表的人名共有30个,取平均查找长度上限为2。哈希函数用除留余数法构造,用伪随机探测再散列法处理冲突。 测试数据 取周围较熟悉的30个人的姓名。-Assuming the basic requirements of people who named the name of the Chinese Pinyin form. Hash table to be filled a total of 30 names, taking the
BiTree Thread
- 按照某种遍历方式对二叉树进行遍历,可以把二叉树中所有结点排序为一个线性序列。在改序列中,除第一个结点外每个结点有且仅有一个直接前驱结点;除最后一个结点外每一个结点有且仅有一个直接后继结点。这些指向直接前驱结点和指向直接后续结点的指针被称为线索(Thread),加了线索的二叉树称为线索二叉树。-According to some traversal of the binary tree traversal, all nodes in the binary tree sort of a linear
manlifa
- 蛮力法求解凸包问题 蛮力法求解凸包问题-Brute force method to solve the convex hull of the brute-force method for solving the convex hull problem
1
- 随机建立一个含N个整数的整数数组(输出),再按奇偶数分存于两个不同的线性表(顺序和链接)中并别输出上述两个表。-Random array of integers containing N integers (output), and then the parity number are stored in two different linear table (order and links) and do not output the two tables.
PISO-agthrithe
- fortra编写的经典PISO算法,很实用-the PISO algorithm fortra written in classic, very practical
线性回归预测算法
- 线性回归预测算法,Excel预测算法,最小二乘法