资源列表

« 1 2 ... .58 .59 .60 .61 .62 1363.64 .65 .66 .67 .68 ... 2656 »

[数据结构常用算法triangulation.tar

说明:对于不带洞多边形的三角剖分算法,速度比较快,但是不是最优剖分-fast triangulation method,but not perfect,maybe strange triangles!very long triangle!
<pengyun> 在 2024-10-12 上传 | 大小:14336 | 下载:0

[数据结构常用算法Three-splines-function

说明:vb三次样条插值函数,具有高精度的拟合,实现光滑作图-vb cubic spline interpolation function, with high-precision fit to achieve a smooth mapping
<代军> 在 2024-10-12 上传 | 大小:14336 | 下载:0

[数据结构常用算法search

说明:数据结构之查找算法总结笔记,包含了所有查找相关的算法程序-Data structure of the search algorithm summary notes, contains all the relevant algorithm to find
<liuyun> 在 2024-10-12 上传 | 大小:14336 | 下载:0

[数据结构常用算法backbag

说明:设有一个能装入总体积为T的背包和n件体积分别为W1,W2,…,Wn的物品,能否从n件物品中挑选若干件恰好装满背包,即使Wi1+Wi2+…+Wm=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到4组解:(1,4,3,2)、(1,4,5)、(8,2)和(3,5,2)。-the backbag problem
<龚俊宇> 在 2024-10-12 上传 | 大小:14336 | 下载:0

[数据结构常用算法TreeAlg

说明:c++ 伸展树(splay) B-树的实现源码-c++ extension tree (splay) B-tree to achieve source
<rendyqi> 在 2024-10-12 上传 | 大小:14336 | 下载:0

[数据结构常用算法kruskals

说明:implementation of algorithm
<shaikat> 在 2024-10-12 上传 | 大小:14336 | 下载:0

[数据结构常用算法task

说明:有一狭长停车场可停放n辆车,只有一个门可供进出。车辆按照到达的早晚从最里面依次向外排列,若停车场中的车辆出来,则在它之后进入停车场的车都要让路,然后这些车辆再依次进场。-There is a narrow parking lot can park n cars and only one door for access. Vehicles arrive sooner or later, according to sequence outw
<Aliceam> 在 2024-10-12 上传 | 大小:14336 | 下载:0

[数据结构常用算法tower

说明:能够演示各种数量的汉诺塔,演示操作情况和过程。可以任意进行设置-han nuo ta
<贾普> 在 2024-10-12 上传 | 大小:14336 | 下载:0

[数据结构常用算法tudechuangjianyujibencaozuo

说明:数据结构图的创建与基本操作,可以帮助大家解决一些问题-The creation of the data structure and basic operation
<romeko> 在 2024-10-12 上传 | 大小:14336 | 下载:0

[数据结构常用算法sorting-methods

说明:用C语言实现了各种排序方式,并且还论述了各种排序方式的复杂度分析和稳定性情况-In C language to implement a variety of sorting methods, and also discusses the various ways of sorting and stability of complex analysis
<李国辉> 在 2024-10-12 上传 | 大小:14336 | 下载:0

[数据结构常用算法CPP-essence-of-nail

说明:描述C++指针精髓,如如何巧妙使用指针解决内存指针,巧妙使用指针进行排序,以及函数指针的使用。-the esscen of c++ Nail,such as how to use nail to resove memory break.
<谢宗武> 在 2024-10-12 上传 | 大小:14336 | 下载:0

[数据结构常用算法Algorithm_C_Language

说明:C语言编写的常用数据结构算法:包含队列、堆栈、链表、树、排序、搜索、插入等。-common used algorithm of data structure written by C language
<tyshine> 在 2024-10-12 上传 | 大小:14336 | 下载:0
« 1 2 ... .58 .59 .60 .61 .62 1363.64 .65 .66 .67 .68 ... 2656 »

源码中国 www.ymcn.org