搜索资源列表
lwork
- 一个学生成绩编辑程序,本程序设计优缺点: 采用数组实现各项功能,简洁易懂,便于操作。功能包括: 1. 建立文件:能建立多个文件保存不同数据;载入:可从现有任意文件中载入数据;保存:可将输入的数据保存到现有文件中,建议新建文件,否则会覆盖原文件中数据。 2. 增加或删除学生数据,按学号查学生姓名、成绩(包括平均成绩),求总平均成绩和各科平均成绩。 3. 有各种排序功能:按学号排序、平均成绩排序、某门课成绩排序。 4. 不及格类统计:统计考试有不及格的学生、指定课程有不及格的学生
yes
- 完成统计聚点个数的算法步骤 用一维数组记录各个聚点的象素点数 用快速排序方法对数组排序 按计算平均象素点数 在外存中用文件的形式保存所有数据 -complete statistics accumulation of the number of steps algorithm dimensional array with a record of each meeting point of the pixel points rapid sequencing methods u
jordluo
- 模拟手机短消息功能 问题描述 该系统要求对设计一个手机短消息系统,具有排序、查找、更新、显示等功能。通过此课题,熟练掌握数组、指针的各种操作,以及一些算法思想的应用。 -simulated phone short message describing the functional problems of the system design requirements for a mobile phone short message system, with sorting, locate
3
- 里面包含三个源码,1,两种排序方法及折半查找,2,数组实现两个矩阵相乘。3,找鞍点(我源码有限,也只能上传一些简单一点的)
paixuchazhao
- 掌握在数组上进行排序和查找的方法和算法 理解方法特点,并能灵活运用 加深对排序和查找方法的理解,逐步培养解决实际问题的编程能力 -In the hands of the array on the method to sort and find methods and algorithms to understand the characteristics and flexibility in the use of better understanding of the sort an
initialize
- 偶用c#做的,内含8个实验(计算日期,计算税收,数组排序,电费计算程序 等等)启动界面,登录时间,淡入淡出◎_◎-Even to do with c# and containing eight experiments (calculation date, calculate taxes, array sort, electricity and so on program) to start the interface, log in time, fade ◎ _ ◎
as
- 本程序首先对数组a中的10个数从大到小排序并输出排序结果。然后输入要插入的整数n。再用一个for语句把n和数组元素逐个比较,如果发现有n>a[i]时,则由一个内循环把i以下各元素值顺次后移一个单元。后移应从后向前进行(从a[9]开始到a[i]为止)。后移结束跳出外循环。插入点为i,把n赋予a[i]即可。 如所有的元素均大于被插入数,则并未进行过后移工作。此时i=10,结果是把n赋于a[10]。最后一个循环输出插入数后的数组各元素值。 -This procedure first arra
ag
- 这个双重循环完成按字母顺序排序的工作。在外层循环中把字符数组cs[i]中的国名字符串拷贝到数组st中,并把下标i赋予P。进入内层循环后,把st与cs[i]以后的各字符串作比较,若有比st小者则把该字符串拷贝到st中,并把其下标赋予p。内循环完成后如p不等于i说明有比cs[i]更小的字符串出现,因此交换cs[i]和st的内容。至此已确定了数组cs的第i号元素的排序值。然后输出该字符串。在外循环全部完成之后即完成全部排序和输出。-The double circle in alphabetical o
ConsoleApplication1
- c#排序算法用类Icomparable实现数组排序!-c#排序算法用类Icomparable实现数组排序
xuanze
- 本程序通过选择排序算法的特点,实现数组的选择排序.. 大家进行参考. -This procedure by selecting the characteristics of sorting algorithm, the realization of the choice of array to sort. . We conduct reference.
array
- 练习数组的用法。完成一个程序,该程序要求用户输入整数,并按照输入顺序记录进一个数组。当用户输入-1时标识结束输入结束。程序将记录的数组的顺序进行反序,即原数组第一个数与最后一个数进行交换,依此类推。反序后的数组进行输出在屏幕上。最后对数组进行从小到大排序,并输出排序结果。-Practice usage of the array. The completion of a program that requires users to enter an integer, and in accordan
market
- 1、系统以菜单方式工作,密码登陆。 2、图书信息的录入功能(增加数据)。 3、图书信息的删除(删除数据)。 4、图书信息的浏览功能(查找数据)。 5、图书信息的删除(修改数据)。 6、]图书信息的计算并排序。计算所有图书的总价格及平均价格(aver,单精度,输出一位小数),将包括所有数据的数组元素按价格从高到低的顺序排序打印出来-1, the system in order to work the way the menu, the password login. 2, bo
sort
- 用非递归的算法对一组 数组进行排序,算法比较简单-Non-recursive algorithm to sort a set of array
class
- 面向对象的C#编程 设计一个图书卡类Card,用来保存图书馆卡片分类记录。这个类的成员包括书名、作者、馆藏数量。至少提供两个方法。Store书的入库处理,show显示图书信息。运行程序时,可以从控制台上输入需要入库的图书总数,根据这个总数创建Card对象数组,然后输入数据,最后可以选择按书名、作者、入库量排序。-Object-oriented programming to design a C# class library card Card, to save the library card
RandomAndSort
- 结合数组、排序及TeeChart绘图来实现大量随机数的排序-Associative array, sorting and TeeChart drawing a large number of random numbers to achieve the sort
C
- 小型C语言程序库,数列排序,数组求和,指针-Small C language library, column sorting, the array sum, pointer, etc.
Array-sort
- 数组排序:有一个已经排好序的数组。现输入一个数,要求按原来的规律将它插入数组中。-Sort the array: a sorted array. Now enter a number of requirements of the original law, it is inserted into the array.
13-479-11-2
- 结构数组排序:将数组内元素按大小排序,并打印-Sort of structure array: sort the elements by size, and print
sortArray
- 基于c#的应用开发程序,主要是给数组排序-Based on c# application development process, to sort the array
gauss
- 高斯函数编写及其调用,数组排序,二分法,选择和冒泡法。-Gaussian function to write and call, sort the array, Dichotomy, and bubbling method.