登录
首页 » Visual C++ » Labwindows-CVI2010-Part11

Labwindows-CVI2010-Part11

于 2012-07-11 发布 文件大小:28935KB
0 264
下载积分: 1 下载次数: 26

代码说明:

  Labwindows CVI2010软件主体11,由NI公司设计的数据采集编辑软件,全部11部分下载完后处理下即可(将各个部分的Labwindows CVI2010和.ZIP扩展名全部去掉) (Software, the main body of the Labwindows CVI2010 11, designed by the NI data acquisition and editing software, all Part 11 downloads After the treatment can be (all removed to various parts of the Labwindows CVI2010. ZIP extension))

文件列表:

autorun.exe,563832,2011-06-22
autorun.inf,534,2011-06-22
nidist.id,303,2011-06-22
patents.txt,17047,2011-04-28
Products
........\VC2005MSMs
........\..........\VC2005MSMs
........\..........\..........\VC2005MSMs_x86_mft.cab,1749,2011-05-19
........\VC2008MSMs
........\..........\VC2008MSMs
........\..........\..........\VC2008MSMs_x64.msi,745984,2011-03-23
........\..........\..........\VC2008MSMs_x86.msi,752128,2011-03-23
........\..........\..........\VC2008MSMs_x86_mft.cab,1730,2011-03-23
........\..........\..........\x64.cab,8133806,2011-03-23
........\..........\..........\x86.cab,10424159,2011-03-23
........\WebPipeline
........\...........\WebPipeline32
........\...........\.............\chs.mst,18944,2010-12-06
........\...........\.............\deu.mst,22528,2010-12-06
........\...........\.............\fra.mst,21504,2010-12-06
........\...........\.............\jpn.mst,19968,2010-12-06
........\...........\.............\kor.mst,22528,2010-12-06
........\...........\.............\mib.cab,931707,2010-12-06
........\...........\.............\WebPipeline.msi,672256,2011-06-22
........\...........\.............\WebPipeline_mft.cab,1626,2011-06-22
........\...........\WebPipeline64
........\...........\.............\chs.mst,18944,2010-12-06
........\...........\.............\deu.mst,22528,2010-12-06
........\...........\.............\fra.mst,21504,2010-12-06
........\...........\.............\jpn.mst,19968,2010-12-06
........\...........\.............\kor.mst,22528,2010-12-06
........\...........\.............\mib.cab,1254490,2010-12-06
........\...........\.............\WebPipeline64.msi,671232,2011-06-22
........\XercesDelayLoad27
........\.................\nixerces27_win32.msi,774656,2011-06-09
........\.................\nixerces27_win32_mft.cab,1819,2011-06-09
........\.................\nixerces27_win64.msi,772608,2011-06-09
........\.................\Xerce00.cab,850161,2011-06-09
........\.................\Xerce01.cab,632675,2011-06-09
readme.html,56038,2011-06-22
ReleaseNotes.pdf,108129,2011-06-22
setup.exe,1384104,2011-06-22
setup.ini,25744,2011-06-22

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

发表评论

