搜索资源列表
Remove-duplicate-elements
- 该VI是删除数组相同或者是重复元素,使用的是labview2009版本的。-The VI is to delete the array of the same or repeating elements is labview2009 version.
date-searching
- 用于搜索出一段数据包内介于“元素头”与“元素尾”之间的所有数据,解决了搜索出的数据段大于1时出现自动生成“0元素”的bug,适合新手学习-Of all data used to search for some data packets between " elements head" and " element tail" to solve the automatically generated search the data segment is great
Config-file-readawrite-continuously
- 段名以簇名自动写入,key名以输入元素自动写入。本资源按捆成簇的方式用循环读写配置文件,可省去参数多时大量的重复代码。目前为了批量写入与批量读取,簇元素类型需一致。若要混合类型读写,只需加入条件框图分析元素类型即可。-Section name is automatically written to the cluster name, key name is automatically written to the input element. The resources bunched clus
aa
- 提示用户输入一个数据总个数(设定一个范围,如果用户是非法输入,应可以提示重输) 提示给这个数组输入整数值(如果用户输入错误,应可以重输) 显示未排序数组的元素 询问是否要在未排序数组中查找数据(如果你选择的不是Y,y,程序将从第八步开始) 提示输入一个查找值 显示查找结果(如果程序发现一个匹配的元素,它就显示此元素数组的下标,否则程序靠诉你没有找到与查找值匹配的元素) 重复执行第4步 显示已排序数组的元素 询问是否要在排序后的数组中查找数据(如果你选择的不是Y,y
1
- 数组训练题目1:建立一个二维数组,求其长度,取出某一个元素,替换某一个元素。-An array of training topics: the establishment of a two-dimensional array, find its length, remove one of the elements to replace one element.
shuzu-charu
- 可以方便实现数组的元素或者子数组插入操作,为对数组进行修改提供了方便-Can facilitate the achievement of the array element or sub array insert operation for the array to be modified to provide a convenient
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
ARRAY
- 数组是同类型元素的集合。一个数组可以是一维或者多维,如果必要,每维最多可有231-1个元素-An array is a collection of elements of the same type. An array can be one-dimensional or multi-dimensional and, if necessary, each dimension can have up to 231-1 elements
2_13
- 求一个一维数组中所有元素的和、算术平均值以及标准差-Demand and the arithmetic mean and standard deviation of all the elements of a one-dimensional array
Downsampling-the-array
- 数组降采样,将有四十个元素的数组降采样成八个元素一组的五个小组-Downsampling the array, the array will have forty elements of a down-sampled into eight groups of five groups of elements
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
juzhen
- 求矩阵的转置,并求其最大最小的元素,还有其矩阵大小-Matrix transpose, and seek their maximum and minimum elements, as well as its matrix size
Delete-the-same-data-from-the-array
- 将数组中相同的元素删除掉,保留一个,这样方便获取不同的数-The same elements in the array removed, retain one so easy to get a different number
Max-min
- 创建一个数组,确定数组的维数和元素的个数及数值大小,确定最大和最小索引值后,在数组中寻找到最小值和最大值,并显示出来-Create an array, to determine the dimensions of the array and the number of elements and numerical size, determine the index of maximum and minimum values, find the minimum and maximum values
点选数组元素
- labview程序,通过鼠标点选出任意数组元素(Select any array element by mouse)
删除一维数组中的重复元素
- labview删除数组中的重复元素,不改变顺序,留下不重复的元素(delete the same number)
LabVIEW元素与数组大量vi实例
- LabVIEW从入门到精通,大量元素和数组的程序实例(LabVIEW from the start to mastery, a large number of elements and an array of program instances)
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.)
删除数组中某元素
- 在一组数组中,可依据数组的索引,删除或增加数组中的元素。