1、BuildaVIthatgeneratearandomnumberbetweenzeroandten,andthendividesitbyaninputnumberanddiaplaystheresultonthefrontpanel.Iftheinputnumberiszero,theVIlightsanLEDtoflaga“dividebyzero”error2、3-1,P433、TrycreateaVItocomputen!4、求500个随机数中的最大值和最小值。5、3-3,P446、3-4,P467、3-5,P49IfimplementthisequationusingregularGarithmeticfunctions,theblockdiagramlooksliketheoneinthefollowingillustration.PleaseimolementthesameequationusingaFormulaNode,andaddeventtocontrolwhentheVIexecutes.8、设计一个简单信号源,能选择正弦波、三角波和方波并用WaveformGraphe显示。9、4-1,P6810、4-5,P7211、(1)显示一个二维数组的行数和列数(2)查找一个二维数组中最大值,以及最大值在数组中的位置。12、5-2,P8913、6-1,P10014、6-3,P10315、7-4,P12016、7-5,P12117、双边傅里叶18、课堂例子:正弦波形的采集和显示19、完成“摄氏温度转换为华氏温度”的程序设计。当摄氏温度超过0-100的范围时,给出告警信息华氏温度=(9/5)*摄氏温度+32。20、产生100个范围可变的随机数,并在Graph上显示c语言中用rand()产生一个0-32767的随机数21、求斜率22、正弦波、方波、三角波的产生。