搜索资源列表
线程通信
- 线程通信 本 文 我 们 将 在VC++4.1 环 境 下 介 绍 一 个 父 进 程 和 其 子 进 程 的 通 信 实 例。 在 父 进 程Parent 窗 口 中 按 一 下 鼠 标 左 键, 就 会 产 生 一 个Pipe 和 启 动 子 进 程Child, 并 从Pipe 一 端 发 送 信 息, 同 时Child 启 动 后 会 创 建 一 个 工 作 线 程, 专 门 用 来 从 管 道 的 另 一 端 读 入 数 据。 通 过 父 进 程 菜 单 项 的 控 制 来 改 变 图
between-newnetworks
- 有关边介数的一些参考代码,对网络分析有益-Numbers on side of dielectric reference code is useful for network analysis
analysis
- 介数计算,复杂网络、节点介数快速计算方法-Betweenness calculation, complex networks, rapid calculation of the node betweenness
Test
- 基于java语言的介数计算,附加详细的源码注释内容,容易理解和掌握。-Betweenness Berechnung basiert auf der Programmiersprache Java, zusä tzliche detaillierte Quellnotizen Inhalt, leicht zu verstehen und zu beherrschen.
Betweenness
- 节点介数定义为网络中所有最短路径中经过该节点的路径的数目占最短路径总数的比例;边介数定义为网络中所有最短路径中经过该边的路径的数目占最短路径总数的比例;本程序用来计算网络介数-caculate the betweennness of the network
Betweenness
- 可以计算出用矩阵表示的网络中变的边介数。该代码为java版本。已通过编译。-Edge betweenness can be calculated using the matrix representation of the network becomes. The code for the java version. Compiled through.
betweeness-of-edges
- 复杂网络中的边介数计算源代码,已通过编译。-calculate the betweeness of edges in complex networks.