登录
首页 » 其他项目 » On USB and DSP data acquisition system papers. Use of VC development, through th...

On USB and DSP data acquisition system papers. Use of VC development, through th...

于 2022-02-02 发布 文件大小:2.58 MB
0 239
下载积分: 2 下载次数: 1

代码说明:

关于USB与DSP的数据采集系统的论文。利用VC开发,通过USB传输数据,利用DSP采集数据,通过PC显示。-On USB and DSP data acquisition system papers. Use of VC development, through the USB transmit data, the use of DSP data collection, through the PC display.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 对到位地位的的算法排序
    对到位地位的的算法排序-place on the status of Sort Algorithm
    2022-02-09 13:29:51下载
    积分:1
  • one pair of Office do a complete package of controls, Excel can be achieved in t...
    一个对Office做了完整封装的控件,可以实现Excel在程序内置的完美显示.-one pair of Office do a complete package of controls, Excel can be achieved in the program is the perfect show.
    2022-02-05 10:46:43下载
    积分:1
  • C++ MOPSO 代码
    本人新研究的一个MOPSO(多目标粒子群算法),用于各种优化计算,C++编译,非常好用, 何选择带领者呢? MOPSO在存档中选择一个粒子跟随。如何选择呢?根据网格划分,假设每个网格中粒子数个,i代表第几个网格。该网格中的粒子被选择的概率为,即粒子越拥挤,则选择的概率越低。这是为了保证能够对未知的区域进行探索。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-04-21 10:21:19下载
    积分:1
  • 可以编辑的msflexgrid的VB源码,密码为peng
    可以编辑的msflexgrid的VB源码,密码为peng-can edit the msflexgrid VB source code, passwords peng
    2022-08-18 03:37:01下载
    积分:1
  • 在C/C++中,两种产生随机数的方法,random()和math.random()的比较
    在C/C++中,两种产生随机数的方法,random()和math.random()的比较-in C/C, two random numbers generated by the method, random () and math.random () comparison
    2023-01-16 00:20:04下载
    积分:1
  • prolog,人工智能推理程序,运行环境prolog
    prolog,人工智能推理程序,运行环境prolog-prolog, artificial intelligence reasoning procedures, operating environment prolog
    2022-03-07 01:25:21下载
    积分:1
  • (1) 熟悉连续信号经理想采样前后的频谱变化关系,加深对时域采样定理的理解. (2) 熟悉时域离散系统的时域特性 (3) 利用卷积方法观察分析系统的时域...
    (1) 熟悉连续信号经理想采样前后的频谱变化关系,加深对时域采样定理的理解. (2) 熟悉时域离散系统的时域特性 (3) 利用卷积方法观察分析系统的时域特性. (4) 掌握序列傅立叶变换的计算机实现方法,利用序列的傅立叶变换对连续信号,离散信号及系统响应进行频域分析. -(1) familiar with the continuous signal to the manager before and after the sampling of the spectrum changes relations and deepen the time-domain sampling theorem understanding. (2) familiar with the time-domain system discrete time-domain (3) using deconvolution method of analysis in time domain characteristics. (4) master sequence Fourier Transform computer, using the Fourier transform sequence of continuous signals, Discrete signal system response and frequency domain analysis.
    2022-03-19 23:10:38下载
    积分:1
  • 设计四 拔河游戏机 1、 设计一个能进行拔河游戏的电路。 2、 电路使用15个(或9个)发光二极管,开机后只有中间一个发亮,此即拔河的中心点。 3、 游戏双方各...
    设计四 拔河游戏机 1、 设计一个能进行拔河游戏的电路。 2、 电路使用15个(或9个)发光二极管,开机后只有中间一个发亮,此即拔河的中心点。 3、 游戏双方各持一个按钮,迅速地、不断地按动,产生脉冲,谁按得快,亮点就向谁的方向移动,每按一次,亮点移动一次。 4、 亮点移到任一方终端二极管时,这一方就获胜,此时双方按钮均无作用,输出保持,只有复位后才使亮点恢复到中心。 5、 用数码管显示获胜者的盘数。 教学提示: 1、 按钮信号即输入的脉冲信号,每按一次按钮都应能进行有效的计数。 2、 用可逆计数器的加、减计数输入端分别接受两路脉冲信号,可逆计数器原始输出状态为0000,经译码器输出,使中间一只二极管发亮。 3、 当计数器进行加法计数时,亮点向右移;进行减法计数时,亮点向左移。 4、 由一个控制电路指示谁胜谁负,当亮点移到任一方终端时,由控制电路产生一个信号,使计数器停止计数。 5、 将双方终端二极管“点亮”信号分别接两个计数器的“使能”端,当一方取胜时,相应的计数器进行一次计数,这样得到双方取胜次数的显示。 6、 设置一个“复位”按钮,使亮点回到中心,取胜计数器也要设置一个“复位”按钮,使之能清零。--design a tug-of-war game, can design a game of tug of war circuit. 2, circuit use 15 (or 9), light-emitting diodes, come only among a shiny, namely, the center of tug-of-war. 3, the game with a two button rapidly and continuously pressed, have a pulse, who by fast, Who bright spots on the move, every time, a bright spot in Mobile. 4, the party moved to highlight terminal diode, on the winning side, this time the two sides had no effect buttons, to maintain output, so after only bright
    2022-07-25 10:14:55下载
    积分:1
  • 这是人脸识别的英文综述的下半部分,希望对您有帮助
    这是人脸识别的英文综述的下半部分,希望对您有帮助-This is the English on face recognition to the second half, and I hope to help you
    2022-01-21 00:12:30下载
    积分:1
  • 库存销售系统
    inventory sales system
    2022-02-05 17:18:19下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载