搜索资源列表
-
0下载:
C++语言下, 关于图论算法的一些模版, 包括一般图最大匹配, km匹配, 最小割等等, 共15个模版,C++ language under the graph theory algorithm on a number of templates, including the maximum matching in general graph, km matching, minimum cut, etc., a total of 15 templates
-
-
0下载:
关于网络流的一些代码,解题报告有最大流,最小费用最大流等-On a number of network flow code, problem-solving report maximum flow, minimum cost maximum flow, etc.
-
-
0下载:
在一个圆形操场的四周摆放着n 堆石子。现要将石子有次序地合并成一堆。规定每次只能选相邻的2 堆石子合并成新的一堆,并将新的一堆石子数记为该次合并的得分。试设计一个算法,计算出将n堆石子合并成一堆的最小得分和最大得分。 -Playground in a circle around the stones are placed n heap. Stone is to have the order to merge into a pile. Election can only be provide
-
-
0下载:
(1) 学生数据录入(可以从键盘输入或格式化的文本文件读入)和存储(至文件),要求对用户输入的数据进行各种检验(检验必须尽可能完整)。
(2) 学生信息的查询(可以指定各种条件,如:按准考证号、姓名、身份证号码等)。
(3) 按各种顺序输出(必须包含部分统计信息,如:总分、排名等)。
(4) 数据的修改和删除(必须先查询到要删除的一条记录)。
(5) 统计与分析,包括:各学生总分、排名,各科平均分、各分数段人数、最高、最低分,可以按文理科、性别等分别统计。
-(1) Stud
-
-
0下载:
用C++求CHU15个数中的最大最小数,并输出-Seeking the maximum and minimum number 5 number
-
-
0下载:
1、 求一维数组的最大值和最小值
2、 用一维数组输出杨辉三角
3、 找出一个二维数组的鞍点
4、 找出两个字符串中所有共同的字符
5、 输出金额的中文大写形式
6、 实现一个复数类
7、 实现一个银行账户类
8、 编写程序实现判断及识别标识符的功能
9、 实现一个计算器
10、 编程实现一个用户登录窗口,其中用户名要求为10位的数字,且第一个数字不能为0.
-1, find the one-dimensional array of maximum and
-
-
0下载:
界面化的形式模拟生产者消费者模式,生产者生产东西,可指定最大生产量,消费者消费数据,也可指定最小仓库剩余数量-Interface of producers and consumers in the form of simulation models, producers to produce something, you can specify the maximum production capacity, consumer spending data warehouse can also s
-
-
0下载:
窄带信号基于最小估计长度和最大似然估计的信号数目及波达方向的联合估计-Narrowband signals based on the number of signal joint estimate minimum and maximum likelihood estimate of the length and direction of arrival estimation
-
-
0下载:
在主函数中将一文件中的20个分数导入,利用子函数实现:
A、排序
B、找最大值和最小值
C、求平均值
D、求不及格的个数
-
In a file in the main function of 20 scores imported by Functions achieve:
A, Sort
-