CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 中压

搜索资源列表

  1. c

    0下载:
  2. 、有一种栈,这种栈是按数组索引减小的方向增长的。初始时栈为空且top=21。往栈中压入3个字符后,索引top=18,栈顶元素为list[top]=C。
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1024
    • 提供者:zzlbly
  1. 2006226225435

    1下载:
  2. 低压载波集中抄表系统 及大用户中压载波抄表系统 说明
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:61239
    • 提供者:李强
  1. Based.on.medium-voltage.power.line.carrier.communi

    0下载:
  2. 《基于中压电力线载波的通信技术研究》硕士学位论文,本文在研究中压电力线通信方面有很多不错的技术,推荐研究电力线通信的朋友下载研读。-"Based on medium-voltage power line carrier communications technology research" Master thesis, this medium-voltage power line communication in the study, there are many good techniques
  3. 所属分类:Other systems

    • 发布日期:2017-05-22
    • 文件大小:7050963
    • 提供者:mys
  1. 12

    0下载:
  2. 以堆栈为例说明算法设计,队列的算法与堆栈类似。 在这里先说明一下“第一可见对象”这个词,在本报告中指的是在堆栈或队列中第一个可以输出或者弹出的的对象。在堆栈中自然是指栈顶的对象,队列中自然是指队头的对象。 (1) 堆栈中的每个对象都包含 数据元素element和指向本类型的一个指针变量link。element用来存储新压入的元素(在本实验中,为简化代码,直接将其设为int型),在每一对象中link用来指向下一个可见对象。如第一可见对象中的link指向第二可见对象,第二可见对象的link指
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1620
    • 提供者:胡先生
  1. ex_2

    0下载:
  2. 1.编写生成栈的函数,栈的元素从键盘输入 2.编写在栈中压入一个元素的函数 3.编写在栈中弹出一个元素的函数 4.编写主函数,调用以上各函数,以便能观察出各函数的屏幕输出。 -1. Preparation of the function generating the stack, the stack of elements from the keyboard 2. Preparation of pressure on the stack into an element of th
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:250968
    • 提供者:Ecoll
  1. juiegou

    0下载:
  2. 用邻接表保存中压配电网拓扑结构,,,配合实现配网编程-Adjacency table holds with medium voltage distribution network topology,,, with the programming of Distribution Network
  3. 所属分类:Data structs

    • 发布日期:2017-04-05
    • 文件大小:140569
    • 提供者:eeday
  1. A-method-of-reliability-evaluation

    0下载:
  2. 一篇基于简化网络模型和网络等值的复杂中压配电网可靠性评估的英文文献,很有实用教学意义!-A network based on the simplified equivalent network model and the complexity of the medium voltage distribution network reliability assessment of English literature, teaching is very practical sense!A meth
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:711214
    • 提供者:ALmeiDa
  1. sdfs

    0下载:
  2. 高中压缸中间轴封漏汽测试方法在性能考核试验中的应用.-failed to translate
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-03
    • 文件大小:649178
    • 提供者:pass
  1. slkz00003

    1下载:
  2. 基于异步电动机的矢量控制模块,应用于中压船舶电力推进系统,可实现6KV船舶电网推进系统的矢量控制功能-VC contrl
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:14942
    • 提供者:张文煜
  1. ENGINE4-1

    0下载:
  2. 燃气轮机热力设计程序。包括低压压气机,高压压气机,燃烧室,高压涡轮,中压涡轮,低压涡轮在内的整个燃气轮机的热力设计。-Gas turbine thermal design process. Including the low-pressure compressor, high pressure compressor, combustor, high pressure turbine, an intermediate pressure turbine and low pressure turbin
  3. 所属分类:source in ebook

    • 发布日期:2017-04-14
    • 文件大小:2594
    • 提供者:wangqingwu
  1. stack_use

    0下载:
  2. 用代码创建一个堆栈,在堆栈中压入数据,弹出数据-Create a stack code, data pushed on the stack, pop-up data
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:702
    • 提供者:
  1. European_LV_Test_Feeder

    0下载:
  2. 欧洲中压配电馈线测试系统,包括对各参数的详细说明。-European Medium voltage Test Feeder
  3. 所属分类:Other systems

    • 发布日期:2017-05-11
    • 文件大小:2179926
    • 提供者:肖凡
  1. 4

    1下载:
  2. 通过扩展已实现的基本数据结构,模拟更为复杂的数据结构,是一种常见而实用的技巧。这里,我们将利用栈结构,来模拟一种功能增强的队列。 具体来说,你必须首先实现一个元素类型为int的栈,该栈能且只能支持以下操作接口: bool empty() //判断是否栈空 void push(int) //向栈中压入一个整数 int pop() //弹出栈顶元素,并返回其数值 int top() //仅获取栈顶元素的值,但不弹出 接下来,你必须借助以上栈结构,
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2471
    • 提供者:kimhanmiru
  1. Power-line-channel

    0下载:
  2. 对电力线信道进行仿真,在低压和中压环境下仿真出多径电力线信道模型。-Power line channel simulation at low and medium voltage environment emulates multipath power line channel model.
  3. 所属分类:Other systems

    • 发布日期:2017-05-01
    • 文件大小:387607
    • 提供者:丁晔岑
  1. Mircogrid-PQ-control

    2下载:
  2. 中压微电网模型,含配电网及分布式电源,可模拟网络中各点发生故障的情形。-Medium-voltage micro-grid model, including distributed power distribution network and can simulate various points in the case of network failure.
  3. 所属分类:Energy industry

    • 发布日期:2017-05-07
    • 文件大小:1362380
    • 提供者:阿怪
  1. 本科潮流程序

    0下载:
  2. 对中压配电网的一个潮流计算,利用直角坐标系下的牛顿拉夫逊法进行迭代潮流(A flow of medium voltage distribution network calculation using Newton Raphson Cartesian coordinate system in iterative fashion)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:7168
    • 提供者:JSi
  1. 5MW三电平中压风电变流器关键技术研究_苗亚

    0下载:
  2. 5MW三电平中压风电变流器关键技术研究_苗亚(5MW three level medium wind power research on the key technology of converter _ seedings)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:7239680
    • 提供者:sjjune0425
  1. BUS26

    0下载:
  2. 计算了26个总线的中压电网的潮流,内涵电路图,可对比数据结果(The power flow of the 26 bus medium voltage power grid is calculated.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:101376
    • 提供者:ethannn
  1. Distribution network planning

    1下载:
  2. 提出了一套基于供电网格优化划分的中压配电网规划思路和方法。首先,确定规划区域主干通道布局,确保土地资源预留。然后,在明确网格划分目的和原则的基础上,基于就近选择负荷备供变电站和负荷聚类方法,实现供电网格在全局范围内的优化划分。最后,分别在各供电网格内,基于其供区分类优选接线模式和一、二次建设改造标准,并进行主干线布线规划。(This paper presents a set of ideas and methods for medium voltage distribution network
  3. 所属分类:其他

    • 发布日期:2021-03-10
    • 文件大小:1670144
    • 提供者:阿飞之父
  1. MV distribution network

    1下载:
  2. 接线模式的合理选择将有利于提升中压配电网的综合优化水平。在研究苏州地区电缆网接线模式的供电可靠性和经济性的基础上,提出了 3 种兼顾供电可靠性和经济性的电缆接线模式的选取方法 。(Reasonable selection of wiring mode will be conducive to improving the comprehensive optimization level of medium voltage distribution network. On the basis of
  3. 所属分类:其他

    • 发布日期:2021-02-18
    • 文件大小:864256
    • 提供者:阿飞之父
搜珍网 www.dssz.com