1、Build a VI that generate a random number between zero and ten,and then divides it by an input number and diaplays the result on the front panel.If the input number is zero,the VI lights an LED to flag a “divide by zero”error 2、3-1,P43 3、Try create a VI to compute n! 4、求 500 个随机数中的最大值和最小值。 5、3-3,P44 6、3-4,P46 7、3-5,P49 If implement this equation using regular G arithmetic functions,the block diagram looks like the one in the following illustration.Please imolement the same equation using a Formula Node,and add event to control when the VI executes. 8、设计一个简单信号源,能选择正弦波、三角波和方波并用 Wav eform Graphe 显示。 9、4-1,P68 10、4-5,P72 11、(1)显示一个二维数组的行数和列数(2)查找一个二维数组中最大值,以及最大值在数组中的位置。 12、5-2,P89 13、6-1,P100 14、6-3,P103 15、7-4,P120 16、7-5,P121 1 7 、双边傅里叶 18、课堂例子:正弦波形的采集和显示 19、完成“摄氏温度转换为华氏温度”的程序设计。 当摄氏温度超过 0-100 的范围时,给出告警信息华氏温度=(9/5)*摄氏温度+32。 20、产生 100 个范围可变的随机数,并在 Graph 上显示 c 语言中用 rand()产生一个 0-32767的随机数 2 1 、求斜率 2 2 、正弦波、方波、三角波的产生。