资源列表
crc-16
- 用于CRC校验使用,其中包含高低位字节的变化。(Use for CRC check)
Times
- timer,定时器。set time输入设定的时间。in接通后,延时设定的时间后out输出接通。(Timer, timer. Set time input the set time. After the in is connected, the out output is connected after the time delay setting.)
读取任意日期
- 已今天日期为标准读取日期,今天以前为负,例:昨天为-1!(The date today is the standard reading date!)
转换文件夹内图片为8位图
- 通过一个例子演示如何将一个文件夹内的图片转换为8bit图像。(An example shows how to convert a picture in a folder into a 8bit image.)
Com Port Initial Setting
- 串口设定,前期设定串口参数,如波特率,停止位数等等(Serial port settings, pre setting serial port parameters, such as baud rate, stop number and so on)
MB LRC-8
- CRC校验码,用于modbus,可以保证传输数据不出错(CRC check code, used in modbus, can guarantee the transmission of data without error)
CRC16
- 循环冗余校验码 最常用的一种查错校验码,校验算法程序(One of the most commonly used check check codes for cyclic redundancy check codes, checkout algorithms)
Handle Window32 files
- 使用windows API操作(打开、打印等)第三方程序(Open or print a file using windows API)
PCI-1710
- 基于研华PCI-1710数据采集卡的多通道高数数据采集(Multi channel high data acquisition Advantech data acquisition card based on PCI-1710)
骰子1
- 建立一个VI,模拟滚动—个骰子(骰子可能取值1~6),跟踪骰子滚动后的取值出现次数,输入是骰子的滚动次数,输出应包括滚动后骰子所取各数值及其出现次数,同时比较出现小(1,2,3)的次数和出现大(4,5,6)的次数的多少,如果出现小的多,则对话框显示小,大的多显示大,一样多显示平。要求最多只用一个移位寄存器实现功能。?【数组】(Create a VI, simulate a rolling dice (dice may be 1~6), track the number of times afte
for循环写的斐波那契数列求和
- 使用Labview方式编写斐波那契数列,并求和。(Labview is used to compile Fibonacci sequence and summation.)
remove_trends
- 通过LabVIEW的编程,实现最小二乘法的数据趋势项去除(Data trend item removal by least squares method through LabVIEW programming)