资源列表

« 1 2 ... .28 .29 .30 .31 .32 2433.34 .35 .36 .37 .38 ... 2656 »

[数据结构常用算法lista_usando_matriz_como_espaco_de_memoria

说明:list using matriz with memory
<Matchbox> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法8-queens-problems

说明:用回溯递归法有效解决八皇后问题,这个问题是数据库中的经典例题,用c语言实现。-8 queens problems
<yinli> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法301-25-6-6

说明:编写函数merge()将两个非递减序链表合并成一个新的非递减序链表-the function merge() make two lists into one in Non decreasing order.
<dada> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法301-25-6-7

说明:编写函数isSubset()用于判断链表L1中的每个数据元素是否都在链表L2中出现过,若是,则返回真,否则假。-the function is subset() ,it is used to judge if data in list L1 appears in list L2.
<dada> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法Traverse

说明:数据结构中的树的遍历,用栈的存取方式,存地址,也可以说是下标了.用VC++实现-The data structure of tree traverse, with vc++ realized
<yizhixing> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法shortpath

说明:实现一个dijkstra算法,这个算法网上很多-Achieve a dijkstra algorithm, the algorithm many online
<> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法wanghao

说明:内点法求最优解,可以找到每个稳定域的平衡点。-Interior point method for the optimal solution
<王浩> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法kuaisupaixu

说明:实现快速排序,这里采用的是C++编程,比二分法更好用-shixian kuaisu paixu,zheli caiyong de shi C++ biancheng
<大国之约> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法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> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法LCS

说明:the longest common serials
<newman97> 在 2024-11-07 上传 | 大小:1kb | 下载:0

[数据结构常用算法text

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

[数据结构常用算法CQueue

说明:这是一个关于互斥问题的程序,主要要帮助需要者看清问题的本质问题,就这些。-This is a mutually exclusive problem of the program
<无影> 在 2024-11-07 上传 | 大小:1kb | 下载:0
« 1 2 ... .28 .29 .30 .31 .32 2433.34 .35 .36 .37 .38 ... 2656 »

源码中国 www.ymcn.org