资源列表

« 1 2 ... .45 .46 .47 .48 .49 2550.51 .52 .53 .54 .55 ... 2656 »

[数据结构常用算法AlgorithmAllCode

说明:介绍各种经典算法的代码。说明详细,是编程爱好者的良师益友。-Introduce a variety of classic algorithm code. Detailed descr iption is to mentor programming enthusiasts.
<nash> 在 2024-11-05 上传 | 大小:4022272 | 下载:0

[数据结构常用算法DataStructor

说明:数据结构与程序设计——C++语言描述(影印版)-Data Structure and Program Design- C++ language descr iption (photocopy edition)
<> 在 2024-11-05 上传 | 大小:4034560 | 下载:0

[数据结构常用算法33344

说明:数据结构课件,提供关于数据结构方面的电子文档,可在没有课本的情况下查阅经典算法-Courseware data structure, data structure on the electronic document can be in the absence of access to the case of textbooks classical algorithm
<wusheng> 在 2024-11-05 上传 | 大小:4002816 | 下载:0

[数据结构常用算法cPP

说明:vc源代码,数数据结构中的题目改变的一道题目-vc source code, the number of data structures to change a topic title
<竹山> 在 2024-11-05 上传 | 大小:4019200 | 下载:0

[数据结构常用算法CPP

说明:我们编写的程序由两个主要方面组成 1 算法的集合就是将指令组织成程序来解决某个特定的问题 2 数据的集合算法在这些数据上操作以提供问题的解决方案-decribe C++
<wuysj> 在 2024-11-05 上传 | 大小:4028416 | 下载:0

[数据结构常用算法wodelianxi

说明:用邻接链表建立一个数据结构,并有局部编码的功能,txt中是数据结构的数据,c文件中是写算法-adjacent list,locally incodable
<yuaner> 在 2024-11-05 上传 | 大小:4028416 | 下载:0

[数据结构常用算法2012-summer-Training-Contest(10)

说明:ACM 2012多校暑假集训(10),标程+解题报告。-ACM 2012 Multi-University Training Contest- Contest 10 Tutorial.
<j_lenmo> 在 2024-11-05 上传 | 大小:4034560 | 下载:0

[数据结构常用算法Algorithm-Design-Manual.pdf

说明:算法书籍,全面,有用, algorithms-algorithm book
<Di Wu> 在 2024-11-05 上传 | 大小:4007936 | 下载:0

[数据结构常用算法colorlab2

说明:COLORLAB is a color computation and visualization toolbox to be used in the MATLAB environment. COLORLAB is intended to deal with color in general-purpose quantitative colorimetric applications as color image processing
<valentin> 在 2024-11-05 上传 | 大小:4009984 | 下载:0

[数据结构常用算法SVD

说明:VC下奇异值分解,里面包含了所需的lib文件和头文件,及代码演示。dgesvd_函数的调用,参数A(一维数组)的赋值是关键点。比如对矩阵X(二维数组)奇异值分解,并不是直接将按X顺序赋值给A,而是需要将X转置后赋值给A,即A的内容是X的转置形式。-windows vc svd dgesvd_
<从世源> 在 2024-11-05 上传 | 大小:3996672 | 下载:0

[数据结构常用算法Heapsort

说明:堆排序是指利用堆这种数据结构所设计的一种排序算法,它是选择排序的一种。可以利用数组的特点快速定位指定索引的元素。堆分为大根堆和小根堆,是完全二叉树。大根堆的要求是每个节点的值都不大于其父节点的值,即A[PARENT[i]] >= A[i]。在数组的非降序排序中,需要使用的就是大根堆,因为根据大根堆的要求可知,最大的值一定在堆顶。-Heapsort refers to a sorting algorithm data structu
<闫鑫> 在 2024-11-05 上传 | 大小:3991552 | 下载:0

[数据结构常用算法数据结构实验2015

说明:数据结构2015全部实验题详细解释与做法(Data structure experiment)
<gogogol > 在 2024-11-05 上传 | 大小:3987456 | 下载:0
« 1 2 ... .45 .46 .47 .48 .49 2550.51 .52 .53 .54 .55 ... 2656 »

源码中国 www.ymcn.org