资源列表

« 1 2 ... .45 .46 .47 .48 .49 1650.51 .52 .53 .54 .55 ... 2656 »

[数据结构常用算法Cpp12

说明:二叉树运算器 其中列出了二叉树的先序、中序、后序、按层次遍历-Binary calculator which lists the binary tree of the first order, in order, the order of, at different levels through
<ruanj> 在 2024-10-07 上传 | 大小:2048 | 下载:0

[数据结构常用算法EightQueen

说明:这是一个关于八皇后解决方案的C++程序,各方面考虑周到,适合初学者和大学课程设计-This is a solution of eight queens on C++ program, all aspects of thoughtful, university courses designed for beginners and
<wade> 在 2024-10-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法GuassEquation

说明:这是高斯-赛德尔迭代法解线性方程组的C++程序,适合程序设计初学者和大学生课程设计-This is the Gauss- Seidel iterative method for solving linear equations of the C++ program, designed for beginners and students of the program curriculum design
<wade> 在 2024-10-07 上传 | 大小:3072 | 下载:0

[数据结构常用算法mytable

说明:这是一个关于二叉树表的C++程序,适合于C++初学者或是大学生课程设计-This is a binary form of the C++ program, C++ is suitable for beginners or students course design
<wade> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法2

说明:飞机调度 这用链表处理的飞机调度问题,飞机场有n架飞机m条跑道,飞机起飞一次用时k。给出飞机来时的时间安排跑道。-Aircraft scheduling
<张开> 在 2024-10-07 上传 | 大小:16384 | 下载:0

[数据结构常用算法2

说明:趣味算法,很多有趣的算法,以及一些基本的入门程序-Interesting algorithms, many interesting algorithms, and some basic entry procedures
<张开> 在 2024-10-07 上传 | 大小:4798464 | 下载:0

[数据结构常用算法2

说明:羽毛球队有男女运动员各n人。给定2 个n×n矩阵P和Q。P[i][j]是男运动员i和女运动员j配对组成混合双打的男运动员竞赛优势;Q[i][j]是女运动员i和男运动员j配合的女运动员竞赛优势。由于技术配合和心理状态等各种因素影响,P[i][j]不一定等于Q[j][i]。男运动员i和女运动员j配对组成混合双打的男女双方竞赛优势为P[i][j]*Q[j][i]。设计一个算法,计算男女运动员最佳配对法,使各组男女双方竞赛优势的总和达到最大。
<张开> 在 2024-10-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法7-2

说明:分别以姓名顺序(从低到高)和年龄顺序(从低到高)将学生信息输出,每行输出一位学生的信息-Name order, respectively (from low to high) and age order (from low to high) student information will be output, the output of each student' s information line
<杜长春> 在 2024-10-07 上传 | 大小:161792 | 下载:0

[数据结构常用算法7-3

说明:编写一个程序,输入N个用户的姓名和电话号码,按照用户姓名的词典顺序排列输出用户的姓名和电话号码。-Write a program, enter N users of the name and phone number, user name of the dictionary according to the order of output the user' s name and phone number.
<杜长春> 在 2024-10-07 上传 | 大小:172032 | 下载:0

[数据结构常用算法7-4

说明:输入n(n>1)个正整数,每次将输入的整数插入到链表头部。-1表示输入结束。再输入一个正整数,在链表中查找该数据并删除对应的节点。要求输出进行删除操作后链表中所有节点的值。 -Enter n (n> 1) positive integers, each integer input into the list head.-1 Means end of input. Enter a positive integer, find
<杜长春> 在 2024-10-07 上传 | 大小:17408 | 下载:0

[数据结构常用算法8-4

说明:编写一个程序,接收用户输入的一个字符串(可以包含空格),统计其中所有出现过的所有字符,并按照频率高低的顺序排列输出。频率相同的字符按输入顺序输出。-Write a program that receives user input a string (may contain spaces), all of which appeared in the statistics of all characters, and in accordan
<杜长春> 在 2024-10-07 上传 | 大小:456704 | 下载:0

[数据结构常用算法beibao

说明:背包问题,可以解决最短路径问题,或优化问题-Knapsack problem, the shortest path problem can be solved, or optimization problems
<liuyanan> 在 2024-10-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 1650.51 .52 .53 .54 .55 ... 2656 »

源码中国 www.ymcn.org