资源列表

« 1 2 ... .53 .54 .55 .56 .57 2458.59 .60 .61 .62 .63 ... 2656 »

[数据结构常用算法josephus

说明:C++约瑟夫问题采取链表实现任意输出 链表实现-josephus problems
<Lawliet> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法kuohao

说明:括号匹配。对C语言程序中必须成对出现的符号如“()”、“[]”、“{}”等进行配对检测。-Matching parenthesis. C language program must be paired with symbols such as "()" "[]", "{}" pair detection.
<徐云婷> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法guibing

说明:归并排序算法,可以为数据结构初学者提供参考-sorting algorithm,as reference for junior learners in data structure
<maoyy> 在 2024-11-07 上传 | 大小:1024 | 下载:1

[数据结构常用算法1

说明:任意16以内的数制转换用栈实现vc上编程-number change
<李小肥> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法a

说明:建一个表示雇员信息的employee类,其中包含数据成员name、empNo和salary,分别表示雇员的姓名、编号和月薪。再从employee类派生出3个类worker、technician和salesman,分别代表普通工人、科研人员、销售人员。三个类中分别包含数据成员productNum、workHours和monthlysales,分别代表工人每月生产产品的数量、科研人员每月工作的时数和销售人员每月的销售额。要求各类中都包含成员
<小东> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法11

说明:对于一个连通图G,请采用深度优先搜索的方法,识别出该连通图的所有关节点。如下图所示。 输入:首先输入连通图G的结点个数n、边的个数m以及搜索的起始结点号,然后输入各边(u,v); 输出:首先输出DFN和LOW数组的值,然后输出所有关节点。-For a connected graph G, use depth first search method, identify the connected graph all key poi
<何蒙蒙> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法KMP

说明:kmp匹配算法,用于匹配两个字符是否相同-kmp match algorithm
<> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法EightQueen

说明:采用递归算法解决著名的八皇后问题-Resolve eight queen problem
<shjxuan> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法060405113519

说明:用set容器进行排序的示例函数,可以实现快速的正向,逆向排序,根据类的元素来作为排序依据。-Use the example set containers to sort function, can achieve rapid positive, reverse order, according to the type of element to order as the basis.
<一点兰心> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法rmq

说明:树状数组的总结 -rmq算法. 用树状数组实现离线rmq-rmq algorithm
<lostoy> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法poj1273

说明:网络流的压入与重标记算法,该代码以poj1273为例,比网上已有的更为简洁。-Network flow pressure in and re-labeling algorithm, the code example to poj1273 than the online already more concise.
<no> 在 2024-11-07 上传 | 大小:1024 | 下载:0

[数据结构常用算法Merge-sort

说明:一个归并排序函数代码,用归并的思想对某一数组进行排序,可以被直接调用来使用-A merge sort function code, by merging thought of a sort an array, can be called directly to use
<Loben> 在 2024-11-07 上传 | 大小:1024 | 下载:0
« 1 2 ... .53 .54 .55 .56 .57 2458.59 .60 .61 .62 .63 ... 2656 »

源码中国 www.ymcn.org