搜索资源列表
text
- 窗口中,在文本域中输入字符串。然后点击计算。计算出最大值,最小值,平均值。-Window, enter the string in the text field. Then click on calculate. . Calculate the maximum, minimum, average
ex05
- 输入5个学生成绩(从0到100的整数),并将这5个学生成绩保存至文件“data.txt”. 从文件“data.txt”中读取学生成绩,计算并输出平均值,然后按成绩的高低排序并输出。-Enter 5 pupils (an integer from 0 to 100), and the five student achievement save to a file " data.txt" . From the file " data.txt" student ach
PingJun
- 读入10个数字,计算它们的平均值,并且找出有多少个数字在平均数之上的。-Read 10 numbers, calculate their average, and find out how many numbers in the above average.
a
- 使用字符流编程实现以下功能 *从键盘输入姓名、学号、成绩,并保存到文本文件中,重复进 行,直到输入空字符串为止 *从文件中读取各学生的成绩,并计算所有学生成绩的平均值、最大值、最小值和总分。 这个程序还有很多可以改进,比如如何确定成绩,当有的成绩大于100时,有的为个位数时又该如何subString,事实上这种截取成绩的方法太拙劣,不合适。 -Character stream programming the following features From the ke
javascript
- 计算平均值。比较简单。供大家参考学习,适合初学者。-Calculate the average. Is relatively simple. For your reference study, suitable for beginners.
IntArray
- 数组应用, 包含数组的几种应用。计算平均值和标准差, 显示不同数的出现次数。-Array of applications, including an array of several applications. Calculate the average and standard deviation, the number of occurrences of the different number is displayed.
test
- 通过对像素点取平均值计算出高斯模糊效果,没有实现权重,只有简单的模糊,矩阵为3X3 -slove average by gos
test1
- 使用某种数据库管理系统,比如Microsoft Access或SQL Server 2000建立一个名字为shop的数据库。编写程序,在goods表中随机查询10条记录,并计算出这10条记录price字段值的平均值,即计算平均价格。-Using a database management system, such as Microsoft Access or SQL Server 2000 to create a name for the shop database. Programming,
book4
- 编写应用程序,有一个标题为“计算”的标题,窗口的布局为FlowLayout布局。在窗口中添加两个文本区,当在一个文本区中输入若干数时,另一个文本区同时对输入的数进行求和运算并求出平均值,也就是说,随着输入的变化,另一个文本区不断地更新求和及平均值。-textfield add sum average