资源列表

« 1 2 ... .53 .54 .55 .56 .57 1058.59 .60 .61 .62 .63 ... 2656 »

[数据结构常用算法yiyuanduanxiangshixiangjia

说明:是数据结构中一元多项式相加的C代码 功能比较齐全 ~-Data structure is the sum of one dollar polynomial code ~
<vicky> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法deep-serch

说明:此代码用于实现深度遍历,代码非常完整。我了个擦-This code is used to realize the depth of the traversal, the code is very complete. I rub
<刘东> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法width-serch

说明:亲爱的站长,仰慕已久,非常想加入,特奉上代码,供您查阅。代码是关于广度遍历的。-Dear webmaster, admired the long, very much like to join special offer code for your review. The code is on breadth traversal.
<刘东> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法linklist1

说明:顺序表的链式存储,有初始化,插入,输出,删除等操作-Chain store, the sequence table initialization, insertion, output, delete, etc.
<孙亚爽> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法1

说明:(1) 编写并调试运行HelloWorld应用程序。 (2) 编写并调试运行HelloWorld小应用程序。 (3) 设置path和classpath环境变量。 (4) 实现一个整数N的阶乘运算。N为固定常数。 -(1) to write and debug a running HelloWorld application. (2) to write and debug run the HelloWorld applic
<wenzi> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法shujujiegou

说明:栈回文、括号匹配等由C语言或C++语言编写的数据结构算法题-Stack palindrome
<Jessie> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法astar1

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

[数据结构常用算法parking

说明:停车场管理系统。以堆栈方法实现停车场汽车的调度和收费问题。-parking lot management
<kelsi> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法zhan

说明:栈问题的应用,此外还有进制转化和表达式求值-Stack problem, in addition to hex conversion and expression evaluation
<谢鸣元> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法Parking-lot

说明:利用栈和队列建立停车场,停车场中的车由栈储存,停车场外设置便道,便道上暂停的车由队列储存!-Use of stacks and queues build a parking lot, the car in the parking lot by the stack storage, parking settings sidewalk outside, the the suspended car on the sidewalk by the
<李斌> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法rootdp

说明:题意:a->b c :攻克b城堡前要先攻克a城堡攻克b城堡将获得c 共有n个城堡(编号为-n)最多攻克m个城堡能获得的最大收益 把作为树的根把节点连成一棵树 p[root][i]表示在以root为根的子树中选取i个点能获得的最大收益 p[root][i]=max(p[root][i],p[root][i-j]+p[v[e]][j]) 当root!=0时每棵子树根必选所以p[root][i]=p[root][i
<> 在 2025-01-21 上传 | 大小:4kb | 下载:0

[数据结构常用算法SingleList

说明:数据结构单链表试验源码,包括单链表的建立销毁等基本操作-The basic operation of the singly-linked list of data structures test source code, including the establishment of the single linked list destruction
<Tom> 在 2025-01-21 上传 | 大小:4kb | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 1058.59 .60 .61 .62 .63 ... 2656 »

源码中国 www.ymcn.org