当前位置:网站首页>LabVIEW32位与64位的兼容性
LabVIEW32位与64位的兼容性
2022-07-17 08:43:00 【LabVIEW开发】
LabVIEW32位与64位的兼容性
第一次下载LabVIEW,或者第一次在LabVIEW中开发程序。应该使用32位还是64位的版本?
如果 LabVIEW 的某个模块或工具包只有32位的版本。可以在64位的LabVIEW 中使用该模块或工具包吗?
解决方案
首推 32位 LabVIEW,因为它可以在32位或64位操作系统上安装和使用,并且可以更好地兼容其他模块或工具包,同时更好地支持第三方插件。 32位的模块或工具包不能与64位LabVIEW 搭配使用。
与32位 LabVIEW 相比,64位LabVIEW 并没有任何速度优势,但它允许程序一次性访问更大的系统内存。虽然大多数用户都发现32位版本可为其项目提供大量资源,但某些特殊的应用可能需要额外的内存。如果程序需要处理非常大的数组或处理特别高清晰度的图像,64位 LabVIEW 是更好的选择。
通常,建议开发人员使用32位 LabVIEW,只有需要使用额外内存时,才考虑64位 LabVIEW。
模块或工具包与LabVIEW 位数的兼容性细节可能会有所不同,具体取决于所使用的操作系统。
用某个位数的LabVIEW 开发的源代码通常可以在另一位数的 LabVIEW 中打开,但需要重新编译才能运行。如果新版本LabVIEW 不包含源代码中的一些函数,则该代码将无法编译。相反,它将有一个折断的运行箭头,并将警告缺少有关依赖项。

编辑
添加图片注释,不超过 140 字(可选)
边栏推荐
- 也挺难的,不光我自己写的很累
- 49. MySQL usage
- Event loop, macro task, micro task
- Scratch reverse order output electronic society graphical programming scratch grade examination level 4 true questions and answers analysis June 2022
- Sorting out of neural network basics exercises in the second week of in-depth study
- Solutions to license invalidation caused by MATLAB update
- Hausdorff loss function for semantic segmentation
- Example description of alternative writing of instanceof
- ES6 learning function (strict mode, higher-order function, closure)
- Solutions to license invalidation caused by MATLAB update
猜你喜欢
随机推荐
How to position the circle of friends? Three core steps to build a circle of friends selling popular products
Convex mirror 3D glass contour scanning
Difference and connection between structure and Consortium
New application of arm computing, illegal fishing "catch all"
二进制安装 mysql 初始化密码问题
【LeetCode】通用操作总结
[regression prediction] lithium ion battery life prediction based on particle filter with matlab code
6-9漏洞利用-Telnet登陆提权
SQL优化
matlab导入小数点后9位以上的浮点数
instanceof的另类写法示例说明
rosbridge
Collation of RPA related knowledge points
Cocos Shader入门基础七
49. MySQL usage
trochvision中数据集的使用
【CTF】pwn2_sctf_2016
pygame中display模块
深度学习第四周Key Concepts on Deep Neural Networks习题整理
Project code training tutorial








