资源列表

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

[数据结构常用算法n-queen

说明:解决N皇后问题,里面有不同方法的分析,还有上限,我记得是100个-Sovle the "n queen" problem
<刘梓祥> 在 2024-10-05 上传 | 大小:4096 | 下载:0

[数据结构常用算法fdff

说明:c+加法运算可以分类计算加减乘除的四则运算-Program files, four computing operations and so on, can be divided into modules
<lijian> 在 2024-10-05 上传 | 大小:1497088 | 下载:0

[数据结构常用算法huofuman

说明:利用哈夫曼编码进行信息通讯可以大大提高信道的利用率,缩短信息传输时间,降低传输成本。-Huffman coding using information and communication can greatly improve the channel utilization, reduce transmission time information and reduce transmission costs
<123456> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[数据结构常用算法e.c

说明:这个程序是用C语言编写的,主要是解决电梯调度的问题,有较高的参考价值。
<panfh> 在 2024-10-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法bank

说明:银行家算法(解决死锁问题),为一般算法,非链表结构。-Bankers algorithm (solve the dead lock problem)
<kkeys> 在 2024-10-05 上传 | 大小:237568 | 下载:0

[数据结构常用算法PRIME-TEST

说明: 素数测试问题, 如果把乘、除法(包括取模)看成常数时间, 则算法的时间复杂度为 (k)=  (log m)=O(log n)。 而当n极大时,与n在同一数量级的两个数相乘除, 不超过O(log2n)次二进制位操作。 ∴算法的时间复杂性为O(log3n)二进制位操作 -Prime test, If the multiplication, division ( includ
<朱茵茵> 在 2024-10-05 上传 | 大小:1024 | 下载:0

[数据结构常用算法migongC

说明:一个迷宫遍历的C语言程序!遍历一个8*8的矩阵!打印所有的路径!-a labyrinth with languang of c plus! good studying!
<曾德清> 在 2024-10-05 上传 | 大小:4096 | 下载:0

[数据结构常用算法lu-jing-guihua

说明:这是对未知路径的动态规划探讨的文档,主要包括: A*算法的基本理论 A*算法的理论 A*算法的实现-This is the unknown path dynamic planning of documents, including: The basic theory of A* algorithm The A* algorithm theory The A* algorithm to achieve
<朱茵茵> 在 2024-10-05 上传 | 大小:171008 | 下载:0

[数据结构常用算法sorts

说明: 插入、合并、快速、冒泡、桶排序性能分析 标准C++代码,运用面向对象的设计理念,整体结构紧凑富有逻辑性 具体算法参照《算法导论》第四版 vs2010下可以正常运行 其他环境下,请自行建立工程,并拷贝sorts目录下sorts.cpp CalTime.h CalTime.cpp的内容 -Insert, merge, quick, bubble, bucket sort performance analysis
<Beef> 在 2024-10-05 上传 | 大小:3653632 | 下载:0

[数据结构常用算法recursion

说明:快速排序,汉诺塔以及汉诺塔的演示,内码转换-the exchange of the ISN,Hanoi_show
<周阳> 在 2024-10-05 上传 | 大小:4096 | 下载:0

[数据结构常用算法sort

说明:一些排序的方法,以及比较,快速排序,选择排序,排序的快慢比较-the kinds of the sort
<周阳> 在 2024-10-05 上传 | 大小:10240 | 下载:0

[数据结构常用算法binary_search

说明:关于二分查找的代码,二分查找又称折半查找,优点是比较次数少,查找速度快-the search of binary_search
<周阳> 在 2024-10-05 上传 | 大小:1024 | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 1741.42 .43 .44 .45 .46 ... 2656 »

源码中国 www.ymcn.org