登录
首页 » LabView » multiple_data_aquistition

multiple_data_aquistition

于 2009-12-09 发布 文件大小:1095KB
0 145
下载积分: 1 下载次数: 366

代码说明:

  labview多通道数据采集的源代码,某labview网站举行的vi设计大赛第三名。功能齐全,思想巧妙,初学者必读。(labview calculator source code, a labview Web Design Competition, held in the third vi. Functional and ingenious ideas, must-read for beginners.)

文件列表:

LRC校验(子VI).vi
mulity_data_aquistiton.rar

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

发表评论

0 个回复

  • 一款在VC环境下编辑的餐厅管理系统 由于是初学者还有很多不足请大家指教...
    一款在VC环境下编辑的餐厅管理系统 由于是初学者还有很多不足请大家指教-An editorial in the VC environment, a restaurant management system for beginners because it is still much to be desired please Zhijiao
    2022-08-22 20:48:04下载
    积分:1
  • VC++ 正则原理提取网页链接
    VC++ 采用正则的原理提取网页链接,一个网页链接提取器的代码,采用了正则表达式的部分方法来从文件字符中提取出网址链接,是一个对字符串处理来说比较有参考性的代码。
    2022-09-10 10:05:05下载
    积分:1
  • hz
    说明:  自制的简单计算器。可供初级VB学者参考和分享( ............\Form1.frm ............\工程1.vbp ............\工程1.vbw)
    2012-03-26 09:17:06下载
    积分:1
  • shenliu计算小程序,用于计算帷幕体的水头和水力比降。可作为渗流计算的核心程序...
    shenliu计算小程序,用于计算帷幕体的水头和水力比降。可作为渗流计算的核心程序-small shenliu calculation procedures used to calculate the curtain body and hydraulic head gradient. Seepage calculation can be used as the core of the procedure
    2023-05-25 12:40:04下载
    积分:1
  • 统计学习方法
    《统计学习方法》,机器学习入门参考书,北航出版社,讲解通俗易懂(Statistical learning method, a reference book for machine learning)
    2018-04-19 17:05:53下载
    积分:1
  • 算符优先分析法设计与实现
    说明:  实现了算法优先分析的功能,可当作编译原理实验报告使用。压缩包内具有完整的实验报告(It realizes the function of priority analysis of algorithm and can be used as compiler principle experiment report. Compressed package with complete experimental report)
    2020-06-22 15:20:03下载
    积分:1
  • MC1496 multisim实现AM
    说明:  高频实验Multisim仿真:一、混频器(原理图、信号输入输出波形与频率)二、调幅波的解调(原理图及全载波调幅信号的解调)三、惰性失真及底部切削失真(Multisim simulation of high frequency experiment: 1. Mixer (schematic diagram, signal input and output waveform and frequency) 2. Demodulation of amplitude modulation wave (schematic diagram and demodulation of full-carrier amplitude modulation signal) 3. Inert distortion and bottom cutting distortion)
    2020-12-05 16:59:23下载
    积分:1
  • Visual C# 使用键盘控制窗体的移动
    Visual C#使用键盘控制窗体的移动,创建窗体对象,设置窗体接收按键事件,定义一个标识窗体的变量,判断按键类型,判断后关闭本窗体。   private void Form1_Load(object sender, EventArgs e)   {    Frm_Main form1 = new Frm_Main();//创建窗体对象    form1.KeyPreview = true;//设置窗体接收按键事件   }   private void Form1_KeyDown(object sender, KeyEventArgs e)   {    Point point = this.Location;//定义一个标识窗体的变量    switch (e.KeyData)//判断按键类型    {    case Keys.Up://当按键为上方向键时    point.Y -= 2;    break;    case Keys.Down://当按键为下方向键时    point.Y += 2;    break;    case Keys.Right://当按键为右方向键时    point.X += 2;    break;    case Keys.Left://当按键为左方向键时    point.X -= 2;    break;    case Keys.Escape://当按键为Esc键时    this.Close();//关闭本窗体    break;    default: break;    }    this.Location = point;   }
    2022-03-13 23:48:13下载
    积分:1
  • fft_ifft
    fft and Ifft of an Image
    2020-06-20 16:20:02下载
    积分:1
  • 把外部程序作为MDI窗口打开
    把外部程序作为MDI窗口打开-put external procedures as MDI window open
    2022-02-16 01:27:41下载
    积分:1
  • 696518资源总数
  • 105549会员总数
  • 12今日下载