搜索资源列表
5-5
- 创建子vi求出一元二次方程的根x,这里常量a,b和c是实数。前面板共有3个控制端,用来输入a,b,c 两个指示器显示2个根-Create a sub-vi find the root of the quadratic equation x constants a, b, and c are real numbers. From 3 of front panel control terminal, used to input a, b, c two indicators showing two
zfcjm
- 对字符串进行加密,规则是每个字母后移5位,例如A变为F,b变为g,x变为c,y变为d-To encrypt a string, the rule is that each letter backward 5, for example, A to F, b becomes g, x becomes c, d y becomes
chengjidengji
- 给出百分制成绩,要求输出成绩等级,90分及以上为A,80分至89分为B,70分至79分为C,60至69分为D,59分及以下为E,小于0分或者高于100分弹出错误提示框。-Given percentile scores, the required output Grade, 90 points and above for A, 80 to 89 are divided into B divided into C, 70 to 79, 60 to 69 is divided into D 59 an
Multiple-Connections
- 本程序能够实现TCP的服务器对客户端A链接请求的自动响应处理。并实现服务器向客户端B的自动数据发送。且能够实现长期的稳定运行,能处理异常断线后的自动再次链接。-This procedure enables the server to the client TCP A link request an automatic response processing. And to achieve server to the client B, automatic data transmission. A
6.1a
- 对字符串进行加密,规则是每个字母后移5位,例如A变为F,b变为g,x变为c,y变为d…-Encrypt string, the rule is backward 5 each letter, for example, A to F, b becomes g, x becomes c, y goes d ...
code
- 编号为14的代码用来解决一下问题: 给出一百分制成绩,输入成绩用一个10位的一维数组(用随机数表示),要求输出等级A,B,C,D,E,输出也是一个一维数组。90分以上为A,80~89为B,70~79为C,60~69为D,60分以下为E。 编号为17.1,17.2,17.3可以实现一个简单的温度报警系统: 1) 为连续温度采集监测添加报警信息,当报警发生时输出报警信息,例如“温度超限!当前温度78.23℃”,正常情况下输出空字符串。 2) 利用子VI实现一个温度报警对话框,每当报
A-Puzzle-Game_Guess-The-Numbers
- 本项目旨在设计一款类似的益智小游戏软件,可实现功能: 经典玩法中每次新游戏开始由系统随机给定四个0-9的数字作为一组,玩家每次猜数请按四个数字键系统会根据这个数字给出几A几B,其中A前面的数字表示位置正确的数的个数,而B前的数字表示数字正确而位置不对的数的个数(如正确答案为 5234,而猜的人猜 5346,则是 1A2B,其中有一个5的位置对了,记为1A,而3和4这两个数字对了,而位置没对,因此记为 2B,合起来就是 1A2B。)。四个都猜对时或者按下停止键后,玩家可以选择是否继续新游戏-T
gray-level-image
- 载入JPG图像并可选择分别提取图像中的R,G,B分量中的一种显示出来。-Load JPG images and can choose to extract the image of the R, G, B component of a kind of display.
IRIG-B-Code-Time
- 将IRIG-B码按各码元位置和权值换算成以秒为单位的时间-The IRIG B code according to the position of each element and a weight conversion into a time in seconds
adblock
- 基于fpga的信息采集系源代码,将a传输到b,以2000bps速率传送,且有加密程序,保护内容。-Based on the information collected fpga source code, a transmission to b, 2000bps transmission rate, and there are encryption procedures to protect the content.
yunsuan
- 创建一个VI程序,完成两个数加、减、乘、除法的运算功能。 在数值输入控件中输入两个操作数A和B,运行程序计算出这两个数的加、减、乘、除法运算结果,并且显示到相应的数值显示控件中。-Create a VI program, the completion of two numbers to add, subtract, multiply, divide computing functions. Enter the numeric input controls two operands A and
第一次实验2017版本
- (1)熟悉LabVIEW的运行环境,包括:前面板窗口、框图窗口、模板、菜单和命令。可以通过使用各种LabVIEW Online Help Windows选项和Help Window选项来了解前面板和程序框图对象及其特征。 (2)创建一个VI。发生一个值为0.0~1.0的随机数a,放大10倍后与某一常数b比较,若a>b,则指示灯亮。要求:① 编程实现;② 单步调试程序;③ 应用探针观察各数据流。 (3)创建和调用子VI。创建一个子VI,子VI功能:输入3个参数后,求其和,再开方。编一个V