资源列表

« 1 2 ... .02 .03 .04 .05 .06 1707.08 .09 .10 .11 .12 ... 2656 »

[数据结构常用算法bucket

说明:桶排序:A[1...n]是一个在合理的范围内的n个数的序列,例如1...m中所有的数,这里m是一个与n相比 不太大的数,这些数被放到k个桶中,第一个桶放1到[m/k]间的数,第2个桶放[m/k]+1到[2m/k]间的数,如此等等。之后将每个桶里的数用insertsort排序即可得到排好序的数组。-Bucket sort: A [1 ... n] is a reasonable range of the sequence of n num
<wenzhu> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法dianhuaben

说明: 电话本 编写C++程序完成以下功能: (1) 实现简单电话本功能,用姓名来搜索电话号码; (2) 用户输入姓名,程序查找并输出结果; (3) 用户可以通过输入,添加姓名和电话号码; (4) 用户可以删除姓名和电话号码; (5) 电话本可以保存在指定文件中; (6) 电话可被从指定文件中读入到内存。 - the phone book Write a c++ program to comple
<WHY> 在 2024-10-06 上传 | 大小:2048 | 下载:0

[数据结构常用算法bashuma

说明:八数码问题 实现八皇后的自动排列 运用人工智能技术-ba shu ma shixian ba huang hou de zi dong pai lie
<jiang> 在 2024-10-06 上传 | 大小:702464 | 下载:0

[数据结构常用算法Eight-empresses

说明:八皇后问题是一个古老而著名的问题,是回溯算法的典型例题。该问题是十九世纪著名的数学家高斯1850年提出:在8X8格的国际象棋上摆放八个皇后,使其不能互相攻击,即任意两个皇后都不能处于同一行、同一列或同一斜线上,问有多少种摆法。-Eight the empress problems are old but famous a thou problems, is the typical model example that returns
<杨雪> 在 2024-10-06 上传 | 大小:5120 | 下载:0

[数据结构常用算法hongmao

说明:数据结构,小红帽回家的题目。做数据结构实验会用到的。-little red hat
<> 在 2024-10-06 上传 | 大小:1024 | 下载:0

[数据结构常用算法Graph_search

说明:最短路径 实验室 osfp tinyos-short path wsn tinyos tutorial
<huhu> 在 2024-10-06 上传 | 大小:3072 | 下载:0

[数据结构常用算法bitree

说明:顺序表与有序表的查找,二叉排序树\平衡二叉树及哈希表的一些基本操作 -Sequential table and ordered a table lookup to the fork into a sort of trees\ the tree and a hash table of the basic operation
<> 在 2024-10-06 上传 | 大小:2661376 | 下载:0

[数据结构常用算法Academic-Papers

说明:Academic Papers -Academic PapersAcademic Papers
<guoyiming> 在 2024-10-06 上传 | 大小:3179520 | 下载:0

[数据结构常用算法gaosi

说明:高斯约旦法求解矩阵逆,用来求解多元线性方程组,在求解最小二乘时常常使用-Solving matrix inverse Gaussian Jordan and France, used to solve multiple linear equations, least-squares solution often used in
<朱军> 在 2024-10-06 上传 | 大小:606208 | 下载:0

[数据结构常用算法Circular_Code_doc

说明:数值循环算法资料,全英文,介绍比较详细,是很好的参考资料-Numerical calculation algorithm cycle information, in English, introduced in more detail, is a good reference
<zsh> 在 2024-10-06 上传 | 大小:1396736 | 下载:0

[数据结构常用算法Quicksort

说明:快速排序算法的实现的源码,递归的调用过程-Quick sort algorithm source code, a recursive call
<罗帆> 在 2024-10-06 上传 | 大小:1509376 | 下载:0

[数据结构常用算法shortest-path

说明:dijkstra算法 基于C++的最短路径算法研究与实现 -dijkstra algorithm
<王曦> 在 2024-10-06 上传 | 大小:1024 | 下载:0
« 1 2 ... .02 .03 .04 .05 .06 1707.08 .09 .10 .11 .12 ... 2656 »

源码中国 www.ymcn.org