登录
首页 » Others » 基于LabWindows CVI开发的数据采集程序CVI

基于LabWindows CVI开发的数据采集程序CVI

于 2020-12-15 发布 文件大小:1130KB
0 400
下载积分: 1 下载次数: 12

代码说明:

  基于LabWindows CVI开发的数据采集程序,可以实现电压信号采集、绘图、导出至excel表格。(Based on LabWindows CVI development of data acquisition procedures, can achieve voltage signal acquisition, drawing, export to excel table.)

文件列表:

Acquire.c,3820,2017-04-10
Acquire.cws,5320,2017-04-18
Acquire.exe,2799616,2017-04-10
Acquire.h,2314,2017-04-10
Acquire.prj,13884,2017-04-10
Acquire.uir,6616,2017-04-10
cvibuild.Acquire
................\Debug
................\.....\Acquire.exe,2799616,2017-04-10
................\.....\Acquire.obj,33652,2017-04-10
................\.....\Acquire.obj.cvidefprots,638,2017-04-10
................\.....\BuildStep.bat,57,2017-04-10
................\.....\CallCC.bat,1394,2017-04-04
................\.....\CallLink.bat,261,2017-04-10
................\.....\CallRC.bat,532,2017-04-10
................\.....\CC_no_dep_options.txt,204,2017-04-04
................\.....\CC_options.txt,2879,2017-04-04
................\.....\dlldependencies.txt,67,2017-04-10
................\.....\excelreport.obj,1255812,2017-04-10
................\.....\excelreport.obj.cvidefprots,11283,2017-04-10
................\.....\htm" target=_blank>Jamfile,3228,2017-04-18
................\.....\htm" target=_blank>Jamfile_instr,7116,2017-04-10
................\.....\linkerlicensing.txt,4,2017-04-10
................\.....\linkersummary.txt,169,2017-04-10
................\.....\link_options.txt,2980,2017-04-10
................\.....\moduledependencies.txt,5362,2017-04-10
................\.....\resources.in.rc,1081,2017-04-04
................\.....\resources.res,298064,2017-04-04
example.xls,23040,2017-04-10
example.xlsx,8840,2017-04-10

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

发表评论

0 个回复

  • Douglas-Peucker
    道格拉斯-普克算法 (Douglas– Peucker algorithm,亦称为拉默-道格拉斯-普克算法、迭代适应点算法、分裂与合并算法)是将曲线近似表示为一系列点,并减少点的数量的一种算法。它的优点是具有平移和旋转不变性,给定曲线与阈值后,抽样结果一定。(The Douglas - puke algorithm (Douglas - Peucker algorithm, also called the lamer - Douglas - puke algorithm, iterative adaptive point algorithm, split and merge algorithm) is an algorithm that approximatively represents a curve as a series of points and reduces the number of points. It has the advantages of translation and rotation invariance. After a given curve and threshold, the sampling result is certain.)
    2018-06-17 09:01:45下载
    积分:1
  • clearbid
    说明:  本项目运行于Linux,是根据交易空间和发电负荷双方的报价,计算交易市场集中出清的程序。数据库使用国产达梦6数据库,数据库接口使用libdcisg_dm.so。(This project runs on Linux. Based on trade space and Generation/Load bids, it clears the trade market and calculates the Generation/Load accepted bids. It use the DM6 database and the DB interface uses libdcisg_dm.so)
    2020-10-21 11:16:54下载
    积分:1
  • zuobiao
    说明:  在FLAC3D中调用可以得到模型各个单元坐标和编号并记录下来。(The coordinates and numbers of each unit in the model are obtained.)
    2021-03-22 20:49:16下载
    积分:1
  • svcnew
    电力系统仿真建模需要的模型,可以适合智能电网,分布式发电(power system modeling control smart grid stability)
    2013-09-13 07:13:16下载
    积分:1
  • radar_stap
    说明:  机载雷达杂波空时自适应处理程序,反映了杂波的非均匀特性。(Airborne radar clutter space-time adaptive processing, clutter reflects the characteristics of the non-uniform.)
    2009-07-28 12:39:07下载
    积分:1
  • MATLAB
    计算多跨连续梁内力并绘制弯矩图,计算书度快且准确(inner force calculating)
    2020-11-12 14:49:43下载
    积分:1
  • thesis
    2009nuaa南京航空航天大学毕业论文。《DTC直接转矩控制的实现》.内含simulink模型。可在matlab7.0以上直接运行。PS: 此模型为建立在数学模型基础之上,未使用power sysytem toolbox。(因toolbox版本不同会产生不兼容现象)(Thesis of Nanjing University of Aeronautics and Astronautics 2009 nuaa. “DTC direct torque control to achieve.” Simulink model.It can be run directly in matlab 7.0 or higher. PS: This model is built on the basis of mathematical models, not using power sysytem toolbox. (Toolbox versions will produce a result not compatible with the phenomenon))
    2011-02-08 06:34:28下载
    积分:1
  • car4Ssale
    用c++做的汽车4s店销售系统(mfc) 录入查询库存预定等功能模块 头文件中定义 class CAutomobile4SshopDlg : public CDialog 头文件中定义class sale : public CDialog class service : public CDialog class storage : public CDialog class guanli : public CDialog 分别作销售,服务,库存,管理功能模块函数体调用 #define IDM_ABOUTBOX 0x0010 #define IDD_ABOUTBOX 100 #define IDS_ABOUTBOX 101 #define IDD_AUTOMOBILE4SSHOP_DIALOG 102 .....宏定义为函数体调用(Using c++ to do car 4s shop sales system (mfc) Input query inventory reserve and other functional modules Header file defines class CAutomobile4SshopDlg: public CDialog Header file defines class sale: public CDialog class service: public CDialog class storage: public CDialog class guanli: public CDialog Respectively, for sales, service, inventory management function module calls the function body # define IDM_ABOUTBOX 0x0010 # define IDD_ABOUTBOX 100 # define IDS_ABOUTBOX 101 # define IDD_AUTOMOBILE4SSHOP_DIALOG 102 Defined as a function of the body ..... macro call)
    2013-10-24 17:52:29下载
    积分:1
  • powernode
    牛顿-拉夫逊法潮流计算 基本步骤:   (1)形成节点导纳矩阵   (2)将各节点电压设初值U,   (3)将节点初值代入相关求式,求出修正方程式的常数项向量   (4)将节点电压初值代入求式,求出雅可比矩阵元素   (5)求解修正方程,求修正向量   (6)求取节点电压的新值   (7)检查是否收敛,如不收敛,则以各节点电压的新值作为初值自第3步重新开始进行狭义次迭代,否则转入下一步   (8)计算支路功率分布,PV节点无功功率和平衡节点柱入功率。(Newton-Raphson method flow calculation basic steps : (1) formation of nodal admittance matrix (2) to set up the initial node voltage U, (3) the initial node-generation-related demand. calculated that the constant term formula Vector (4) nodes will be incorporated into the initial voltage-seeking, calculated Jacobian matrix elements (5) solving that equation, seek to amend the vector (6) to strike a new node voltage value (7) to check whether convergence, if not restrained. concentrated in the nodes of the new voltage as the initial value since the first three steps to re-start the narrow iterations. Otherwise, turn into the next (8) Calculation branch power distribution, PV nodes reactive power and balance-node into power.)
    2007-07-10 19:08:09下载
    积分:1
  • HydroInfoSystem
    水文管理信息系统,整理水文数据,绘制水文图(Hydrological management information system, collation of hydrological data, hydrological Figure Drawing)
    2009-03-29 23:03:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载