搜索资源列表
16-hex-converted-to-ASCII-code
- 16进制转换为ASCII码程序 非常好的程序 -16 hex converted to ASCII code program
Digital-Thermometer
- 简单的LabVIEW应用,实现华氏温度和摄氏温度之间的转换-LabVIEW applications, conversion between Fahrenheit and Celsius temperature
digital-image-processing
- 彩色图转换为灰色图,基于LabVIEW的数字图像处理,-The color image is converted to gray map, the LabVIEW-based digital image processing,
simulated-Earth
- 将一幅二维地图转换为三维立体图像,实现模拟地球-A two-dimensional maps are converted into three-dimensional images of simulated Earth
time-change
- 字符串时间转时间标识,利用指定格式生成时间,转换成时间标识-String time to turn the time stamp generation time using the specified format, convert the time stamp
decimal--binary-transfer
- 非常方便的进制转换程序,能够轻松实现十进制到二进制的转换-Very convenient hex conversion program that can easily decimal-to-binary conversion
data-save
- 能够实现数据转换及数据的存储,其能够较好的分离数据-it can accomplish the exchange of data and also save it
HextoNomal
- 该子vi实现了十六进制显示至正常显示的强制转换功能-The sub vi achieve hexadecimal display to display properly cast
Hex2Dec_4B
- 用Labview将4字节16进制数转换成10进制数。-change the 4 bytes hex data into decimal format.
Converting
- 十进制数转换成二进制数的两种方法-Converting a decimal number into a binary number
浮点数转10进制数
- 采集数据时,某些设备是以浮点数的形式显示的,本程序可以把浮点数转换成十进制数(When data is collected, some devices are displayed in the form of floating numbers, and this program converts decimal numbers into decimal numbers)
TDMS转换为EXCEL
- 将TDMS文件转换为EXCEL文件格式,文件名称不变(Change the TDMS file to the EXCEL file format)
labview IEEE标准32位浮点数转换
- 基于labview IEEE754标准32位浮点数转换,已经过测试工具验证。
excel表至字符数据转换
- 一种使用LABVIEW将EXCEL表格数据转换为字符串的VI(A VI that converts EXCEL tabular data into strings using LABVIEW)
5.8 综合演练-定点转换
- 定点转换,程序为《labview2015程序设计从入门到精通》内的例程,labview2015编译环境下编写的程序,对初学者很有用(Fixed point conversion, the program for "labview2015 programming from entry to master" routines, labview2015 compiler environment written procedures, useful for beginners)
转换文件夹内图片为8位图
- 通过一个例子演示如何将一个文件夹内的图片转换为8bit图像。(An example shows how to convert a picture in a folder into a 8bit image.)
导航坐标系转换labview
- 主要包含经纬高信息、北天东坐标系、地心坐标系之间的坐标转换,用labview实现的。(It mainly includes the coordinate transformation between the latitude and longitude information, the North East coordinate system and the geocentric coordinate system. It is realized by LabVIEW)
Read dxf file
- 在Labview 环境中将CAD,DXF文件坐标转换成实际坐标的程序(In Labview environment, CAD, DXF file coordinates into actual coordinates program.)
坐标系转换
- 将直角坐标系数据转换成极坐标数据,以便绘制主轴轴心轨迹(Converting Cartesian coordinates into polar coordinates to plot axis center trajectory)
labview进制转换
- 可以通过手动输入一个十进制数,转换为二进制数和八进制数。