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

搜索资源列表

  1. VC60

    0下载:
  2. this about function generator
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:153205
    • 提供者:wang
  1. soundgenerator_src

    0下载:
  2. This source can emulate function generator using sound card. This source is very useful for sound card operation and waveform research.
  3. 所属分类:驱动编程

    • 发布日期:2008-10-13
    • 文件大小:34293
    • 提供者:sunghyok
  1. 迷宫END

    0下载:
  2. 利用C语言实现迷宫算法。 利用随机函数生成迷宫,并显示所有路径!-use C language maze algorithm. Using random function generator maze, and that all paths!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:1368
    • 提供者:叶兆源
  1. signalproductProtues.rar

    0下载:
  2. 简易信号发生器+Protues仿真,函数波形发生器产生波形表,通过DA转换产生正弦波。,Simple Signal Generator+ Protues simulation, waveform function generator waveform table, have a sine wave through the DA converter.
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:88403
    • 提供者:yizhang
  1. hanshuxinhaogai.rar

    0下载:
  2. 用FPGA做的DDS函数信号发生器,希望大家喜欢,FPGA to do with the DDS Function Generator, I hope everyone likes
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-14
    • 文件大小:3574866
    • 提供者:地方
  1. DAC.rar

    0下载:
  2. 信号发生器 控制DAC输出最高100M方波、三角波、正弦波,function generator
  3. 所属分类:SCM

    • 发布日期:2017-03-24
    • 文件大小:914453
    • 提供者:wpc
  1. Rand.rar

    1下载:
  2. 随机数生成类。封装c++的rand函数,用于生成均匀、正态、伽马、贝塔、泊松、指数、几何等分布规律的随机数。 内含生成各分布的算法源码。各分布可通过ts测试。,A random number generator class. it Packages the rand function of C++,and is used to generate uniform, normal, gamma, beta, Poisson, exponential, geometric and other dis
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:3951
    • 提供者:winxp
  1. han-shu-fa-sheng-qi

    0下载:
  2. 基于51单片机的函数发生器,可以产生,正弦,方波,锯齿波,三角波,可以调节频率。0-1000HZ直接。有源代码。-51 microcontroller based function generator, can produce sine, square, sawtooth, triangle, you can adjust the frequency. 0-1000HZ straight Then. Source code.
  3. 所属分类:SCM

    • 发布日期:2017-05-26
    • 文件大小:9180941
    • 提供者:bao
  1. Perlin-Noise-Generator

    0下载:
  2. 简单的Perlin噪声发生器:PeilinNoise函数生成,根据PerlinNoise生成高程图-Simple Perlin noise generator: PeilinNoise function generation, according to PerlinNoise elevation map generated
  3. 所属分类:DirextX

    • 发布日期:2017-03-29
    • 文件大小:1363
    • 提供者:
  1. drawfuc.rar

    0下载:
  2. 我自己写的一个函数图形生成器,输入数学公式后就能画出图形,希望给各位提供有用的东西,I wrote it myself graph a function generator, input mathematical formula can be drawn after the graphics, I hope to provide useful things that
  3. 所属分类:Graph program

    • 发布日期:2017-04-03
    • 文件大小:165509
    • 提供者:toutou
  1. sanjiaobo

    0下载:
  2. 幅值,频率可调的三角波发生器S-函数的实现-Amplitude, frequency adjustable triangular-wave generator to achieve S-function
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:8063
    • 提供者:天行健
  1. dcm_synm

    0下载:
  2. 基于s函数的直流电动机同步发电机机组的仿真模型-S function based on the DC motor simulation model of synchronous generator unit
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-05
    • 文件大小:2641
    • 提供者:王日明
  1. boxingfasheng

    1下载:
  2. VC编写的函数发生器, 能自动产生三角波,方波,正弦波等波形,并通过USB接口传送到嵌入式控制系统-VC function generator written in, can automatically generate triangle wave, square wave, sine wave, etc., and through the USB interface to transfer to the embedded control system
  3. 所属分类:USB develop

    • 发布日期:2017-05-15
    • 文件大小:3607911
    • 提供者:duanzhaohui
  1. asy_generator

    0下载:
  2. 用matlab里的simlink及s函数编写的异步发电机模型,能作为风力发电机等异步发电机模型-Used in the matlab function simlink and prepared s induction generator model, such as a wind turbine model
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:7263
    • 提供者:ALPHA
  1. Kmeans

    0下载:
  2. 标准C++/C处理BMP图像,没有使用VC中的BITMAP类及任何不在ANSI-C中的结构和函数。采用了k_means压缩算法处理24bit(可以更改源码使之支持8-bit,16-bit和灰度bmp)源码注释详细,其中对BMP文件BMPHEADINFO的处理比较有趣。 new.cpp---->主要的程序代码 *.h----->一个产生U(0,1)随机数的发生器,相合度较小,DES函数产生。-Standard C++/C handle BMP images, do not us
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4251
    • 提供者:Yifan Young
  1. hanshufasheng

    0下载:
  2. 用MSP430芯片开发的一个函数发生器的源代码-MSP430 chip developed by a function generator, source code
  3. 所属分类:SCM

    • 发布日期:2017-03-30
    • 文件大小:12828
    • 提供者:zhaox
  1. ICL8038

    0下载:
  2. 此为icl8038的函数发生器芯片使用说明,该芯片可以完成三角波、正弦波、方波的变换,经过使用,效果可以满足一般的要求。-This is the ICL8038 function generator chip for use, the chip can complete the triangular wave, sine wave, square wave of transformation, through the use of results to meet the general requ
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:60779
    • 提供者:鲁乐
  1. 11

    0下载:
  2. 一种基于单片机的函数发生器的设计实现(MAX038)-MCU-based Design and Implementation of Function Generator (MAX038)
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:35280
    • 提供者:wenliqiang
  1. Mini_DDS

    0下载:
  2. I often need a simple function generator. Just to generate a certain frequency. After all the years I ve worked with electronics, I still haven t got me one. Even though I need it now and then, I just couldn t seem to justify the cost of one. So, s
  3. 所属分类:SCM

    • 发布日期:2017-03-28
    • 文件大小:189320
    • 提供者:杨正海
  1. DDS

    0下载:
  2. 基于DDS技术的函数波形发生器设计,适合用fpga设计波形发生器用-Based on DDS technology function waveform generator design, suitable for FPGA design with Waveform Generator
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1682936
    • 提供者:
« 1 2 3 45 6 7 8 9 10 ... 35 »
搜珍网 www.dssz.com