搜索资源列表

  1. 数据结构二叉树C++实现

    0下载:
  2. 软件功能 (1)新建 建立一棵二叉树: (2)遍历 选择进行先序、中序、或后序遍历,并显示。 (3)统计叶子节点个数 随时统计并显示树中的叶子节点个数。 (4)显示 将树型显示出来 开发平台 Microsoft Visual C++ 6.0 系统的运行结果 可以实现树的先序中序后序遍历,并显示树形和叶子节点数
  3. 所属分类:源码下载

    • 发布日期:2010-09-17
    • 文件大小:1311808
    • 提供者:amysasaryai
  1. 图的遍历

    0下载:
  2. 数据结构中关于图的遍历,任意建节点,深度优先和广度优先两种方法-data structure on the map traverse, arbitrary nodes built, the depth and breadth of priority priority two methods
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-23
    • 文件大小:43008
    • 提供者:陈曦
  1. BiTree分割视图版

    0下载:
  2. 将视图分割成两部分,左边为显示取,右边为数据录入区,每录入一个节点数据,立即在左边显示节点图形,能实现二叉树的插入、删除、前序遍历、中序遍历、后序遍历。-View will be divided into two parts, shown from left to right for the data entry areas, each node a data entry immediately on the left shows no
  3. 所属分类:界面编程

    • 发布日期:2024-05-23
    • 文件大小:60416
    • 提供者:编程浪子
  1. 实验数据的等距五点三次平滑

    0下载:
  2. 实验数据的等距五点三次平滑 一. 功能 用五点三次平滑公式., 对等距节点上的实验数据进行平滑,力争消除随机误差的影响, 提高实验数据的质量 .-experimental data smoothing offset a 5.3 times. Functional with 5.3 times smoothing formula. The equidistant nodes on the experimental data smoot
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:26624
    • 提供者:mark
  1. HOVER

    0下载:
  2. 用于电力潮流牛顿法计算的程序,可套用IEEE的任何节点数据-for electricity trend Newton method of calculation procedures can use the IEEE any node data
  3. 所属分类:对话框与窗口

    • 发布日期:2024-05-23
    • 文件大小:4096
    • 提供者:hover
  1. IEEEdata

    0下载:
  2. IEEE标准系统,包含各种标准节点原始数据-IEEE standard systems, including a variety of standard raw data node
  3. 所属分类:软件工程

    • 发布日期:2024-05-23
    • 文件大小:2375680
    • 提供者:
  1. XmlQuery

    0下载:
  2. 一个用CSharp编写的关于查询XML数据的例程,示例中实现了XML中各个节点数据的读取。-With the preparation of a CSharp query XML data on the routine, sample achieved in each XML node data to read.
  3. 所属分类:C#编程

    • 发布日期:2024-05-23
    • 文件大小:48128
    • 提供者:李美剑
  1. PQ-powerflow

    0下载:
  2. 运用P-Q分解法进行电力系统潮流计算,本程序用的是IEEE-14标准节点数据。-PQ decomposition method using power flow calculation, this procedure is used in standard IEEE-14 node data.
  3. 所属分类:压缩解压

    • 发布日期:2024-05-23
    • 文件大小:18432
    • 提供者:丁瑜
  1. 最小化潮流法(IEEE14节点)

    0下载:
  2. 非常详细且正确的电力潮流计算例程,基于matlab,使用最小化潮流计算方法,以IEEE14节点为例进行计算,支持数据的自行导入导出(Very detailed and correct power flow calculation routines, based on matlab, the use of minimized power flow calculation method to IEEE14 node as an exampl
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:17408
    • 提供者:杨痒痒
  1. 4000384

    0下载:
  2. 分治算法的实现,输入N个节点数据如个在一条直线上则只有一个数,平面上则以数据对形式实现,可以得到其中距离最近的两点数据()
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-23
    • 文件大小:21504
    • 提供者:pirtijl
  1. 数据提取小程序

    0下载:
  2. abaqus数据提取软件,将节点进行整合,并重新输出(abaqus software data abtract,join the vertices together,and output later)
  3. 所属分类:行业应用软件

    • 发布日期:2024-05-23
    • 文件大小:15360
    • 提供者:davidwhu
  1. 根据节点和单元数据计算湖面积

    0下载:
  2. 根据给定湖的单元节点数据,计算出湖的面积(Calculate the area of the lake based on the unit node data for a given lake.)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-23
    • 文件大小:172032
    • 提供者:famanfaly
  1. aoprzg

    0下载:
  2. 分治算法的实现,输入N个节点数据如个在一条直线上则只有一个数,平面上则以数据对形式实现,可以得到其中距离最近的两点数据()
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-23
    • 文件大小:21504
    • 提供者:procehmrnm
  1. 数据结构与数据库实验

    0下载:
  2. 编程实现表的定义及常用操作:1)判断表示表是否为空;2)获取第i个节点的内容;3)删除;4)插入(Programming definition and common operation of the table: 1) judge whether the table is empty; 2) get the content of the i-th node; 3) delete; 4) insert)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-23
    • 文件大小:59392
    • 提供者:欧小小
  1. 118节点数据

    0下载:
  2. ieee118节点潮流计算程序及节点数据(IEEE118 node power flow calculation program and node data)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:43008
    • 提供者:冒菜
  1. 标准节点数据

    0下载:
  2. 电力系统标准节点数据 9,14,30等等(Standard node data of power system 9,14,30)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:43008
    • 提供者:小蕊
  1. 相关数据手册

    0下载:
  2. 无线节点的一些相关数据手册,可以是试着看看,挺有用的(Some examples of wireless node program can be tried to see, it is quite useful.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-23
    • 文件大小:10062848
    • 提供者:hy12306
  1. 节点导纳矩阵计算

    0下载:
  2. 计算电力系统节点导纳矩阵,任何节点通用计算。附IEEE39节点数据。(Calculation of node admittance matrix of power system)
  3. 所属分类:Internet/网络编程

    • 发布日期:2024-05-23
    • 文件大小:2048
    • 提供者:橙橙橙416
  1. 3机9节点数据

    0下载:
  2. 3 机9 节点数据 潮流计算在数学上属于多元非线性方程组的求 解问题,在用迭代法求解时涉及到大量的矢量和矩阵运算,因而寻求一个能高效 地处理矩阵运算的语言,将给潮流计算程序的编制带来巨大的方便.(Power flow calculation is mathematically the solution of multivariate nonlinear equations. Solving the problem invo
  3. 所属分类:matlab例程

    • 发布日期:2024-05-23
    • 文件大小:21504
    • 提供者:邹昊
  1. 潮流计算(3机9节点)

    0下载:
  2. 本程序应用python编程,用到3机9节点算例,数据也给出,可以实现潮流计算。(This program uses python programming, uses 3 machines and 9 nodes to calculate the example, and the data is also given, which can realize the load flow calculation.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-23
    • 文件大小:18432
    • 提供者:李乃双
« 12 3 4 5 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org