资源列表

« 1 2 ... .03 .04 .05 .06 .07 1608.09 .10 .11 .12 .13 ... 2656 »

[数据结构常用算法acm-pku1466

说明:二分图的最大匹配之匈牙利算法详解,以前做ACM时写的,仅供参考,另外提供了一个北大题目的源程序作为实现实例-data structure--graph
<宋天宝> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法dijkstra

说明:数据结构中非常经典和通用的算法,学习数据结构必须掌握的知识点,题目中的算法针对无向图,当然也适用于有向图,不过边的权值不能为负,否则不满足算法适用的条件-dijkstra
<宋天宝> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法managementsystem

说明:学生成绩管理系统实现 用数据结构算法Student achievement management system-Student achievement management system
<陈龙> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法homework

说明:数据结构中的各种排序集合,包括桶排序、插入排序、希尔排序、冒泡排序、快速排序、选择排序、归并排序、堆排序、基数排序、奇偶排序-Data structure in a variety of sorting a collection, including the bucket sort, insertion sort, Shell sort, bubble sort, quick sort, selection sort, merge so
<ri> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法LCS3String

说明:implementation of longest common subsequence for 3 string input-implementation of longest common subsequence for 3 string input
<arini> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法code

说明:随机输入n跳直线 利用增量算法 在一个方块区域内实现他的dcel图 利用opengl把效果图展示出来 -Stochastic input n-hop linear incremental algorithm in a box to use within the region to realize his plan to use opengl to dcel effect diagram displayed
<zhengqian> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法sportsmeeting

说明:功能实现:1).输入,显示各个学生信息 2).根据学号,姓名查找某个学生的成绩 3).修改学生信息 4).删除学生信息 5) 清空数据库6)选择范围的输出学生成绩排名。-Function achieve: 1). Input, display individual student information 2). According to Student ID, name to find a student' s achieveme
<Cherry> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法AIRPORT

说明:模拟机场跑道上飞机起飞,VC实现,适合研究数据结构算法 -Simulated airport runway on the plane to take off, VC achieved, appropriate to study the data structure algorithms
<李东国> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法binguankefang

说明:这是利用数据结构只是写的一个宾馆客房管理小程序,可以完成基本的管理程序的功能,包括输入输出信息,输入修改记录等。-This is the use of the data structure is written in a hotel room management of small programs that can perform basic functions of management process, including the
<许娜娜> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法shortpath

说明:1、读入城市结点数据 */ /* 2、邻接矩阵初始化:所有元素赋Infinity, */ /* 对角线元素赋0 */ /* 3、读入城市间边的数据,转换为邻接矩阵的数据 */ /* 4、路径矩阵初始化,若arc[i][j]<Infinity, */ /* 则: at[i][j]=i 否则:Path[i][j]=-1 */ /* 5、计算最短路径 */ /* 6、保存最小路径数据-1,
<wudiksp> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法search

说明:索引顺序表查找,索引顺序查找即分块查找,是将顺序表分成诺干块。-Indexed sequential table lookup, the index in order to find that the search block is to the order of the table is divided into Nokan blocks.
<张蓓蓓> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法BooksManagementSystem

说明:设计一个计算机管理系统完成图书管理基本业务1,每种书的登记内容包括书号、书名、著作者、现存量和库存量;2)对书号建立索引表(线性表)以提高查找效率3)系统主要功能如下: 采编入库:新购一种书,确定书号后,登记到图书帐目表中,如果表中已有,则只将库存量增加; 借阅:如果一种书的现存量大于0,则借出一本,登记借阅者的书证号和归还期限,改变现存量; 归还:注销对借阅者的登记,改变该书的现存量。 1)系统功能的进一步完善2)索引
<蕊蕊> 在 2024-10-07 上传 | 大小:4096 | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 1608.09 .10 .11 .12 .13 ... 2656 »

源码中国 www.ymcn.org