资源列表

« 1 2 ... .38 .39 .40 .41 .42 2043.44 .45 .46 .47 .48 ... 2656 »

[数据结构常用算法sanseqi-

说明:经典算法三色旗问题,vs2010编译通过-The classical algorithm tricolor problems, vs2010 compiled by
<wangzhenjun> 在 2025-06-15 上传 | 大小:141kb | 下载:0

[数据结构常用算法datastructer

说明:里面有一些数据结构课的程序集,包括树,堆,排序等每一个部分的程序。 -There are some data structures class assembly, including the tree, heap, sort each part of the program.
<zhao> 在 2025-06-15 上传 | 大小:207kb | 下载:0

[数据结构常用算法jiaotusanku

说明:“狡兔三窟”是说兔子有很多可以躲藏的洞穴来保护自己的安全,现在有一只狐狸,一只兔子,还有兔子的10个洞(洞口编号0~9)。 狐狸是这样找兔子的,首先:狐狸站在0号洞口,步长是1(此时步长为1),则下一个洞口是1号洞,站在1号洞口,步长+1(此时步长为2),则下一个洞口是3号洞,站在3号洞口,步长+1(此时步长为3),则下一个洞口是6号洞...等等 问:狐狸能不能抓到兔子,请写代码证明。-The "Jiaotusanku" means many rabbits can hide the c
<mr.li> 在 2025-06-15 上传 | 大小:168kb | 下载:0

[数据结构常用算法a

说明:比n大的最小回文数问题,c语言简单实现。 主要考虑n的长度为奇数和偶数-Smallest palindrome larger than n, c language simple. The main consideration of the length of n for odd and even
<huang sq> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法word-analysis

说明:词法分析可以分析输入的语法,我们可以任意定义词法-word analysis
<liuyuanfeng> 在 2025-06-15 上传 | 大小:3kb | 下载:0

[数据结构常用算法Dijkstra

说明:目前网络上电子地图的使用很普遍。利用电子地图可以很方便地确定从一个地点到另一个地点的路径。特别地,可确定在城市中的公交换乘路线。 电子地图可以看成是一个图,而公交线路图可看成是带权有向图G =(V,E),其中每条边的权是非负实数。 你的任务:对给定的一个(无向)图G,及G中的两点s、t,计算从顶点s到顶点t的最短距离和最少路段数。-On the network, the use of electronic maps is common. Electronic m
<wth> 在 2025-06-15 上传 | 大小:134kb | 下载:0

[数据结构常用算法danyuan

说明:vb源玛程序,单元格条件颜色变量定义,希望对编程的朋友有帮助。-vb source Mary program, cell condition the color variable definition programming friends.
<xiaox> 在 2025-06-15 上传 | 大小:2kb | 下载:0

[数据结构常用算法DataStruct

说明:这里是数据结构的实验的源代码内容包括树,图,广义表,是初学者很好去学习的资料-Here is the source code of the experimental data structures include tree diagram, generalized table is good for beginners to learn
<刘贵阳> 在 2025-06-15 上传 | 大小:383kb | 下载:0

[数据结构常用算法astar1

说明:A星算法的java实现。网上很多都只介绍了算法的思想和实现原理,java版的源代码则更少。本人开发游戏时自己整理了一个AStar的源码,抛砖引玉。-A-Star for java.
<123321> 在 2025-06-15 上传 | 大小:4kb | 下载:0

[数据结构常用算法FastMap

说明:利用MATLAB作为编译工具,将高维空间数据投影到低维空间-Using MATLAB as the compilation tools, data projection of high-dimensional space to low-dimensional space. .
<隋小月> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法Queap

说明:用两个栈模拟一个队列,包含出队、入队和获取最大值函数,时间复杂的O(n)-Simulation of a queue with two stacks contain enter and quit team, and get the maximum value function, the time complexity of O (n)
<吕楠> 在 2025-06-15 上传 | 大小:1kb | 下载:0

[数据结构常用算法list

说明:1.创建一个双向链表,结点内容可以是任意类型的值; 2.删除一个已创建的双向链表; 3.向表尾添加一个结点;-1 Create a doubly linked list, the contents of the node can be any type of value 2. Delete a doubly linked list has been created 3 to add a node to the end of the table
<John Handsome> 在 2025-06-15 上传 | 大小:183kb | 下载:0
« 1 2 ... .38 .39 .40 .41 .42 2043.44 .45 .46 .47 .48 ... 2656 »

源码中国 www.ymcn.org