搜索资源列表
ClearInvalidMeshPoint
- 去除3维面片OFF格式文件中的无效点,以及对面片节点的编号进行调整。
commontreemenudesignandimplementationofCcode
- 基于节点编号的通用树状菜单设计方法与实现分析C代码
5pro
- 复杂网络计算相关,有c、vc两种环境的5个程序:1.筛选一列不重复记录2.集聚系数的计算(c语言,附有示例数据)3.含有节点信息的编号程序(vc,附有示例数据)4.独立性计算程序(附相关文献)5.网页过滤批处理程序(可处理无限文件)-Related to the complexity of network computing, there is c, vc two of the five procedures for the environment: 1. Screening of duplic
ChonSu
- 已知一颗有根树是 2-tree(只有度为2和度为0的结点),并且有n个叶子节点,从左到右编号为1,2,…, n,还知道两个相邻编号节点之间的 ChonSu(这棵树中这链接这两个节点的路径的边数)。求任意两个叶子节点x, y (1≤x≤n)之间的 ChonSu-Rooted tree is known to a 2-tree (only the degree 2 and degree 0 nodes), and there are n-leaf nodes from left to right n
shijj_complexnet_pro
- 复杂网络计算相关,有c、vc两种环境的5个程序:1.筛选一列不重复记录2.集聚系数的计算(c语言,附有示例数据)3.含有节点信息的编号程序(vc,附有示例数据)4.独立性计算程序(附相关文献)5.网页过滤批处理程序(可处理无限文件)-Related to the complexity of network computing, there is c, vc two of the five procedures for the environment: 1. Screening of duplic
Complete_binary_tree
- 在完全二叉树中,在层次遍历和先根序遍历中,已知某节点在一种遍历中的编号,求该节点在另一种遍历中的编号.-Complete binary tree in level order traversal and first traversal of the root, known to a certain node in a traversal of the code, and the node in a traversal of the code.
BranchAndBound
- 本程序是用分支定界法求最短路径的程序,用C++编写。采取的基本思想是:使用最小优先队列分支界限法来构建程序,细节是对于每个节点,包含三个变量:当前走过的路径长度、当前的花费和该节点对应的实际城市的编号。关于确定节点优先级,我们规定首先以“当前走过的路径长度”来确定优先级,当路径长度相等时,以“当前的花费”来确定优先级。同时,我们还定义两个数组dist[i]和pric[i]保存当前求得的从源城市到每个城市的最短距离和花费,用于剪枝时的评判标准。-This procedure is to use b
FEMGrid
- 这个代码完成有限元单元信息的存储和提取,包含单元编号,单元类型,节点编号,节点坐标。-The finite element code completion information storage and retrieval, including unit number, unit type, node number, node coordinates.
bitree
- 二叉树的建立与遍历,以及求二叉树的叶子节点数,节点数,树的深度等。并用主函数调用各个子函数,功能非常全。建立二叉树的原理是先把二叉树看成完全二叉树,然后对各节点编号,利用二叉树的性质建立二叉树。-Establishment of the binary tree traversal, and the demand nodes in binary tree leaves, nodes, depth of the tree. With the main function calls each sub
MATLAB
- 简单潮流计算的小程序,相关的原始数据数据数据输入格式如下: B1是支路参数矩阵,第一列和第二列是节点编号。节点编号由小到大编写 对于含有变压器的支路,第一列为低压侧节点编号,第二列为高压侧节点 编号,将变压器的串联阻抗置于低压侧处理。 第三列为支路的串列阻抗参数。 第四列为支路的对地导纳参数。 第五烈为含变压器支路的变压器的变比 - Simple little program flow calculation, the raw data of the data related to data
treeviewsdelphi
- 本实例主要讲解的是:Delphi使用TreeView从数据库中动态装载信息,使用说明: 程序启动时,会自动从数据库中取信息来动态生成treeview节点,在窗口左上角的speedbutton的功能为根据输入的职员编号来定位节点。-This example to explain is: Delphi uses the TreeView is loaded dynamically from a database, use: when the program starts automatic
lx
- DBTree结构的Delphi树形菜单实例源码,可实现添加节点时自动编号,可一次删除节点分类及子节点下所有分类,为了更好的演示与数据库的配合,本实例加入了Access数据库,相信通过这个实例,你对DBTree的使用会更进一层。-The DBTree structure of Delphi tree menu example source code, you can add nodes AutoNumber can delete the node classification and sub-n
code
- 一个可以将K文件中的将节点编号等输出到数组-The nodes of a K file can be output to the array number, etc
binarytree
- 输入一棵二叉树,第一行为2个整数N。代表二叉树有N(N<10)个节点(编号0 ~ N-1)。接下来N行,每行有两个数字,代表N个节点(从第0号节点开始到N-1号个节点)的左右孩子的编号(-1代表无)。(保证输入是符合一棵二叉树的)-Enter a binary tree, the first acts of two integers N. Represents binary tree has N (N < 10) nodes (number 0 ~ N-1). The next N l
Josephus
- 构造循环链表,用以存储编号 报到数的则删除该节点,最后剩下结点,可根据编号判断原先位置。 -Circular linked list structure to store numbers to report the number of the node is deleted, the last remaining node, according to numbers determine the original location.
Project_ShortestPath
- 任务:实现Dijkstra算法 工程名:Project_ShortestPath 要求:实现Dijkstra算法,算法主体写在CGraph类中;要求是从command窗口中输入源节点编号,并在command窗口中输出从源节点到所有目的节点的最短路长及最短路。注:要输出整条路径,而不仅仅是前一跳,也不允许逆序输出。 -Task: Dijkstra' s algorithm to achieve the project name: Project_ShortestPath requ
haixia_main
- matlab 随机生成无向图,position 此矩阵用来存储节点坐标 第一个列存储节点编号 第二列存储节点x坐标 第三列存数节点y坐标 association 关联矩阵,具体存储的是距离-matlab create undirected graph position matrix denote point coordinate association denote association matrix
gp--tzb
- CAD 多段线折点 节点编号 包括xyz坐标表,生成dat文件,用excel 可编辑。-CAD 多段线折点 节点编号 包括xyz坐标表,生成dat文件,用excel 可编辑。 CAD 多段线折点 节点编号 包括xyz坐标表,生成dat文件,用excel 可编辑。 CAD multi line break point node number, including XYZ coordinates table, generate dat file, with Excel editable.
gczbhg6.
- 能够自动捕捉节点,能够快速自动编辑桩编号和坐标,数字按顺序标记。(It can automatically capture nodes, and can automatically edit the number and coordinates of the pile automatically, and the numbers are marked in order.)
顾伟三机九节点仿真程序
- 电力系统潮流计算体现在数学就上是多元非线性方程组的求解问题,求解的方法有很多种。牛顿—拉夫逊法是数学上解非线性方程式的有效方法,收敛性好、迭代次数少。将牛顿—拉夫逊法用于潮流计算是以导纳矩阵为基础的,由于利用了导纳矩阵的对称性、稀疏性及节点编号顺序优化等技巧,使牛顿—拉夫逊法解题规模和计算速度进一步提高,此算法至今仍是潮流计算中广泛采用的优秀算法。(Power flow calculation in power system is a problem of solving multivariat
