技術文件 - Reduce Memory with Data References

此篇文章介紹如何使用 Data References 減少 LabVIEW 大量且頻繁的記憶體操作,降低記憶體的佔用狀況。

摘要:



Overview
NI LabVIEW abstracts the need to manually manage memory when developing software. The LabVIEW compiler is always analyzing your code to determine how to optimize performance and reduce the amount of memory required. However, advanced users who want more control over memory allocation can create references to data in LabVIEW 2009.
Table of Contents
  • Background
  • Basic Example
  • Using References with Classes
  • Additional Resources