资源列表

« 1 2 ... .23 .24 .25 .26 .27 1928.29 .30 .31 .32 .33 ... 2656 »

[数据结构常用算法lessnumberfirst

说明:八数码难题的第二种解法,仍然用分支限界法,但是选择的优先策略变成了不在目标位置上的数最少的优先的方法-The second solution of eight digital problems are still using the branch and bound, but to select the priority strategy into a not in the target location on the least nu
<杨一> 在 2024-10-01 上传 | 大小:971776 | 下载:0

[数据结构常用算法frog

说明:青蛙换位问题,左边的青蛙和右边的青蛙要面对面跳跃,墩子数比青蛙数多1,左边右边交换位置了代表成功-Frog problem of transposition, the frog on the left and right sides of the frog to jump face to face baidunzi than frog a few more than a left right swap positions on beha
<杨一> 在 2024-10-01 上传 | 大小:166912 | 下载:0

[数据结构常用算法Knight

说明:经典的骑士巡游问题,通过走日子来遍历棋盘,非回溯法,可以有效率的解决8*8棋盘的解决方案,但是不能保证所有问题都是有解的-Classic knight' s tour problem, by taking a day to traverse the board, non-backtracking, can be effective solution 8* 8 board solution, but can not guarante
<杨一> 在 2024-10-01 上传 | 大小:899072 | 下载:0

[数据结构常用算法data-structure-homework

说明:华南理工大学2010级数据结构与算法分析大作业 可供大家分享传阅 -South China University of Technology 2010 Data Structures and Algorithms big job available for everyone to share circulated
<yuanyang> 在 2024-10-01 上传 | 大小:15360 | 下载:0

[数据结构常用算法gas

说明:给定了n和k个加油站的位置,汽车加满油后可行驶n公里,指出应在哪些加油站停靠,使得加油次数最少,贪心选择算法-Can travel to the location given n and k gas stations, auto fill up n kilometers that should be docked in which gas stations, making refueling the least number of gr
<杨一> 在 2024-10-01 上传 | 大小:353280 | 下载:0

[数据结构常用算法poly

说明:一元多项式A = anxn + … + a1x + a0, B = bnxn + … + b1x + b0,根据运算符+、-、*,分别计算A + B、A - B、A * B。-A polynomial A = anxn+ ...+ a1x+ a0, B = bnxn+ ...+ b1x+ b0+ operator,-,*, respectively, to calculate the A,+ B, A- B, A* B.
<童浩> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法zyyt

说明:租用游艇问题 成绩: 5 / 折扣: 0.8 长江游艇俱乐部在长江上设置了n 个游艇出租站1,2,…,n。游客可在这些游艇出租站租用游艇,并在下游的任何一个游艇出租站归还游艇。游艇出租站i 到游艇出租站j 之间的租金为r(i,j),1<=i<j<=n。试设计一个算法,计算出从游艇出租站1 到游艇出租站n 所需的最少租金。 编程任务: 对于给定的游艇出租站i 到游艇出租站j 之间的租金为r(i,j)
<JKFrancis> 在 2024-10-01 上传 | 大小:104448 | 下载:0

[数据结构常用算法hufman

说明:实现哈夫曼树的建立,对输入字符窜进行哈弗曼编码,解码-Huffman tree establishment, Ha Fuman encoding, decoding
<田喜鹏> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法BigInt

说明:长整数相加源码,使用了链表,结点,还自定义了多个函数,是个好借鉴的代码-Source of long integers, the use of a linked list, nodes, and also defines a number of functions, is a good reference code
<申宇飞> 在 2024-10-01 上传 | 大小:3635200 | 下载:0

[数据结构常用算法N-queen-problem

说明:N皇后问题,解决N皇后问题,详细的C代码-N-Queens problem, solve the N queens problem, the details of the C code
<天涯> 在 2024-10-01 上传 | 大小:1024 | 下载:0

[数据结构常用算法C-code

说明:带有注释的B树的源代码 C语言 能够进行索引-B-tree source code in C can be indexed
<张宇翔> 在 2024-10-01 上传 | 大小:20480 | 下载:0

[数据结构常用算法sort

说明:快速排序算法,三路排序算法的一些使用和比较。三路排序算法的一些性能分析-Quicksort algorithm, some use of the three sorting algorithms and compare. Performance Analysis of the three sorting algorithms
<zhongpeng> 在 2024-10-01 上传 | 大小:1024 | 下载:0
« 1 2 ... .23 .24 .25 .26 .27 1928.29 .30 .31 .32 .33 ... 2656 »

源码中国 www.ymcn.org