搜索资源列表
ms-
- 利用1AH,21H 中断调用,在屏幕上显示1-20的随机数,并要 求能连续输出,直到按下Q键为止 -Use 1 AH, 21 H interrupt calls, displayed on the screen of the random number 1-20, and will For continuous output, until the press Q key so far
S15_4
- 圆盘找数问题。设有以下20个随机数组成一个圆(首尾相接),分别求出连续的四个数之和为最大的四位数及其和值)以及连续的四个数之和为最小的四位数(输出整个数列、最大、最小的四个数及其和值。 要求: 1). 圆盘类class circle中包含私有成员int num[20], int Max[4] , int Min[4],int sum_max, int sum_min, 同时根据需要增加私有或公有成员及必要的公有成员函数。 2). 在程序中产生20个随机数.-Disc to find
the-max-and-mimimum--value
- 求一组随机数的最大值和最小值,并显示当前值。-Find the minimum and maximum values of the random number, and displays the current value
fjgkk
- 计算器,随机数,求y值,正数平方根,等等有用的虚拟仪器实验设计-Calculator, random number, and y values, the positive square root, and so on useful virtual instrument design of experiment
max_min
- 求一组随机数里面的最大值和最小值,并显示-Seeking the maximum and minimum of a set of random numbers inside
time_differ
- 求一组随机数中产生到预先给定值时所用的时间-Seek a set of random numbers generated in time to a given value used when
1-weixiaoshusuijishu
- 0到1之间随机数的求取,限制了1为小数。程序简单实用-A random number between 0-1 strike, limiting a decimal. Simple and practical procedure
MAXORMIN
- 在100个随机数里面求取最大值最小值与均值,有波形显示-100 random numbers in which the minimum and maximum mean to strike with waveform display
pjz1
- Labview编程,产生100个随机数求平均值,最大值,最小值,并将结果显示在前面板。-Labview programming, generate 100 random number average, maximum, minimum, and the result is displayed on the front panel.
2
- 产生100个0.0~100.0的随机数序列,求其最小值、最大值、平均值,并将随机数序列和平均值序列显示在波形图中,直到人为停止。-Generating a random number sequence 100 0.0 to 100.0, seeking the minimum, maximum, average, and the average value of the random number sequence and the sequence is displayed in the plo
Prime_num
- 求取质数,输入数值选取区间,自动生成随机数,并对求取质数进行和、平均数、中位数的求取-Calculate the prime, the input value selection range, automatic generation of random Numbers, and to calculate the prime Numbers and calculating, average, median
第一次实验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