搜索资源列表
DarrensNuggets
- labview Darren’s Nuggets 周 记 如果你对一个字符串迚行字符搜索(单个字符或者多个字符),你可以使用在 String->Additonal String Function 函数板中的Search/Split String 函数。这个函数对于简 单的字符搜索比Match Pattern 函数有效率很多。如果你确实需要用到模式匹配的功能的 (比如你需要搜索像\.[Tt][Xx][Tt]$.这样的匹配符),那么你就需要使用Match Pattern 函数;
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
