搜索资源列表
-
0下载:
每一趟从待排序的数据元素中选出最小(或最大)的一个元素,顺序放在已排好序的数列的最后,直到全部待排序的数据元素排完。
-Each trip from the data elements to be sorted to select the minimum (or maximum) of an element, the order has been sorted on the number of columns in the end, until all the data elements
-
-
0下载:
石子合并问题
问题描述:
在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。
编程任务:
对于给定n堆石子,编程计算合并成一堆的最小得分和最大得分。
数据输入:
第1 行是正整数n,1<=n<=100,表示有n堆石子。
第二行有n个数,分别表示每堆石子的个数。
结果输出:
-
-
1下载:
软件介绍:基于VC++的彩票号码随机选择及生成程序
基于VC++的彩票号码随机选择及生成,主要是完成彩票的选数的随机生成,在机选号码的之前,允许你设置彩票的类型,因此可以为不同类型的彩票生成随机号码;可按从小到大或从大到小顺序排列,可设置最小数、最大数、奇数个数等,整体感觉程序还是不错的,如果现在用的话,需要稍微做些改动。
-Software: Based on VC++ lottery numbers randomly selected and generated program
-
-
0下载:
这个小工具可以设置发送的数据内容,连接的数量.其测试流程是连接先向服务器发送指定的数据,等服务回应后进入下一次请求.工具可以看到每个连接的简单信息,包括:上一次请求应答延时,最大延时,最小延时和接收发送字节数.工具状态栏下面是一个总体处理情况.
如果工具发送接收处理不能满足你的需要,还可以通过修改代码来达到你想要的情况.-This gadget can be set to send the data content, the number of connections the test
-
-
0下载:
随机产生100个3位数以内的数,存放在一组数组中,并查找最大元素和最小元素的位置。-100 three-digit randomly generated number within, stored in a set of array and find the maximum and minimum elements of the position of elements.
-
-
0下载:
输入一串字符,只包含“0-10”和“,”找出其中最小的数字和最大的数字(可能不止一个),输出最后剩余数字个数。-Enter a string of characters that contains only " 0-10" and " ," to find out where the minimum and maximum number of figures (may be more than one), the output last remaining d
-
-
0下载:
输入一串整数,求出整数最大和最小数之和
输入: 1,2,3,4,最大4,最小1
输出:5
说明:可能会存在负数,输入包含逗号
-Enter a string of integers, find the maximum and minimum number of integer input: 1,2,3,4, maximum 4, minimum 1 Output: 5 Descr iption: There may be negative, the input contains
-
-
0下载:
基本C程序,求几个数的最大最小值,求显示菱形-The basic C program, find the maximum and minimum number of numbers, seeking to display a diamond
-
-
0下载:
通过两个类,求三个数的最大数和最小数,通过友元函数,将最大数和最小数输出-Through two class, find the minimum and maximum number of three.Output the minimum and maximum numbers by a friend function.
-