搜索资源列表
1_to_n
- 数组分割,将一个一维数组变成任意维数的数组,非常简单的实现。-Array of split, a one-dimensional array into an array of any dimension, very simple to achieve.
search
- 这是一个数组练习,程序的作用是查询一个一维数组(数值型数组)中每一个元素出现的次数,且元素出现的顺序不能改变-This is an array of exercises, the program' s role is to query a one-dimensional array (numeric array) in the number of occurrences of each element, and the element can not be changed in order
code
- 编号为14的代码用来解决一下问题: 给出一百分制成绩,输入成绩用一个10位的一维数组(用随机数表示),要求输出等级A,B,C,D,E,输出也是一个一维数组。90分以上为A,80~89为B,70~79为C,60~69为D,60分以下为E。 编号为17.1,17.2,17.3可以实现一个简单的温度报警系统: 1) 为连续温度采集监测添加报警信息,当报警发生时输出报警信息,例如“温度超限!当前温度78.23℃”,正常情况下输出空字符串。 2) 利用子VI实现一个温度报警对话框,每当报
2Darray_1Darray
- 一个短小精悍的LabVIEW程序,能够将一个二维数组转换成一个一维数组。-A small programme, can convert a 2D array into an 1D array.
2_13
- 求一个一维数组中所有元素的和、算术平均值以及标准差-Demand and the arithmetic mean and standard deviation of all the elements of a one-dimensional array
RemovArrayElements
- 可以移除一维数组中不要的元素。-The removal of one-dimensional array of elements set
labview2
- 设计一个VI,将一个一维数组(含有正数和负数的混合数组)分成两个只含正数(包含0的数)和负数的一维数组。并分别计算两个数组中各自有多少个元素,同时显示出各自数组中最大、最小值。-Design a VI, a one-dimensional array (contain positive and negative mixed array) is divided into two only positive (including zero) and negative one dimensional
one-to-two
- 将一位数组转换成二维数组,自己编的程序,方便于拼图游戏-An array is converted into two-dimensional array
Labview-Two-dimensional-array-sort
- 二维数组排序,可以根据任意一列的大小进行排序。-Two-dimensional array sort
Face-Recognition-Based-on-LabVIEW-
- 基于LabVIEW的人脸识别(区分),人脸识别(自动调整识别圈大小).vi,数组非0值的均值.vi,数组值的范围(子).vi,寻找人脸中心.vi,一维数组查找最大最小值.vi-Recognition Based on LabVIEW (case), face (automatically adjusts identification ring size) .vi, an array of non-zero values mean .vi range array of values (sub) .
split-txt-data-and-draw-graphics
- 如果串口保存的数据形式为 XX XX回车 ,那么可以将这个文本中二维数组拆分成两个一维数组,并将它们分别画出图形-If the data in the form of serial saved as XX XX Enter , then this two-dimensional array can be convert into two one-dimensional arrays, and draw them in graphics
Last_Select
- 使用labview软件开发的针对二维数组操作的程序。程序中可对二维数组中最后一行或最后一列数据进行操作。-Labview software is used to hand the 2D array, the function of last line and last row is achieve in this program
Array-Connect
- labview程序实现一维数组内容以一定格式进行链接。该程序可用于Access数据库中对多个数据对象进行操作时的SQL语言组织。-Connecting the string of 1D array.
MOLIARRAYLUNXUNREAD
- 该程序是有3个数组,这3个数据里面的数假设是来自3个不同的线程里的数,现在我要重新开个线程轮训读取这3个数组的数据,每个数组读取一次,并将读出的数据组合成一个一维数组,作为一条记录。自己写的,简单操作。这里的数组是手动输入的。因为实际项目中的数组是从3个串口中来数据入的3个数组。-The program is three arrays, three of which number is assumed that data three different thread number, and n
allan deviation
- 本vi用于计算给定一维数组的艾伦方差及傅里叶变换。用于数据分析。(This VI is used to compute the Alan variance and Fourier transform of a given one-dimensional array. For data analysis.)
删除一维数组中的重复元素
- labview删除数组中的重复元素,不改变顺序,留下不重复的元素(delete the same number)
3.一维数组循环显示
- 能利用labview软件对一维数组进行训练,对日后编程有极大帮助(Can carry out training on the one-dimensional array by using LabVIEW software, which is helpful to the day after the programming)
4.26 数组替换元素
- 一维数组用新元素替换,二维数组使用一维数组替换整行或整列(A one-dimensional array is replaced by a new element. A two-dimensional array uses a one-dimensional array to replace the entire row or column.)
201525037赵前-海技17级
- labview作业创建一个3行4列的数组,数组元素取值范围为10-100 (1)求数组的最大、最小值与平均值; (2)求出创建数组的大小; (3)将该数组转置; (4)将该二维数组改为一个一维数组。(school assignment of labview)
LaBVIEW
- 创建一个VI,产生一个包含20个随机数的一维数组,从该一维数组每次顺序取下5个元素构成一行,并且做出构成一个4行5列的二维数组