资源列表

« 1 2 ... .18 .19 .20 .21 .22 1823.24 .25 .26 .27 .28 ... 2656 »

[数据结构常用算法Long-Number

说明:C语言编写的任意大整数的加法实现。使用了链表的思想。-Arbitrarily large integer addition,written in C++. Using the idea of the list.
<chenqw> 在 2024-10-03 上传 | 大小:2048 | 下载:0

[数据结构常用算法C

说明:c语言的概述,简单的介绍了c语言的使用,及一些算法-an overview of the c language, brief introduction of the c language use, and some algorithms
<123456> 在 2024-10-03 上传 | 大小:1965056 | 下载:0

[数据结构常用算法3_2

说明:主元素 线性选择算法主元素的判定(分治策略) 设T[0:n-1]是n个元素的数组,如果其中某个元素x在整个数组中的出现次数超过n/2,则称x为数组T的主元素。 请设计一个分治算法,判断数组T={1,2,2,2,3,4,3,2,2,4,2,2,6,7,2,2}中是否存在主元素。 -main character
<yzj> 在 2024-10-03 上传 | 大小:1024 | 下载:0

[数据结构常用算法summary-of-data-structures

说明:找工作时总结的数据结构常考的算法,找工作的朋友可以-Summary data structures often test algorithm to find a job, looking for friends can see
<周业> 在 2024-10-03 上传 | 大小:13312 | 下载:0

[数据结构常用算法josephus

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

[数据结构常用算法kuohao

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

[数据结构常用算法1

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

[数据结构常用算法chapter7tree

说明:c++描述的树及二叉树知识的讲解。包括树的遍历及哈弗曼树的内容。-C++ descr iption of the tree and binary tree of knowledge to explain. Including the contents of the tree traversal and Ha Fuman tree.
<李学俊> 在 2024-10-03 上传 | 大小:154624 | 下载:0

[数据结构常用算法a

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

[数据结构常用算法calculator

说明:用C语言通过堆栈算法实现的一个简单的计算器.可是实现四则运算。-a calculator
<lianxingxing> 在 2024-10-03 上传 | 大小:31744 | 下载:0

[数据结构常用算法rk

说明:RK算法是一个模式匹配算法中的重要应用,它相较其他算法更加高效。-RK algorithm is an important application in a pattern matching algorithm, the more efficient it is compared with other algorithms.
<华朝> 在 2024-10-03 上传 | 大小:460800 | 下载:0
« 1 2 ... .18 .19 .20 .21 .22 1823.24 .25 .26 .27 .28 ... 2656 »

源码中国 www.ymcn.org