wj830921 2008-10-10 15:37
求助, VB函数绘图
[size=10.5pt][font=Times New Roman]1[/font][/size][font=宋体][size=10.5pt].在[/size][/font][size=10.5pt][font=Times New Roman]Form1[/font][/size][font=宋体][size=10.5pt]中,单击[/size][/font][font=宋体][size=10.5pt][font=Times New Roman]“[/font][/size][/font][font=宋体][size=10.5pt]添加[/size][/font][font=宋体][size=10.5pt][font=Times New Roman]”[/font][/size][/font][font=宋体][size=10.5pt]菜单项,在列表框中随机产生[/size][/font][size=10.5pt][font=Times New Roman]5[/font][/size][font=宋体][size=10.5pt]组三个相邻正整数[/size][/font][size=10.5pt][font=Times New Roman]N [/font][/size][font=宋体][size=10.5pt],[/size][/font][size=10.5pt][font=Times New Roman]N+1[/font][/size][font=宋体][size=10.5pt]和[/size][/font][size=10.5pt][font=Times New Roman]N+2[/font][/size][font=宋体][size=10.5pt]([/size][/font][size=10.5pt][font=Times New Roman]100[/font][/size][font=宋体][size=10.5pt]≤[/size][/font][size=10.5pt][font=Times New Roman]N[/font][/size][font=宋体][size=10.5pt]<[/size][/font][size=10.5pt][font=Times New Roman]1000[/font][/size][font=宋体][size=10.5pt])。单击[/size][/font][font=宋体][size=10.5pt][font=Times New Roman]“[/font][/size][/font][font=宋体][size=10.5pt]平均值[/size][/font][font=宋体][size=10.5pt][font=Times New Roman]”[/font][/size][/font][font=宋体][size=10.5pt]菜单项,计算所产生数的平均值(保留[/size][/font][size=10.5pt][font=Times New Roman]2[/font][/size][font=宋体][size=10.5pt]位小数),并显示在标签上。[/size][/font]
[size=10.5pt][font=Times New Roman]2[/font][/size][font=宋体][size=10.5pt].选择[/size][/font][font=宋体][size=10.5pt][font=Times New Roman]“[/font][/size][/font][font=宋体][size=10.5pt]图形[/size][/font][font=宋体][size=10.5pt][font=Times New Roman]”[/font][/size][/font][font=宋体][size=10.5pt]菜单项,显示[/size][/font][size=10.5pt][font=Times New Roman]Form2[/font][/size][font=宋体][size=10.5pt]窗体。双击[/size][/font][size=10.5pt][font=Times New Roman]Form2[/font][/size][font=宋体][size=10.5pt]窗体,显示[/size][/font][size=10.5pt][font=Times New Roman]Form1[/font][/size][font=宋体][size=10.5pt]窗体。选择[/size][/font][font=宋体][size=10.5pt][font=Times New Roman]“[/font][/size][/font][font=宋体][size=10.5pt]退出[/size][/font][font=宋体][size=10.5pt][font=Times New Roman]”[/font][/size][/font][font=宋体][size=10.5pt]菜单项,结束程序运行。[/size][/font]
[size=10.5pt][font=Times New Roman]3[/font][/size][font=宋体][size=10.5pt].单击[/size][/font][size=10.5pt][font=Times New Roman]Form2[/font][/size][font=宋体][size=10.5pt]窗体,重新定义窗体的坐标系为[/size][/font][size=10.5pt][font=Times New Roman](-10, 300)-(300, -10)[/font][/size][font=宋体][size=10.5pt]。在窗体上按公式:[/size][/font]
[size=10.5pt][font=Times New Roman]y=x2[/font][/size][font=宋体][size=10.5pt]÷[/size][/font][size=10.5pt][font=Times New Roman]255[/font][/size][font=宋体][size=10.5pt],[/size][/font][size=10.5pt][font=Times New Roman]
x=0~255[/font][/size][font=宋体][size=10.5pt]。[/size][/font][font=宋体][size=10.5pt][/size][/font]
[font=宋体][size=10.5pt]用[/size][/font][size=10.5pt]Pset[/size][font=宋体][size=10.5pt]方法绘制[/size][/font][font=宋体][size=10.5pt],其中绘制坐标轴直线的线宽为[/size][/font][size=10.5pt]1[/size][font=宋体][size=10.5pt],绘制曲线的线宽为[/size][/font][size=10.5pt]5[/size][font=宋体][size=10.5pt],曲线的颜色为绿色。[/size][/font]
[font=宋体][size=10.5pt]gf复习急用,拜托高手解答,小弟万分感谢主要是绘图的那个题目的代码[/size][/font]