资源列表

« 1 2 ... .94 .95 .96 .97 .98 399.00 .01 .02 .03 .04 ... 2656 »

[数据结构常用算法TC

说明:这是数据结构的一些TC代码,希望对大家有用-This is the data structure of some TC code, everyone would like to be useful
<和艾维> 在 2025-01-20 上传 | 大小:196kb | 下载:0

[数据结构常用算法sol

说明:2-7士兵站队问题 自己写的认为比较好,有什么问题不负责-2-7 soldiers stand in line to write the consider the question of their own is better, what problems have no responsibility for the
<kobewylb> 在 2025-01-20 上传 | 大小:81kb | 下载:0

[数据结构常用算法1-1count

说明:一本书的页码从自然数1开始顺序编码直到自然数n。 书的页码按照通常的习惯编排, 每个页码都不含多余的前导数字0。例如第6页用数字6表示,而不是006,06等。数字技术问 题要求对于给定的书的总页码n,计算出书的全部页码中分别用到多少数字0,1,2,3,4, 5,6,7,8?-A book page from the natural number coding sequence until the beginning of o
<kobewylb> 在 2025-01-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法1-2dictory

说明:算法实现题2-9 排列的字典序问题 « 问题描述: n个元素{1,2, , n }有n!个不同的排列。将这n!个排列按字典序排列,并编号为0,1,…, n!-1。每个排列的编号为其字典序值。例如,当n=3时,6 个不同排列的字典序值如下: 字典序值 0 1 2 3 4 5 排列 123 132 213 231 312 321 « 编程任务: 给定n 以及n 个元素{1,2, , n }的一
<kobewylb> 在 2025-01-20 上传 | 大小:12kb | 下载:0

[数据结构常用算法2-3youjuxuanzhi

说明: 在一个按照东西和南北方向划分成规整街区的城市里,n个居民点散乱地分布在不同的街区中。用x坐标表示东西向,用y坐标表示南北向。各居民点的位置可以由坐标(x,y)表示。街区中任意2点(x1,y1)和(x2,y2)之间的距离可以用数值|x1-x2|+|y1-y2|度量。 居民们希望在城市中选择建立邮局的最佳位置,使n个居民点到邮局的距离总和最小。 -In a direction in accordance with the Eas
<kobewylb> 在 2025-01-20 上传 | 大小:7kb | 下载:0

[数据结构常用算法2-6banshu

说明:给定一个自然数n,由n开始可以依次产生半数集set(n)中的数如下。 (1) n∈set(n); (2) 在n的左边加上一个自然数,但该自然数不能超过最近添加的数的一半; (3) 按此规则进行处理,直到不能再添加自然数为止。 例如,set(6)={6,16,26,126,36,136}。半数集set(6)中有6个元素。 -Given a natural number n, by n the beginning can
<kobewylb> 在 2025-01-20 上传 | 大小:5kb | 下载:0

[数据结构常用算法OLSSA

说明:自己实现的一种数据流上的分段算法,基于软件学报上的一篇OLS算法的论文,效果和论文中实验基本一致-Themselves realize a data stream on the sub-algorithm, Journal of the software-based algorithm for an OLS paper, effects and experiments are basically the same paper
<ZhaoZhe> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法codes

说明:数据结构相关代码,源码-数据结构算法解析(高一凡 )-Data structure-related code, source code- Data Structure Analysis algorithm (high one where)
<PowerChen> 在 2025-01-20 上传 | 大小:156kb | 下载:0

[数据结构常用算法graph

说明:实现一个图的遍历,手动生成网络,可计算节点的度。可进行深度和广度优先遍历。-The realization of a graph traversal, manual generation of networks, nodes computable degrees. May be the depth and breadth-first traversal.
<肖佳伟> 在 2025-01-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法DynamicInput

说明:实现对列表的动态操作,包括插入,删除等基本功能。-Realize the dynamic operation of the list, including insert, delete and other basic functions.
<U_Know> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法maze

说明:老鼠走迷宫的程序,C语言完成。用到了队列数据结构-Mouse Maze procedure, C language completed. Use a queue data structure
<lanjun> 在 2025-01-20 上传 | 大小:2kb | 下载:0

[数据结构常用算法LeastCreateTree

说明:用C写的一个简单的最小生成树算法,带有图的文件结构-Using C to write a simple minimum spanning tree algorithm, with a map file structure
<lanjun> 在 2025-01-20 上传 | 大小:2kb | 下载:0
« 1 2 ... .94 .95 .96 .97 .98 399.00 .01 .02 .03 .04 ... 2656 »

源码中国 www.ymcn.org