资源列表

« 1 2 ... .13 .14 .15 .16 .17 318.19 .20 .21 .22 .23 ... 2656 »

[数据结构常用算法tanxin

说明:节目安排(贪心算法描述),输入11个节目的起止时间,输出最多可以安排的节目的编号-Programming (greedy algorithm descr iption), enter the starting and ending time of 11 programs, the output maximum number of programs can be arranged
<亓姣利> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法five-sorting-algorithms-

说明:直接插入排序,冒泡排序,选择排序,快速排序,堆排序五种排序算法的C语言描述 -five sorting algorithms described in C language
<lengjingjing> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:设在图G={V,E}中有一顶点r,Dijkstra算法可以求出其他所有点到点r的最短路径的跳数,这是求单源最短路径的一个最基本的算法。-There is a vertex, r, in the graph G={V,E}. As to every other vertex v, there exist several paths between v and r. The Dijkstra algorithm can get the ho
<wx> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法suanshuyouxianquan

说明:最短路径之贪心算法,用C语言实现,主要是参考了迪杰斯特拉算法。-The greedy algorithm for shortest path
<pengd> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法shunxubiao

说明:1. 已知顺序表L为按值递增有序的,编写算法将数据元素e插入到顺序表L中,使之仍有序。 2、编写算法删除顺序表L中所有值为e的数据元素。 3、编写算法清除顺序表L中所有重复的数据元素。 4、已知两个集合分别存储在顺序表La和Lb中,编写算法求出两个集合的并存储在Lc中。-1. The known sequence of Table L, increasing ordered by value, write al
<liulisha> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法maopaopaixu

说明:自己写的几种能够实现的冒泡排序算法,希望能对需要的朋友有所帮助,是C++的-Some write their own bubble sort algorithm can be achieved, hoping to help a friend in need is a C++,
<刘后清> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法c

说明:0-1背包 题目要求:简单来说就是两个人洗衣服,两个人必须把一种颜色的衣服洗完才能洗下一种颜色,两个人可以同时洗一样颜色的。 给出每件衣服的颜色和花费时间,求两人洗完所有衣服的最短时间。 -0-1 knapsack subject requirements: It simply means that two people do the laundry, two people must be a color wash to
<fire> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法c

说明:1、 题目的要求是通过磁盘调度算法的模拟设计,了解磁盘调度的特点,其主要任务是模拟实现FCFS、SSTF、SCAN、C-SCAN算法,并计算及比较磁头移动道数。-1, the subject request is simulated through the disk scheduling algorithm designed to understand the characteristics of disk scheduling, to
<fire> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法zb

说明:折半查找算法,一种实现查找数字或字符串的算法。-Binary search algorithm, an implementation of the algorithm to find numbers or strings.
<yy> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法High-Precision-in-CPP

说明:这是一个用C++实现的高精度算法,实现方式是用一个数组存储各个位上的数值,并重载加减乘除摩等运算。-This is a C++, using high-precision algorithms, the implementation is an array of storage with the value on each bit, and heavy operations such as addition and subtractio
<李康宁> 在 2025-01-18 上传 | 大小:1kb | 下载:1

[数据结构常用算法dijstra

说明:用dijstra算法求解最短路问题,用C++在vc6.0环境下调试通过-The shortest path algorithm with dijstra problem with C++ debugging environment through the vc6.0
<hany> 在 2025-01-18 上传 | 大小:1kb | 下载:0

[数据结构常用算法sjfx

说明:非文件的数据结构分析,用于获取数据文件结构-Analysis of non-file data structure, used to obtain the data file structure
<glbfxxdl> 在 2025-01-18 上传 | 大小:1kb | 下载:0
« 1 2 ... .13 .14 .15 .16 .17 318.19 .20 .21 .22 .23 ... 2656 »

源码中国 www.ymcn.org