资源列表

« 1 2 ... .41 .42 .43 .44 .45 2446.47 .48 .49 .50 .51 ... 2656 »

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

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

[数据结构常用算法mae

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

[数据结构常用算法stack

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

[数据结构常用算法Stack

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

[数据结构常用算法020

说明:实现排序,包括冒泡排序,顺序排序以及选择排序,其中,冒泡排序可以相应改进-paixu
<liuxiaohong> 在 2024-11-07 上传 | 大小:1.78mb | 下载:0

[数据结构常用算法migong

说明:件作业,迷宫的求解问题,有需要的可以直接下载,(c语言版)。-Pieces of work, the problem of solving the maze, there is a need can be downloaded directly, (c language version).
<许多爱> 在 2024-11-07 上传 | 大小:1.78mb | 下载: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> 在 2024-11-07 上传 | 大小: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
<王帅> 在 2024-11-07 上传 | 大小: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> 在 2024-11-07 上传 | 大小:1.77mb | 下载:0

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

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

[数据结构常用算法shujuE_2

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

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

说明:leetcode上的题目,二叉树的,考察基本的数据结构,程序员面试必备。(a problem in leetcode)
<liu> 在 2024-11-07 上传 | 大小:1.77mb | 下载:0
« 1 2 ... .41 .42 .43 .44 .45 2446.47 .48 .49 .50 .51 ... 2656 »

源码中国 www.ymcn.org