Programming Strategies for Multicore Processing: Pipelining Explore pipelining, a technique you can use to gain a performance increase on a multicore CPU when running an inherently serial task. With structures familiar to LabVIEW developers, such as shift registers and feedback nodes, your applications can incorporate pipelining with minor code changes. Learn more >>
Prevent Cross-Linking with the LabVIEW Project See how LabVIEW 8.5 helps you prevent cross-linking, which occurs when a VI in memory references a different subVI than the one it was last saved with. Learn more >>
Build versus Buy - Understanding the Total Cost of Embedded Design Explore the two options for developing a new embedded controller build or buy as well as the technical and financial risks associated with both. Learn more >>
Example Code: A Reference Application for Local Machine Control Generate pseudo-random numbers using virtual instrumentation and a linear-feedback shift register algorithm in the LabVIEW FPGA Module. Download this example >>
Example Code: Cannons Game Using Object-Oriented Programming The Cannons game demonstrates the use of LabVIEW built-in, object-oriented support and emphasizes the use of encapsulation and modularity. It incorporates a picture control for basic animation of a battlefield and tanks. Download this example >>
|