搜索资源列表

  1. fenglifadian

    0下载:
  2. 一篇关于模糊控制PID风力发电的论文,可供爱好者学习-An article on wind power generation PID fuzzy control papers for enthusiasts to learn
  3. 所属分类:文件格式

    • 发布日期:2024-05-21
    • 文件大小:450560
    • 提供者:陈大伟
  1. Matlab

    1下载:
  2. LDPC校验矩阵生成、高斯消去法编码、BP译码程序,可以作为自己编写LDPC编译码程序的参考。因为matlab代码效率不高,所以这个程序仿真起来比较慢.-LDPC check matrix generation, Gaussian elimination coding, BP decoding procedure can be used as its own procedures for the preparation of LDPC
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:8192
    • 提供者:李枫
  1. AnAlgorithmofContourLinesBasedOnRegulerGrid

    0下载:
  2. 本文详细描述了规则网格的等值线的生成算法,对初学者很有帮助-In this paper, a detailed descr iption of the rules of the contour grid generation algorithm, useful for beginners
  3. 所属分类:文档资料

    • 发布日期:2024-05-21
    • 文件大小:366592
    • 提供者:黄伟
  1. chansheng

    0下载:
  2. ASK,PSK,FSK随机信号的产生程序。比较简单实用。-ASK, PSK, FSK random signal generation process. Comparison of simple and practical.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:pchhbx
  1. sv

    0下载:
  2. 随机数的产生与检验 用余数法产生(0,1)均匀分布随机数等-Random Number Generation and testing by more than a few law (0,1) uniformly distributed random numbers, etc.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:张童
  1. des

    0下载:
  2. des 密码算法 能够实现des的密钥生成和 数据加密-des cipher algorithm can be realized des key generation and data encryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:297984
    • 提供者:刘枫
  1. gridgen

    0下载:
  2. gridgen是一款强大的网格生成程序,可以做三维的有限元网格划分-gridgen is a powerful mesh generation process, can do three-dimensional finite element mesh
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-21
    • 文件大小:540672
    • 提供者:simba
  1. vhdl

    0下载:
  2. 伪随机码发生器的VHDL实现 随着通信理论的发展,早在20世纪40年代,香农就曾指出,在某些情况下,为了实现最有效的通信,应采用具有白噪声的统计特性的信号。另外,为了实现高可靠的保密通信,也希望利用随机噪声。然而,利用随机噪声最大困难是它难以重复产生和处理。直到60年代,伪随机噪声的出现才使这一难题得到解决-Pseudo-random code generator for VHDL realize communication wit
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-21
    • 文件大小:217088
    • 提供者:张之晗
  1. FLch3LSeg2

    0下载:
  2. flch2bzsheg2.m白噪声产生程序-flch2bzsheg2.m white noise generation process
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:huahua
  1. wideBAND

    0下载:
  2. 上传的为一生成宽带信号的matlab函数,保证正确。-From one generation for broadband signals in matlab function to ensure that the correct.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:李明
  1. PWM

    0下载:
  2. dsp2407关于pwm生成的汇编源程序,直接打开工程文件即可。-pwm generation dsp2407 on the compilation of source code, you can directly open the project file.
  3. 所属分类:DSP编程

    • 发布日期:2024-05-21
    • 文件大小:44032
    • 提供者:renhongxia
  1. randnumber

    0下载:
  2. 伪随机数的产生程序 有m序列还有同余序列等等 用与嵌入信息位置的选择或密钥的制作-Pseudo-random number generation process has m sequences are congruent with and embedded in sequence and so the choice of location information or the production of key
  3. 所属分类:压缩解压

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:长风
  1. RSA-Arithmetic-Code

    0下载:
  2. RSA算法的实现,包括密钥生成及加解密 RSA算法的实现,包括密钥生成及加解密-RSA algorithm, including key generation and RSA encryption algorithm, including key generation and encryption and decryption
  3. 所属分类:加密解密

    • 发布日期:2024-05-21
    • 文件大小:221184
    • 提供者:yuyingjie
  1. final31

    0下载:
  2. 高斯白噪声的生成程序,是我做毕设时编的。大家可以参考!-Gaussian white noise generation process is complete for me to do when the series. Members can refer to!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1024
    • 提供者:zn
  1. compiler

    0下载:
  2. decaf.jar 是将类java的decaf语言编译成tac码(Three address code,类似汇编指令)的编译器。 包含了前端的词法和语法分析、语义分析,中间代码的生成。是我最近写完的编译课的一个作业。 例子: 1. 调用 java -jar decaf.jar -l 2 blackjack.decaf > blackjack.tac 生成 *.tac 文件 2. 然
  3. 所属分类:编译器/词法分析

    • 发布日期:2024-05-21
    • 文件大小:367616
    • 提供者:int
  1. bldcm

    0下载:
  2. 所建立的无刷直流电动机系统的Simulink仿真模型图,功能模块包括:逆变器模块、电源模块、换相逻辑模块、PWM信号产生模块、电动机本体模块、转速测量模块和磁极位置测量模块。-Established by the brushless DC motor system in Simulink simulation model diagram, function modules include: inverter module, power
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:14336
    • 提供者:zhangbin
  1. DTMF

    0下载:
  2. 用matlab的gui编写的DTMF双音多频信号生成与检测的演示程序,运行方法见readme,希望能对大家有所帮助。-Matlab by the gui prepared DTMF DTMF signal generation and detection demo program, run method see readme, for all of us hope to be helpful.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:24576
    • 提供者:凌瀚宇
  1. maze

    0下载:
  2. 迷宫小游戏,迷宫生成算法是自己写的,可以确保不产生无解迷宫-Maze game, maze generation algorithm is to write your own, you can have no solution to ensure that no maze
  3. 所属分类:Windows编程

    • 发布日期:2024-05-21
    • 文件大小:4435968
    • 提供者:sxhui
  1. PWMConverterandControlStrat

    0下载:
  2. 在理 论 分 析与仿真的基础上,本文对上述三种控制策略进行了实验研究,设计了控制系统的硬件电路和DSP程序。实验结果给出了三种控制方法下的稳态波形与电流谐波分析,系统动态响应波形和双重化结构谐波抑制的验证。实验结果与理论分析吻合,表明一定控制下的PWM 变流器具有较好的稳态与动态工作性能,适用于大功率风力发电应用场合。-In the theoretical analysis and simulation based on this ar
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-21
    • 文件大小:2764800
    • 提供者:weipeiyong
  1. stbc

    0下载:
  2. 空时分组码的仿真实现程序,是下一代通信的编码关键技术-STBC realize the simulation procedures are the key to next-generation communications technology coding
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:tome
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org