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

搜索资源列表

  1. 01716354_09007dcc8030db7f

    0下载:
  2. Design of Optimal PI Controllers for Doubly Fed Induction Generators Driven by Wind Turbines Using Particle Swarm Optimization
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-25
    • 文件大小:361190
    • 提供者:dida
  1. C_qeustion3

    0下载:
  2. 双向链表的操作,包括初始化,插入,删除,排序,释放,检索。使用动态内存,用结构体描述链表-Doubly linked list of operations, including initialization, insert, delete, sort, release, retrieval. Use of dynamic memory, linked with the structure described
  3. 所属分类:Data structs

    • 发布日期:2017-03-30
    • 文件大小:198750
    • 提供者:王宏业
  1. ELE

    0下载:
  2. 双馈电机变速恒频发电原理 通过对风力机转速的控制,可以实现最大功率点跟踪,尽量多地吸收风能;而调节无功功率可以控制向电网输出的功率因数,也可提高风电机组及电网系统的动、静态运行稳定性-VSCF doubly-fed electrical power through the principle of wind turbine speed control, maximum power point tracking can be achieved as much as possible to a
  3. 所属分类:DSP program

    • 发布日期:2017-05-09
    • 文件大小:2220981
    • 提供者:蔡思旻
  1. TwoList

    0下载:
  2. 两个VC++链表模板类,包括单向链表和双向链表。-Two VC++ template class list, including one-way linked list and doubly linked lists.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:9354
    • 提供者:fish
  1. Interator

    0下载:
  2. 双向链表容器 实现了单向链表不能循环遍历各数据的问题-Doubly linked list container implements a one-way loop through the data is not the problem
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:467331
    • 提供者:维康
  1. gfjuj5

    0下载:
  2. 无刷双馈变速恒频方面 很好的外文参考资料 无刷双馈电机的电磁分析与设计应用的第一参考外文资料 -Generalised theory of the brushless doubly-fed . I. Analysis .PDF
  3. 所属分类:DSP program

    • 发布日期:2017-04-09
    • 文件大小:1259397
    • 提供者:木鱼
  1. ffffe

    0下载:
  2. 无刷双馈变速恒频方面 很好的外文参考资料 无刷双馈电机的电磁分析与设计应用的第一参考外文资料 -Generalised theory of the brushless doubly-fed machine Part2 Model verification and performance.PDF
  3. 所属分类:DSP program

    • 发布日期:2017-05-01
    • 文件大小:795307
    • 提供者:木鱼
  1. kindsofclistcode

    0下载:
  2. 用C++写的双向链表,循环链表,单向链表-Written using C++ doubly linked list, circular list, one-way linked list
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:9238
    • 提供者:yechuan
  1. directories

    0下载:
  2. 一个简单的通讯录软件,使用双向链表的数据结构-A simple address book software, the use of doubly linked list data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:682087
    • 提供者:戚兴宇
  1. Wind_Turbine_Model

    4下载:
  2. 详细的双馈发电机模型,包括变桨系统、偏航系统、控制系统、齿轮箱等。-Detailed model of doubly-fed generator, including the pitch system, yaw system, control system, gear boxes.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:2061235
    • 提供者:孙玉盛
  1. shuanglianbiao

    0下载:
  2. 在C平台上建立一个简单的双链表,并对其进行操作-In the C platform to create a simple doubly linked list, and its operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:876
    • 提供者:佟嘉男
  1. dlinklist

    0下载:
  2. 关于数据结构中,双向链表的例子,包含了对双向链表的所有基本操作-On the data structure, two-way linked list example, contains a doubly linked list of all the basic operations
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:678
    • 提供者:lpb
  1. doublinklist

    0下载:
  2. Double linked list- a doubly-linked list is a linked data structure that consists of a set of sequentially-linked records called nodes. Each node contains two fields, called links, that are references to the previous and to the next node in the seque
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:574
    • 提供者:irisrd
  1. Ch2

    0下载:
  2. C的数据库编程包括单双向链表,删除查找-C database programming, including a single doubly linked list, delete, search, etc.
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-04-05
    • 文件大小:14929
    • 提供者:
  1. double-linklist

    0下载:
  2. doubly link list in C
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:982
    • 提供者:ramya
  1. list

    0下载:
  2. 建立双向链表,实现节点的插入和删除 包含的文件有:CHead.h CNode.h CDLinkedList.h 定义了表头类,节点类 以及双向链表类 -Doubly linked list, insert and delete nodes together documents include: CHead.h CNode.h CDLinkedList.h defines the header type, node type and the doubly linked l
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:718178
    • 提供者:Dairy Queen
  1. DFIG_V4_March_2010

    1下载:
  2. 基于PSCAD的双馈风力发电机并网模型,实现了最大功率跟踪和有功无功的解耦控制。-根据一年中前6个月的负荷和电价数据,预测后六个月的电价,并计算精度 允许输入拉丁字符的拼音 显示对应的拉丁字符的拼音 In PSCAD doubly fed wind generation model for maximum power point tracking and decoupling control of active and reactive.
  3. 所属分类:SCM

    • 发布日期:2015-05-11
    • 文件大小:377856
    • 提供者:刘爱梅
  1. 01

    0下载:
  2. 变速恒频双馈风力发电机基于电子磁链定向的空载并网仿真模型-Variable speed constant frequency doubly-fed wind generators no-load parallel simulation model
  3. 所属分类:Special Effects

    • 发布日期:2017-04-05
    • 文件大小:45264
    • 提供者:
  1. power_wind_dfig

    2下载:
  2. 随机风速下并网型双馈风力发电机simulink模型-Random wind speed and grid simulink model of doubly fed wind power generator
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:32970
    • 提供者:姜利
  1. shuangxianglianbiao

    0下载:
  2. 双向链表,功能齐全,是一个课程设计的内容,花了很多时间-Doubly linked list, complete functions, is the content of a course designed to spend a lot of time
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:196357
    • 提供者:chenzhifei
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com