资源列表

« 1 2 ... .03 .04 .05 .06 .07 408.09 .10 .11 .12 .13 ... 2656 »

[数据结构常用算法Fibonacci

说明:菲波那契数列如下:1,1,2,3,5,8,13,21,34......其中a[1] = 1, a[2] = 1, a[n]=a[n-1]+a[n-2](n>=3)。对给定的下标n,求解a[n] 1997的值. -Fibonacci numbers are as follows: 1,1,2,3,5,8,13,21,34 ...... which a [1] = 1, a [2] = 1, a [n] = a [n-1]+ a
<Li> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法LCS

说明:the longest common serials
<newman97> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法text

说明:输入N个点的坐标,判断这N个点能否构成一个凸多边形。-Enter the coordinates of N points, to determine whether the N points form a convex polygon.
<唐宇晨> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法CQueue

说明:这是一个关于互斥问题的程序,主要要帮助需要者看清问题的本质问题,就这些。-This is a mutually exclusive problem of the program
<无影> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法Knapsack-problem1

说明:这是一个关于背包问题的算法,其中使用了贪婪算法的思想,程序可以成功运行。-The algorithm is about the Knapsack problem,it uses a greedy algorithm, the program can be run successfully.
<小韩> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法Knapsack-problem2

说明:这是一个关于背包问题的算法,其中使用了回溯的思想,程序可以成功运行。-The algorithm is about the Knapsack problem,it uses Backtracking algorithm , the program can be run successfully.
<小韩> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法non0_1-Knapsack-and-full-sorting

说明:这是全排序算法和非零一背包问题的简单实现,程序可以正确运行。-This is the simple realization of the whole sorting algorithm and the non0_1 kanpsack problem, the program correctly.
<小韩> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法packing-problem

说明:這是一個裝箱問題的簡單實現,程序可以正確運行-This is a simple implementation of packing problem, the program correctly.
<小韩> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法hash-table

说明:哈希表查找,根据严蔚敏的书数据结构编写的哈希表算法的程序-hash table
<刘文> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法qishizhouyou

说明:骑士周游是一个经典的问题,它需要回唆的办法来解决-Knight s tour is a classic problem, it needs to return to instigate solutions to
<于士棋> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法BST

说明:binary search tree recursion
<jungle> 在 2025-01-20 上传 | 大小:1kb | 下载:0

[数据结构常用算法huodonganpai

说明:活动安排的一些逻辑算法,供大家一起学习学习-Events of some logic algorithm for everyone to learn to learn
<非官方> 在 2025-01-20 上传 | 大小:1kb | 下载:0
« 1 2 ... .03 .04 .05 .06 .07 408.09 .10 .11 .12 .13 ... 2656 »

源码中国 www.ymcn.org