资源列表

« 1 2 ... .43 .44 .45 .46 .47 1748.49 .50 .51 .52 .53 ... 2656 »

[数据结构常用算法Student-management-system

说明:学生管理系统 (1)录入学生成绩信息包括学号、姓名、选修课成绩、实验课成绩及必须课成绩。 (2)实现查找功能,输入学生学号查找相关的学生成绩等相关信息。 (3)实现删除功能,输入学号删除相关的学生成绩的相关信息。 (4)实现修改功能,输入相应学号修改该学号外的其他信息。 (5)实现插入功能,输入要插入的位置,在该位置进行插入操作。 (6)实现排序功能,按三门课的总成绩进行由高到低排序。 (7)统计学生人数。
<yangjinshen> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法polynomial_together

说明:利用链表实现两个多项式相加。满足的功能有同指数的两项合并,正负数相加为0消去此项,所得项的指数按从小到大排列。-two polynomials together
<kelsi> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法ExtendedAVLTree.java

说明:扩展AVLTree,添加克隆,合并和打印方法-extend the AVLTree class to include the following methods: clone(AVLTree<K,V> tree);merge(AVLTree<K,V> tree1, AVLTree<K,V> tree2 );void print(AVLTree<K, V>)
<rachel> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法D11R8

说明:多元函数的共轭梯度法,配有实际调用的例子与输入数据-Multivariate function conjugate gradient method, with the example of the input data of the actual call
<liubt> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法AC

说明:使用Java实现了AC算法,并附上简单例子,输入是ACSII码文件读取-Using Java AC algorithm, along with a simple example, enter ACSII code file read
<xiaotian> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法LCS

说明:用Java实现的LCS最大公共子序列算法,输入从文件中读取ASCII码-LCS common subsequence algorithm implemented in Java, the input is read from the file in ASCII
<xiaotian> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法shuibiao

说明:设计一个水表计费系统,用于保存所有用户的用水信息以及水费余额。 若余额不足有相应提示信息。其中用户的用水信息记录为:编号、用户地址、户名、上次读数、抄表读数、水费余额。 -Design a water meter billing system, used to save all users of water as well as water charges balance. If the balance is less than
<dai> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法BST

说明:Binary search tree implementation
<Tarunpreet Bhatia> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法Linked-list

说明:数据结构实验题,链表删重简单操作实现代码-Experimental data structure problem, list delete simple operation to achieve code
<huxian> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法Graph_Operation

说明:实现了数据结构中图的所有操作,是学习数据结构的重要参考资料。-Implementation of the data structure in all operations, is an important reference for learning data structures.
<孙海平> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法Maze

说明:数据结构迷宫算法 大学上机实验实例参考-Data structure maze algorithm computer experiment instance reference
<李世鹏> 在 2024-10-05 上传 | 大小:3072 | 下载:0

[数据结构常用算法pleanup

说明:poj题目,帮助jimmy,经典动态规划()
<fgp%40570639> 在 2024-10-05 上传 | 大小:3072 | 下载:0
« 1 2 ... .43 .44 .45 .46 .47 1748.49 .50 .51 .52 .53 ... 2656 »

源码中国 www.ymcn.org