资源列表

« 1 2 ... .06 .07 .08 .09 .10 211.12 .13 .14 .15 .16 ... 2656 »

[数据结构常用算法HugeInt_C++

说明:将大数看作一个n进制数组,对于目前的32位系统而言n可以取值为2的32次方,即0x10000000, 假如将一个1024位的大数转化成0x10000000进制,它就变成了32位,而每一位的取值范围就不是0-1 或0-9,而是0-0xffffffff。我们正好可以用一个无符号长整数来表示这一数值。所以1024位的大数 就是一个有32个元素的unsigned long数组。而且0x100000000进制的数组排列与2进制流对于计
<杨杰> 在 2025-01-13 上传 | 大小:1.77mb | 下载:0

[数据结构常用算法mae

说明:生产者和消费者的问题,主要解决进程的同步和异步的问题-producers and consumers that the main problem solving process synchronous and asynchronous problems
<mingming> 在 2025-01-13 上传 | 大小:1.77mb | 下载:0

[数据结构常用算法stack

说明:栈的使用-The use of stack
<deng> 在 2025-01-13 上传 | 大小:1.77mb | 下载:0

[数据结构常用算法Stack

说明:这是栈的顺序实现方法,适合数据结构的初学者参考.-This is the order of the stack method, suitable for beginners and reference data structure.
<smith> 在 2025-01-13 上传 | 大小:1.77mb | 下载:0

[数据结构常用算法scj_Graph

说明:数据结构中有关图的创建,存储显示,深度,广度优先遍历算法,以及最小生成树Prim和Kruscal算法实现-The map data structure to create, store display, the depth, breadth-first traversal algorithm, and Prim minimum spanning tree algorithm and Kruscal
<scj> 在 2025-01-13 上传 | 大小:1.76mb | 下载:0

[数据结构常用算法shujujiegou

说明:采用数据结构的知识,完成数据流系统,图像参数和Diablo的编程,具体要求见hwk4.pdf-Knowledge of data structures used to complete the data stream systems, image parameters and Diablo programming, specifically asked to see hwk4.pdf
<王帅> 在 2025-01-13 上传 | 大小:1.76mb | 下载:0

[数据结构常用算法rbtree_and_sort

说明:红黑树和经典的排序算法实现,排序算法包括希尔排序、快速排序、桶排序、归并排序、堆排序、选择排序、冒泡排序等,还有对应的实验报告-Red-black tree and classic sorting algorithms, sorting algorithms, including the Hill sort, quick sort, bucket sort, merge sort, heap sort, selection sort,
<jinkwin> 在 2025-01-13 上传 | 大小:1.77mb | 下载:0

[数据结构常用算法Book-Manager-System

说明:用C++实现的图书管理系统。大一C++的作业。自我感觉做的还是蛮不错的~-With C++ library management system. Freshman C++ job. Or do feel pretty good ~
<陈明> 在 2025-01-13 上传 | 大小:1.77mb | 下载:0

[数据结构常用算法shujuE_2

说明:数据结构实验中,简单的多项式的一般运算。-Experimental data structure, the general operation of simple polynomials
<weagel> 在 2025-01-13 上传 | 大小:1.76mb | 下载:0

[数据结构常用算法algs4

说明:算法(第四版)随书源码,JAVA语言实现,经典-Source codes of Algorithms(4th edition), which is realized in JAVA and quite classical
<WJP> 在 2025-01-13 上传 | 大小:1.78mb | 下载:0

[数据结构常用算法KMP

说明:KMP算法实现,能够实现字符串匹配。 输入 第一行一个整数N,表示测试数据组数。 接下来的N*2行,每两行表示一个测试数据。在每一个测试数据中,第一行为模式串,由不超过10^4个大写字母组成,第二行为原串,由不超过10^6个大写字母组成。 其中N< 20 输出 对于每一个测试数据,按照它们在输入中出现的顺序输出一行Ans,表示模式串在原串中出现的次数。-KMP algorithm, to
<李慧林> 在 2025-01-13 上传 | 大小:1.78mb | 下载:0

[数据结构常用算法Binary-Tree-Preorder-Traversal

说明:leetcode上的题目,二叉树的,考察基本的数据结构,程序员面试必备。(a problem in leetcode)
<liu> 在 2025-01-13 上传 | 大小:1.77mb | 下载:0
« 1 2 ... .06 .07 .08 .09 .10 211.12 .13 .14 .15 .16 ... 2656 »

源码中国 www.ymcn.org