登录
首页 » LabView » NI风格控件包

NI风格控件包

于 2017-10-15 发布 文件大小:4474KB
0 243
下载积分: 1 下载次数: 19

代码说明:

  labview好看的自定义控件,NI风格。(LabVIEW nice custom controls)

文件列表:

NI风格控件包
NI风格控件包\Readme.txt
NI风格控件包\Thumbs.db

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

发表评论

0 个回复

  • YJ.WebControls
    属性: TextBoxID : 目标 TextBox 的ID,只需要正确填写该属性本控件就可以使用 UpdatePanelID : 控件所在并且进行异步更新的UpdatePanel控件的编号(该属性为了支持ASP.NET 2.0 AJAX Extensions 1.0组件设计,因为代码内使用了UpdatePanel类,所以在使用时如果没有安装ASP.NET 2.0 AJAX Extensions 1.0组件请先安装) 注意: 1.本控件必须放在与目标TextBox同一级下。 2.本控件只需先把该DLL拖放在工具栏中即可象一般的控件一样使用。(Attribute: TextBoxID: target TextBox' s ID, just need to correctly fill in the properties of this control, you can use UpdatePanelID: Controls the host and the asynchronous update UpdatePanel control' s ID (the property in order to support the ASP.NET 2.0 AJAX Extensions 1.0 component design, as the code using the UpdatePanel inside the class, so when in use, if not installed ASP.NET 2.0 AJAX Extensions 1.0 component install) Note: 1. This control must be placed under the same level with the target TextBox. 2. This control simply should first drag and drop the DLL in the tool bar can be used as general as the control.)
    2010-03-05 12:11:33下载
    积分:1
  • Signal-and-Linear-System-Simulation
    基于labview的信号与线性系统仿真,可以实现傅里叶变换、信号平移、加减、卷积的常见信号运算(Labview based signal and linear system simulation, signal operation can achieve common Fourier transform, signal translation, subtraction, convolution)
    2015-05-26 22:50:51下载
    积分:1
  • 振动信号采集分析
    对振动信号采集和分析,包括信号采集,时域分析,品与分析 故障定位(Vibration signal acquisition and analysis)
    2020-11-07 10:09:49下载
    积分:1
  • LabVIEW课设
    虚拟仪器的网络控制 1)、设计一个程序控制8个外设小灯的点亮方式,要求两种方式A:每个小灯间隔时间T,依次亮,时间T可调,并循环。B:先1.3.5.7.9亮隔时间T,2.4.6.8.10亮,并循环,T可调。 2)、要求主面板与硬件的8个小灯同步。 3)、通过网络在另一台计算机上控制此程序的运行(利用LabVIEW的DateSocket技术)((Network control of virtual instruments 1), design a program to control eight peripheral lights lit the way, the requirements in two ways A: each light interval T, followed by bright, time T adjustable, and circulation. B: first 1.3.5.7.9 bright every time T, 2.4.6.8.10 light, and circulating T-adjustable. 2), requires eight small lights of the main panel and hardware synchronization. 3), through the network control of this program running on another computer (using the LabVIEW DateSocket technology)))
    2020-12-23 18:09:07下载
    积分:1
  • The-average-value-filter
    利用labview语言进行平均值的滤波分析,并得出分析的结果(use labview to achieve the average value filter)
    2021-04-16 19:18:53下载
    积分:1
  • DAQmx-signal-sampling
    基于LabVIEW开发环境,设计模拟电压信号的采集(LabVIEW development environment based on the acquisition, design analog voltage signal)
    2014-05-28 16:28:05下载
    积分:1
  • labview-report-demo#4
    说明:  labview报表生成程序示例,可以生成word,excel,html报表(LabVIEW report generation program example, can generate word, Excel, HTML reports)
    2020-09-16 10:59:33下载
    积分:1
  • sound-source_positioning
    基于labview的声源定位,利用广义互相关法求声音信号到麦克风阵列的时间差,然后根据麦克风阵列的距离阵型求得声源的位置(Sound Source Localization Based labview, the use of generalized cross correlation method the sound signal to the time difference between the microphone array, and then formation determined according to the location of the sound source the microphone array )
    2017-01-11 17:18:55下载
    积分:1
  • labview_tcp_host_machine
    基于TCP协议的Labview网络摄像头视频接收及显示、温湿度监测及控制指令远程发送上位机.vi,机器人下位机装载温湿度传检测、人体感应、红外、烟雾监测等传感器以及网络摄像头,下位机实时采集的图像视频、传感器数据等经过WiFi无线传输,上位机通过TCP协议实时接收下位机传输的数据,显示温湿度、人、烟雾等状态信息,还可以通过Labview上位机向机器人下位机远程发送转弯、前进、上楼梯等运动控制指令,并进行了简单的控件、界面美化(ON划词翻译ON实时翻译 Labview network video camera TCP protocol to receive and display, temperature and humidity monitoring and control of remote host computer sends instruction based on.Vi, robot crew loading temperature and humidity detection, the human body induction, infrared, smoke monitoring sensor and network camera, video image, the lower position machine real-time acquisition of sensor data through WiFi wireless transmission, host computer through the TCP protocol to receive real-time lower computer transmission of data, display of temperature and humidity, people, smoke and other state information, but also through the Labview host computer to the robot slave machine remote transmitting turning, forward, up the stairs and other motion control instruction, and has carried on the simple controls, to beautify the interface)
    2014-12-11 19:48:13下载
    积分:1
  • LabVIEW-parallel-Demo
    本Demo演示了LabVIEW图形化开发环境的并行编程模式。在并行循环之间可以通过队列或者是局部变量传递数据。基于队列的并行循环模式也叫做生产者/消费者模式。(This Demo demonstrates NI LabVIEW graphical development environment of parallel programming model. Between the parallel loop through the queue or a local variable data transmission. Queue based parallel circulation mode is also called the producer/consumer.)
    2012-06-01 16:27:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载