资源列表

« 1 2 ... .36 .37 .38 .39 .40 1641.42 .43 .44 .45 .46 ... 2656 »

[数据结构常用算法zhan

说明:栈问题的应用,此外还有进制转化和表达式求值-Stack problem, in addition to hex conversion and expression evaluation
<谢鸣元> 在 2024-10-07 上传 | 大小:4096 | 下载: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
<李斌> 在 2024-10-07 上传 | 大小:4096 | 下载: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
<> 在 2024-10-07 上传 | 大小:4096 | 下载: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> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法linklist

说明:用链表实现 创建 查找 删除 添加等功能!-List create lookup delete add!
<陈sir> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法ex_21

说明:数据结构大作业21,产生随机数代码,包括cpp -Data structure operations, code to generate random numbers, including cpp
<刘亚蕾> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法kmp

说明:kmp算法说明:该运行实例中,令文本串长度为18,随机产生的文本串为asasasqmqmqmypypyp,分布在3个节点上;模式串长度为3,随机产生的模式串为qmq。最后,节点1上得到两个匹配位置,由+表示出来。 -kmp algorithm Descr iption: The running instance, so the length of the text string 18, random text string asas
<汪婷> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法Astar

说明:Astar 算法,静态路径最有效的算法 -Astar algorithm, static path most effective algorithm
<付翔> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法ACMproblem@Syn

说明:ACMproblem,我自己写的,与大家分享-ACMproblem, I wrote it myself, to share with you
<shaoyanan> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法327153201S6D0139

说明:lil9325驱动程序,在51单片机上控制-lil9325 driver, 51 MCU control
<zuolaosan > 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法1

说明:数据结构中对数值进行表示和用数组对对战和队列进行表示-Said, and with an array of values ​ ​ in the data structure expressed Battle and queue
<黄谭> 在 2024-10-07 上传 | 大小:4096 | 下载:0

[数据结构常用算法4779383

说明:gauss c - gaussian random numbers, using the Ziggurat method()
<RN%21371> 在 2024-10-07 上传 | 大小:4096 | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 1641.42 .43 .44 .45 .46 ... 2656 »

源码中国 www.ymcn.org