搜索资源列表
treeViewChart
- treeview拖拉节点到chart,以便在chart上添加该属性的数据,从而画曲线-treeview drag nodes to chart to chart to add the attribute data, thereby painting curve
josephus.1
- 描述:设编号为1,2,…,n(n>0)个人按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出一个报数上限值m,从第一个人开始顺时针方向自1起顺序报数,报到m时停止报数,抱m的人出列,从他在顺时针方向上的下一个人起重新自1起顺序报数;如此下去,直到所有人全部出列为止。要求设计一个程序模拟此过程,并给出出列人的编号序列。 .算法思想: Jeseph函数是实现问题要求的主要函数,其算法思想是:从1至m对带头结点的单循环链表循环计数,到m时,输出该结点的编号值,,再从
clinklist1
- 把一个新的节点数据插入链表,使该节点在链表中位置是nPos; 从链表中删除第一个和 rNode相等的节点; 删除链表中第 nPos个节点 ,释放该节点的空间; 返回和rNode相等的节点; 将链表按节点从小到大排序; 清空整个链表; delete每一个节点返回指定位置的节点数据如 nPos不对,则返回NU-put a new data nodes inserted List so that the nodes are located Linklist nPos; List
链表的C语言实现之删除结点
- 要删除p结点时只要令p结点的前驱结点的链域由存储p结点的地址该为存储p的后继结点的地址-to delete nodes when p as long as the precursor nodes nodes from the chain domain p storage node addresses the storage of the p subsequent node addresses
AllPath
- 求包含所有结点的最短路径,用c++编的,数学建模时候用的:)-for all nodes contain the shortest path, using c series, the mathematical modeling of time :)
huffman_tree(sjjg)
- 1、根据用户指定的字符表和频度的实际统计数据建立Huffman树; 2、其中其叶子结点表示字符的权值及父母、左、右孩子等结点的信息; 3、其左右分支分别用代码0、1表示; 4、本系统的目的是为用户提供编/译码系统,根据用户输入的字符依字符集的权值进行编码保存; 5、根据接收到的编码进行译码; 6、输出其内容-1, according to user-specified character tables and frequency of the actual statist
zhigongguanli
- 建立一个结点包括职工的编号、年龄和性别的单向链表,分别定义函数完成以下功能: (4)删除指定编号的职工结点; (5)删除年龄在60岁以上的男性职工或55岁以上的女性职工结点,保存在另一个链表中。 主函数建立简单菜单选择,测试你的程序。-establish a node, including the number of employees, age and gender of the one-way linked list, defined function to complete t
tubianli
- 以邻接表为存储结构,实现连通无向图的深度优先和广度优先遍历。以用户指定的结点为起点,分别输出每种遍历下的结点访问序列和相应生成树的边集。-table adjacent to the structure for storage, connectivity to the map without the depth and breadth of priority priority traversal. Users designated as a starting point node, the out
UN2
- TreeView控件的使用,利用TreeView控件管理数据显示,并有添加节点,编辑节点和删除节点的功能-TreeView control of the use, exploitation TreeView control management data, and to add nodes, edit and delete nodes Node functions
VCFloyd
- 图的一种算法,实现图里所有节点间最短路径,然后输出到一个文件里,即包含输入输出文件,请用test 工作区-a map algorithm, and all nodes in Ituri between the shortest path, and then output to a file, includes input and output documents, please use the test work area
hermit
- 在求n阶差商时,考虑有重节点的情况,使用Hermite插值法-seeking to n-poor, consider the weight of the nodes, the use of Hermite interpolation
yuesefu1
- new_code( ) 操作结果:构造空链表,若成功就初始化每个人的相关信息 delete_code( ) 初始条件:线性链表存在 操作结果:释放指向出列的人的结点,并重新报数 -new_code () : List structure space, If successful on each of the initialization information delete_code () initial conditions : There linear chain
Ex7删结点
- 体现了析构函数的用法,介绍了插入结点,删除结点,删除树,-reflects the destructors, the usage of insert nodes, delete nodes, delete tree, etc.
二叉树的连接存储
- 假设二叉树用链接存储结构进行存储,root指向根结点,p所指结点为任一给定的结点,编写一个求出从根结点到p所指结点之间路径的函数。-assumptions used to link storage structure for storage, root at Root, p referring to the node to a set of nodes, obtained from a prepared Root referred to p path between nodes function
030300726_2
- 用vc实现二叉树的各种排列。输入一颗二叉树后输出以前序后序中序排列的各节点和这棵树的高度-vc achieve binary tree with the various permutations. After the importation of a binary tree before output sequence after sequence with the order of the nodes and tree height
paixu
- 用vc实现的二叉树的层次排列输入一颗树输出以层次排列的节点-vc used to achieve the binary level with the input to the output tree hierarchy of nodes
ghmm470
- 对具有随机噪声的二阶系统的模型辨识,进行标幺化以后系统的参考模型差分方程为: y(k)=a1*y(k-1)+a2*y(k-2)+b*u(k-1)+s(k) 式中,a1=0.3366,a2=0.6634,b=0.68,s(k)为随机噪声。由于神经网络的输出最大为1,所以,被辨识的系统应先标幺化,这里标幺化系数为5。采用正向建模(并联辨识)结构,神经网络选用3-9-9-1型,即输入层i,隐层j包括2级,输出层k的节点个数分别为3、9、9、1个;由于神经网络的最大输出为1,因此在辨识前应对原系统参考模
最短路径上机报告
- 1、 程序所实现的功能: 2、 对建立好的无权图,可以找到从某个顶点出发到其他所有顶点的最短路径 3、 程序的输入 4、 要创建的图的信息,本算法采用邻接矩阵表示图;以及遍历开始的顶点的信息 5、 程序的输出 6、 分行输出从给定点到其他各个定点的最短路径上的顶点信息。-1, procedures achieved by the function : 2, the right to establish a good map can be found starting from a cert
doubly-linked-list
- 使用C#图形界面编程,实现双链表的建立、插入、删除和查找等功能。双链表中的连线和节点可以实时显示。-Use C# GUI programming, to achieve the establishment of a doubly linked list, insert, delete and search functions. Doubly linked list of connections and nodes can be displayed in real time.
FLOYD
- 基于时延的路由协议模拟器 主要使用到了计算两结点间最短路径的FLOYD算法 -Delay-based routing protocol simulator mainly used to calculate the two shortest path between nodes FLOYD algorithm