资源列表

« 1 2 ... .92 .93 .94 .95 .96 1597.98 .99 .00 .01 .02 ... 2656 »

[数据结构常用算法abc

说明:已知带头结点的动态单链表L中的结点是按整数值递增排序的,试写一算法将值为x的结点插入到表L中,使L仍然有序。-Known to take the lead in the dynamics of a single node in the node list L is based on integer values ​ ​ in ascending order, the algorithm will try to wri
<蔡明> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法List-of-the-reverse-output

说明:链表的逆序输出,给定一系列节点,单项链表逆序输出-List of the reverse output, given a series of nodes, output reverse single linked list
<王靖博> 在 2024-11-10 上传 | 大小:194kb | 下载:0

[数据结构常用算法m

说明:矩阵转置 输入: l 稀疏矩阵的行数、列数、非零元个数(三个数都大于0) l 以行为主序输入稀疏矩阵三元组表 输出: l 辅助数组num[ ] l 辅助数组cpot[ ] l 以行为主序输出对应的转置矩阵三元组表-Matrix transpose input: l sparse matrix rows, columns, nonzero number (three numbers are greater th
<melon> 在 2024-11-10 上传 | 大小:1kb | 下载:0

[数据结构常用算法Bubble-sort

说明:冒泡法排序,良好的设计,效率高,容易理解,适合C++初学者-Bubble sort method with good design, high effeciency ,easy to understand ,suit for C++ learner
<孙立明> 在 2024-11-10 上传 | 大小:937kb | 下载:0

[数据结构常用算法RadixSort

说明:基数排序,良好的设计,效率高,容易理解,适合C++初学者。-RadixSort method, good design ,hight effeciency ,easy to understand ,suit for C++ learner
<孙立明> 在 2024-11-10 上传 | 大小:4.37mb | 下载:0

[数据结构常用算法9ddd3ca19d15

说明:禁忌搜算法解决三十个城市之间的旅行商问题,求出最短距离-Taboo search algorithm to solve the thirty cities between the traveling salesman problem, find the shortest distance
<童言> 在 2024-11-10 上传 | 大小:27kb | 下载:0

[数据结构常用算法02666199TS-TSP

说明:禁忌搜索算法,解决三十个城市间的旅行商问题,求最短距离-Tabu search algorithm to solve thirty cities between the traveling salesman problem, the shortest distance
<童言> 在 2024-11-10 上传 | 大小:3kb | 下载:0

[数据结构常用算法a

说明:禁忌搜索算法,解决三十个城市间的旅行商问题,求出最短距离-Tabu search algorithm to solve thirty cities between the traveling salesman problem, find the shortest distance
<童言> 在 2024-11-10 上传 | 大小:92kb | 下载:0

[数据结构常用算法bahuanghou

说明:编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2,
<jiangshan> 在 2024-11-10 上传 | 大小:221kb | 下载:0

[数据结构常用算法Algorithms-and-Data-Structures

说明:算法与数据结构,对于计算机基础朋友来讲,这是本不错的入门算法书籍。书中也介绍了许多数据结构知识-Algorithms and data structures for computer-based friends, this is a good start this algorithm books. The book also describes the knowledge of many data structures
<郭旭> 在 2024-11-10 上传 | 大小:231kb | 下载:0

[数据结构常用算法Combination-logic-algorithm

说明:本文介绍了组合逻辑的基本算法,以及c代码-This article describes the basic algorithm of combinatorial logic, and c code
<lipeng> 在 2024-11-10 上传 | 大小:351kb | 下载:0

[数据结构常用算法slink

说明:建立单链表并运用执行功能(建立空表、插入、删除数据元素、查找、定位、其长度等)-Create a single linked list and use executive function (create an empty table, insert, delete data elements, find, locate, and its length, etc.)
<K_C> 在 2024-11-10 上传 | 大小:7kb | 下载:0
« 1 2 ... .92 .93 .94 .95 .96 1597.98 .99 .00 .01 .02 ... 2656 »

源码中国 www.ymcn.org