资源列表

« 1 2 ... .25 .26 .27 .28 .29 430.31 .32 .33 .34 .35 ... 2656 »

[数据结构常用算法Joseph

说明:约瑟夫(Joseph)问题的一种描述是:编号为1,2,…,n的n个人按顺时针方向围坐一圈,每人持有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个人开始按顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,从他在顺时针方向上的下一个人开始重新从1报数,如此下去,直至所有人全部出列为止。设计程序输出出列顺序。-Joseph circle
<isaac> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法path

说明:迷宫是一个二维矩阵,其中1为墙,0为路,3为入口,4为出口.要求从入口开始,从出口结束,按照 下,左,上,右 的顺序来搜索路径-The maze is a two-dimensional matrix, including one for the wall, 0 for the road, 3 for the entrance, four of them for export requirements from the entrance
<isaac> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法student-information

说明:用链式存储结构实现对一个班级学生信息管理。设计程序求出每个人的平均成绩并按平均成绩由高到底排序后输出学生记录。-Chain storage structure of a class student information management. Design process to calculate each person s average score according to grade point average output f
<isaac> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法lianbiao

说明:链表的插入、删除等操作,Visual C++环境下编写,课堂作业-lian biao de cha ru shan chu deng cao zuo
<xu> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法Improved_KNN

说明:该算法在原有KNN的基础上实现自动选择最佳K值,并且在不同数据集中具有通用性,同时附有评价算法。-this algorithm can choose the best value of K based the original KNN algrithm,and it can be used universally in different dataset,it also include a measure algrithm to est
<linc> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法AllDist

说明:Floyd算法,用于求最短路径,使用C++描述-Floyd Algorithm, Shortest path
<zhixiwang> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法approxIndep

说明:求独立集的近似算法,使用C++描述,供算法设计学习者参考-For independent set approximation algorithm, using C descr iption
<zhixiwang> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法Create-binary-tree

说明:如何在C环境中建立经典的二叉树递归算法。-How to create recursive establishment of a binary tree in C.
<opsqcs> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法String-KMP

说明:如何在C环境中使用KMP算法遍历一个字符串。-How to use KMP algorithm to traverse a string in a C environment.
<opsqcs> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法Bfs-Dfs

说明:在C环境中使用Bfs,Dfs的遍历算法创建邻接表建立图。-C environment Bfs Dfs traversal algorithm to create an adjacency table to create the diagram.
<opsqcs> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法Dijkstra

说明:在C环境中使用Dijkstra算法解决网络图中两点间最短路径。-Between two points in the network graph shortest path.
<opsqcs> 在 2025-01-21 上传 | 大小:1kb | 下载:0

[数据结构常用算法my-dear-c-language-design

说明:关于一个在C语言环境下求一个100之内的最大的水仙花数-in order to find a special number that it is the maxinum number from 1 to 100
<chuck chan> 在 2025-01-21 上传 | 大小:1kb | 下载:0
« 1 2 ... .25 .26 .27 .28 .29 430.31 .32 .33 .34 .35 ... 2656 »

源码中国 www.ymcn.org