|
【Eye Camera】 based on NI myDAQ and LabVIEW_ for Student Design Competition 2013
EXAMPLE - 【Eye Camera】 based on NI myDAQ and LabVIEW_ for Student Design Competition 2013 - Contact Information University: Beijing University of Posts and Telecommunications ...
|
|
|
The Blowfish Encryption Algorithm
The Blowfish Encryption Algorithm Block Cipher: 64-bit block Variable Key Length: 32 bits to 448 bits Designed by Bruce Schneier Much faster than DES and IDEA Not ...
|
|
|
Custom Array Manipulation Using Conditional Loop Tunnels
EXAMPLE - Custom Array Manipulation Using Conditional Loop Tunnels - Overview LabVIEW now features an option to conditionally send data out of a loop tunnel. Auto ...
|
|
|
NI 579x Synchronization Repeatability Example
This project demonstrates how to implement synchronization repeatability using the MIMO Streaming Project Template. Use this example to synchronize the NI 5791, ...
|
|
|
Get the Filesystem type of a Real-Time Target using the System Configuration API
EXAMPLE - Get the Filesystem type of a Real-Time Target using the System Configuration API - Overview This example demonstrates how to get the filesystem type of ...
|
|
|
Synchronising a camera snap on the peaks of an input wave
EXAMPLE - Synchronising a camera snap on the peaks of an input wave - Introduction Sometimes in a vision application, you will want to synchronise camera snaps off ...
|
|
|
An interactive y=mx graph
EXAMPLE - An interactive y=mx graph - Introduction This example is a simple demo of how you can programmatically set the values of an equation interactively, by ...
|
|
|
NI System Configuration: Show All Hardware
EXAMPLE - NI System Configuration: Show All Hardware - Overview Displays all hardware and certain properties of that hardware on the specified target. Description ...
|
|
|
Two Ways to Programatically Open a Sub-VI Front Panel
EXAMPLE - Two Ways to Programatically Open a Sub-VI Front Panel - Overview This example shows two ways to programatically open and run the front panel of a sub-VI. ...
|
|
|
Digital Chronometer Using LabVIEW
EXAMPLE - Digital Chronometer Using LabVIEW - This code shows how you can use the Elapsed Time VI to create a digital chronometer. It makes use of a Functional Global ...
|
| Operator | Example | Action | Boolean Equivalent |
|---|---|---|---|
| " " | "temperature monitoring" | Requires two terms to be adjacent to each other. In this example, only documents containing the phrase "temperature monitoring" will be shown. | ADJ |
| + | +temperature | Requires this term to be present as-is, eliminating the use of synonyms. This search query can be used in conjunction with other keywords to find only documents containing the word "temperature". | AND |
| - | -monitoring | Excludes results containing this term. Use this query in conjunction with other terms to find only documents not containing the word "monitoring" | NOT |
| () | (temperature monitoring) | Allows terms to be grouped when used with other operators. For example, searching for industrial -(temperature monitoring) will return only documents containing "industrial" but not "temperature" or "monitoring" | OR |
| * | monitor* | Acts as a wildcard. This example will return documents containing words "monitor", "monitoring", "monitored", etc | n/a |