0 个回复

  • abc
    简单易行,很好玩很简单那,我都没费什么功夫(Simple and fun it is very simple)
    2010-11-24 16:04:20下载
    积分:1
  • poly
    标题: 多边形游戏 时 限: 1000 ms 内存限制: 10000 K 总时限: 3000 ms 描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。 游戏第1步,将一条边删除。 随后n-1步按以下方式操作: (1)选择一条边E以及由E连接着的2个顶点V1和V2; (2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。 最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。 输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。 例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。 输出: 一个整数,计算最高得分。 输入样例: 5 10 + -1 x -2 x 3 + -8 x 输出样例: 486 (标题: 多边形游戏 时 限: 1000 ms 内存限制: 10000 K 总时限: 3000 ms 描述: 多边形游戏是一个单人玩的游戏,开始时有一个由n个顶点构成的多边形。每个顶点被赋予一个整数值,每条边被赋予一个运算符“+”或“*”。所有边依次用整数从1到n编号。 游戏第1步,将一条边删除。 随后n-1步按以下方式操作: (1)选择一条边E以及由E连接着的2个顶点V1和V2; (2)用一个新的顶点取代边E以及由E连接着的2个顶点V1和V2。将由顶点V1和V2的整数值通过边E上的运算得到的结果赋予新顶点。 最后,所有边都被删除,游戏结束。游戏的得分就是所剩顶点上的整数值。 输入: 输入共两行,第一行一个整数n表示顶点个数,第二行共2*n个数,分别为数字和字符。 例如:对于上图中的问题,我们可以这样按输入样例中的例子输入,数学中的“+”号代表加法,小写字母“x”代表乘法。 输出: 一个整数,计算最高得分。 输入样例: 5 10+-1 x-2 x 3+-8 x 输出样例: 486 )
    2012-12-17 10:35:16下载
    积分:1
  • Shardas1
    (You should upload 5 codes/documentsssssssay online to activate your account)
    2018-05-10 18:52:15下载
    积分:1
  • juhac
    抑制载波型差分相位调制,借鉴了主成分分析算法(PCA),有CDF三角函数曲线/三维曲线图。( Suppressed carrier type differential phase modulation, It draws on principal component analysis algorithm (PCA), There CDF trigonometric curve/3D graphs.)
    2017-05-05 16:48:50下载
    积分:1
  • REGISTRY--simply-remove-WRITE-KEY
    REGISTRAR is fully documented msdn.Il can do this without too many complications and requires only a couple of IID, some definitions to be used.
    2013-02-19 15:25:57下载
    积分:1
  • Test
    MFC平台 打砖块游戏代码 面向对象程序设计思想编写 (MFC platform BrickBreaker design object-oriented programming code written)
    2021-01-10 13:28:51下载
    积分:1
  • DITONGLBOQI
    在 惯 性 导 航 系 统 里 往 往 需 要 对 陀 螺 仪 和 加 速 度计进 行 性 能测 试 , 这 时就 要设 计一 种 测 试 它 们 的 滤 波器 。 滤 波器 从 功 能 上 可 分 为 四种 低通 、 高通 、 带 通 、 带 阻 滤 波 器 。 文 中所 要 研 究 的低 通 滤 波器 是 通 过 低 频 信号 而 抑 止 高频 信号 的滤 波器 , 巴 特 沃 思 滤 波器 是 最 简 单 的低通 滤波 器 。 其 中 、 为 实 常 数 , , 。 一 , , 二 , 分 母 多项 式的幂 次 即 为滤波器 的 阶数 。 若 式 除 “ 。 外 所 有 分 子 项 系数 均 为零 , 则传递 函数 变 成 一 常数 与 多项 式 之 比 。 这 时传递 函数有 有 限 极 点 而 无 有 限零 点 , 这 种 滤 波 器称 为 全极 点 滤 波 器 , 阶 巴 特 沃斯 滤 波 器 也 是 全极 点 滤 波 器 。 全 极 点 滤 波器 传递 函 数 为 矛 , , 厂 十 。 , ”一 ’ 竺(n the inertial navigation system and processing is often necessary for gyroscope Speed ​ ​ meter performance test conducted , This is when you want to design one kind of test it Our filter . Filter from the functions can be divided into four low-pass , Qualcomm , Bandpass , Bandstop filter . The text to be studied in a low-pass filter is a low-frequency signal by For the high-frequency signal suppression filter , Bart Waugh think is the most simple filters The single low-pass filter . Which , Is a real constant ,, . A ,, Two , Minute Mother is a power of the polynomial order of the filter . If the formula Except . " Have a child outside the sub-zero coefficients are , Then the transfer function Turned into a constant ratio with polynomial . At this time there is limited transfer function No pole while Zero Limited , This kind of filter is referred to as full-pole filter Implement , Order Butterworth filter is all-pole filter . W)
    2013-10-25 10:47:37下载
    积分:1
  • mTouch_16f887
    mtouch pic16f887 the code is very perfet
    2013-07-22 19:35:00下载
    积分:1
  • Machine-Vision-Theory
    机器视觉理论PPT,入门者可看下,主要介绍一些机器视觉入门内容(Machine vision theory PPT, beginners can look, introduces some of the machine vision getting started)
    2016-08-18 15:54:08下载
    积分:1
  • clocktest
    获取系统时间 关于系统时间得获取以及显示界面(Access to the system time on the system time may access and display interface)
    2008-03-31 16:07:05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载