资源列表

« 1 2 ... .64 .65 .66 .67 .68 1869.70 .71 .72 .73 .74 ... 2656 »

[数据结构常用算法3.ppt

说明:数据结构第三章课件及代码解析,线性表、栈、队列,算法效率高,简单易懂-visual c++
<baozi> 在 2024-10-03 上传 | 大小:133120 | 下载:0

[数据结构常用算法7

说明:数据结构第七章课件及代码解析,线性表、栈、队列,算法效率高,简单易懂-visual c++
<baozi> 在 2024-10-03 上传 | 大小:1057792 | 下载:0

[数据结构常用算法quick_sort

说明:算法课程的快速排序的实现,快速排序的精华在于partition函数的实现,本实现中分别采用了原始的partition和随机化的partition,以便于达所期望的速度。-the implementation for quick sort in the course of alogrithm.The essence of quick sort lies in the implementation of the function parti
<ann> 在 2024-10-03 上传 | 大小:210944 | 下载:0

[数据结构常用算法1

说明:算法设计中的众数问题,使用了两种方法进行解决。-Plural in the algorithm design
<tiantian> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法2

说明:算法设计中的经典问题字符串距离问题,使用C语言编写。-The classic problem of string distance problem in algorithm design, use the C language.
<tiantian> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法3

说明:算法设计中的经典问题汽车加油问题,使用C语言编程。-The classic algorithm design vehicle refueling problem, using the C programming language.
<tiantian> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法7

说明:算法设计中的经典问题和尚挑水问题,使用C语言编写。-Algorithm design in the classic problem monk fetching water, using the C language.
<tiantian> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法library-management

说明:a) 创建一个图书管理系统(包括每本书的编号、书名、作者、分类信息),程序采用交互式工作方式,流程如下: b) 书籍管理:完成增加新书籍和删除功能,并在完成操作之后按关键字(编号、书名、作者、种类)进行排序(插入、冒泡、快速、堆排序、归并排序等任选一种); c) 书籍查找:用二分法实现下述功能 ①按编号查找 ②按书名查找 ③按作者查找 ④按分类查找 -failed to translate
<许鑫鹏> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法Linear_time_sorting

说明:这是算法课程中的两个基本线性排序的实现,分别是桶排序和计数排序,他们能够在线性的时间内实现排序,这基于被排序数据自身的特性,但是这种特性也局限了这种排序算法的通用性。-This is the implementation of linear sorts,including bucket sort and counting sort.They can be finished in linear time,while this featur
<ann> 在 2024-10-03 上传 | 大小:274432 | 下载:0

[数据结构常用算法erchashu

说明:二叉树的建立与三种遍历Establishment with three traversal of a binary tr-Establishment with three traversal of a binary tree
<zs> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法danlibiaoharu

说明:数据结构单链表的插入 -The insertion of a singly linked list data structure
<zs> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法tudebianli

说明:数据结构图的遍历 数据结构图的遍历-Graph traversal of data structures
<zs> 在 2024-10-03 上传 | 大小:1024 | 下载:0
« 1 2 ... .64 .65 .66 .67 .68 1869.70 .71 .72 .73 .74 ... 2656 »

源码中国 www.ymcn.org