CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - S-Function

搜索资源列表

  1. 秀秀在线书店

    0下载:
  2. 用jbuilder开发的在线书店源码.前台用户页面的功能:注册,浏览,下订单,取消订单等.后台管理员的功能:更新图书库,处理订单,添加或注销用户.- On-line bookstore source code develops which with jbuilder Onstage user page function: The registration, the browsing, gets down the order form, the cancel order and so on
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:1401802
    • 提供者:李民
  1. 10517-080605-0303B32-53

    0下载:
  2. 本设计课题―用JAVA语言设计即时通讯系统是为了更好的满足人们的网上聊天和彻底的实现两台计算机之间点对点的信息交流的需求提出来的,也是当今网络迅速发展的结果。本论文共分为七部分.第一部分简单的分析了本即时通讯系统开发的可行性,并重点对技术可行性(选择JAVA)做了详细分析;第二部分借助数据流图和数据字典对系统的功能和性能进行了详细的需求分析,建立了系统的逻辑结构;第三部分用结构图和层次输入输出处理图,建立了系统的总体结构;第四部分采用了过程设计语言对系统的各个功能模块进行了详细设计;第五部分用J
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:191705
    • 提供者:陆雪
  1. MATLAB的S-Function编写指导

    2下载:
  2. MATLAB开发入门资料,很详细,不错。
  3. 所属分类:文档资料

    • 发布日期:2011-05-25
    • 文件大小:756731
    • 提供者:caicaicai777
  1. random_PWM

    0下载:
  2. 随机的几篇pwm文章,讲解各种随机pwm模型-Pwm few random articles on a variety of random pwm model
  3. 所属分类:Project Manage

    • 发布日期:2017-05-04
    • 文件大小:1379987
    • 提供者:ALPHA
  1. VB_VC_DLL

    0下载:
  2. VB虽然强大,但要对计算机的底层硬件进行访问却无能为力。由于VC++同时具有汇编语言和高级语言的功能和特点,能够直接控制硬件,因此,可以使用VC++编写一个DLL,库中包含有关对硬件控制的函数,然后在VB程序中通过调用DLL中的函数来完成控制行为,使VB对硬件的操作成为可能。-VB powerful, but would like to access the computer' s underlying hardware is powerless. As the VC++ both ass
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:37040
    • 提供者:章九
  1. w77e58-s

    0下载:
  2. w77e58的数据手册,主要介绍了它的功能-w77e58 data sheet, which mainly describes its function
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:593589
    • 提供者:GUOLImin
  1. Slanguage

    0下载:
  2. 老师给的中文版S函数编写规则,中文哦,很有用的s资料-Teachers to the Chinese version of the S function written rules, Chinese Oh, s very useful information
  3. 所属分类:Communication

    • 发布日期:2017-05-01
    • 文件大小:756699
    • 提供者:skyky
  1. aa

    0下载:
  2. 双馈风力发电机是一个复杂的多变量非线性系统,利用Matlab软件中的S函数编程建立双馈风力发电机模型,并通过仿真验证了其正确性。-Wind Generator is a complex multi-variable nonlinear system, Matlab, S-function software programming model for the establishment of double-fed wind generator, and simulation results sho
  3. 所属分类:Development Research

    • 发布日期:2017-03-30
    • 文件大小:229554
    • 提供者:wuxing
  1. MATLAB-Mutilate-Switch-S-function

    0下载:
  2. 矩阵变换器SPWM调制策略的MATLAB/Simulink仿真-SPWM modulation strategy for matrix converter of MATLAB/Simulink simulation
  3. 所属分类:software engineering

    • 发布日期:2017-04-04
    • 文件大小:3032
    • 提供者:有梦最美
  1. sfunctions_simulink

    0下载:
  2. matlab s-function for both discrete and continous state equation
  3. 所属分类:Project Design

    • 发布日期:2017-05-07
    • 文件大小:1264209
    • 提供者:iswell
  1. Shanshu

    0下载:
  2. 两篇关于双馈风力发电机的S函数编程的论文。-Two double-fed wind turbine on the S-function programming papers.
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2630518
    • 提供者:
  1. Lec10

    0下载:
  2. Simulink控制模擬 與其綜合應用 Simulink簡介 􀂄 Simulink系統建構方式 􀂄 使用者自定義函數 :S-function 􀂄 隨堂演練 -Simulink控制模擬 與其綜合應用 Simulink簡介 􀂄 Simulink系統建構方式 􀂄 使用者自定義函數 :S-function 􀂄 隨堂演
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:562883
    • 提供者:way
  1. A-Method-to-Optimize-Function-Call

    0下载:
  2. 如何对函数调用进行优化对于C语言非常重要,因为函数调用的花费很大并且在代码中经常出现。文章讨论了一种对函数调用的优化处理的途径及实现中的几个关键问题和它们的解决方法。 更多还原 -How to optimize function call is very important for function language such as C,because it is often expen-sive to call a function and pass parameters between
  3. 所属分类:Communication

    • 发布日期:2017-03-23
    • 文件大小:96783
    • 提供者:李飞
  1. AD0809

    0下载:
  2. AD0809的功能启动,描述了如何启动AD0809的数模转换功能,并且在旁边加油注释-The AD0809 s function is activated, and describes how to start the AD0809 digital to analog conversion function, and next to the fuel comment
  3. 所属分类:Software Testing

    • 发布日期:2017-04-03
    • 文件大小:3123
    • 提供者:liu
  1. Multi-Function-Digital-Cymometer

    0下载:
  2. 没用过你说的那种VC3165 智能频率计,27MHz的频率有点高,可以用100M的显波器看,一般的设备搭上去可能会改变频率,要不就拿个接收的试,调到接收器能收的到那就是27MHz了-You say that s the VC3165 intelligence frequency plan, and the frequency of MHz a little high, can use of 100 M show filter is look, general equipment take up
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:185005
    • 提供者:杨旭
  1. matlab-M-S

    0下载:
  2. 有关matlab/simulink中m和s函数的模板及实例-Templates and examples about m and s function matlab/simulink
  3. 所属分类:software engineering

    • 发布日期:2017-11-02
    • 文件大小:402548
    • 提供者:杨宏
  1. S-M-Function

    0下载:
  2. 介绍matlab中S-Function和M文件的介绍和应用方法,便于simulink仿真时使用-Introduced in matlab M-file S-Function and the introduction and application of methods to facilitate the use of simulation simulink
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1162195
    • 提供者:lilin
  1. a-function-of-S

    0下载:
  2. 基于S函数的实用光伏模块Matlab仿真模型-S-function utility photovoltaic modules based on Matlab simulation model
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:315532
    • 提供者:Jessica
  1. Function

    0下载:
  2. 本文详细的介绍了matlab S函数编写指导,还有几篇实例,包括C语言C++编程-This article describes in detail matlab S function to write the guide, there are several examples, including the C programming language C++
  3. 所属分类:software engineering

    • 发布日期:2017-05-02
    • 文件大小:756234
    • 提供者:lxt
  1. simulink s programming

    0下载:
  2. simulink 中所自带S函数,编程方法,文章介绍及应用举例(Simulink S function programming)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-26
    • 文件大小:447488
    • 提供者:Jetory813
« 1 23 4 5 6 7 8 9 10 ... 13 »
搜珍网 www.dssz.com