搜索资源列表
-
0下载:
数据结构与算法综合资料库。数据结构与算法综合资料库-data structures and algorithms integrated database. Data structures and algorithms comprehensive database
-
-
0下载:
在计算机操作系统中,最有代表的避免死锁的算法,是Dijkstra银行家算法。这是由于该算法能用于银行系统现金贷款的发放而得名的。为了加深对该算法的认识和掌握,进而在计算机上实现。为了实现银行家算法,系统中必须设置若干数据结构。-in computer operating systems, and most representative of the deadlock avoidance algorithm is Dijkstra algorithm bankers. This is becaus
-
-
0下载:
一份很详尽的数据结构与算法资料。除了最基本的数据结构知识外,还介绍了数据压缩、des、rsa加解密等算法.-A very detailed information on data structures and algorithms. In addition to the basic data structure of knowledge, but also introduced a data compression, des, rsa encryption algorithm, etc..
-
-
0下载:
A book on Algorithms and Data structures using C-A book on Algorithms and Data structures using C++
-
-
0下载:
本书以unix系统为背景,全面系统介绍了unix操作内核的内部数据结构和算法。描述了文件系统程序调度和存储管理等。-This book as the background to unix system, a comprehensive introduction of the unix operating system kernel' s internal data structures and algorithms. Procedures described in the file sys
-
-
0下载:
Data comes in all shapes and sizes, but often it can be organized in the same way. For example, consider a list of things to do, a list of ingredients in a recipe, or a reading list for a class. Although each contains a different type of data, they a
-
-
0下载:
The Generic Data Structures Library (GDSL) is a collection of routines for
generic data structures manipulation. It is a portable and re-entrant library
fully written from scratch in pure ANSI C. It is designed to offer for C
programmers
-
-
1下载:
linux系统函数调用大全,有常用数学函数,环境变量,接口处理,进程操作,内存及字符串操作,内存控制,日期时间,数据结构及算法,文件操作等
-linux system function call Daquan, a commonly used mathematical functions, environment variables, interface processing, the process operation, memory and string operations, memo
-
-
0下载:
移位加密算法的实现,经典算法,数据结构和算法课程必学算法-Shift encryption algorithm implementation, classic algorithms, data structures and algorithms course will study algorithms
-
-
0下载:
创建一颗线索二叉树,主要利用了数据结构的知识和递归算法,最后能够遍历整颗树的信息-Creating a threaded binary tree, the main advantage of the knowledge and recursive data structures algorithms, and finally be able to traverse the whole tree information
-
-
0下载:
希尔排序增量序列,本程序采用5,3,1序列,希尔排序,数据结构与算法-Hill sorting incremental sequence, the program uses a 5,3,1 sequence Hill, sorting, data structures and algorithms
-
-
0下载:
B树,进阶数据结构与算法不可缺少的东西,适合所有学习者-B-tree, advanced data structures and algorithms indispensable thing for all learners
-
-
0下载:
平衡二叉树,适合广大数据结构与算法爱好者学习,进阶算法的良计-Balanced binary tree, for the majority of enthusiasts to learn data structures and algorithms, advanced algorithms Liang meter
-
-
0下载:
哈希散列表,适用于数据结构与算法的学习者学习,进阶算法就靠它-Hash hash table for data structures and algorithms learners, advanced algorithm depends on it
-
-
0下载:
关键路径算法,进阶数据结构与算法就全靠它了,图中强有力的算法-Critical path algorithm, advanced data structures and algorithms depends on it, a powerful figure in the algorithm
-
-
0下载:
根据数据结构的算法和原理用c++实现稀疏矩阵的压缩和计算,-Achieve compression and sparse matrix algorithms and calculated using c++ according to the principle of data structures,
-
-
0下载:
大型社交网络分析程序,可能对学数据结构与算法的同学很有帮助-Large social network analysis program, you may learn data structures and algorithms for the students helpful
-
-
0下载:
这是哈夫曼编码程序,可以作为你算法与数据结构的课程设计例子-This is the Huffman coding procedures, curriculum design can be used as an example of your algorithms and data structures
-
-
0下载:
采用C++11实现一款简易的STL标准库,既是C++STL的一个子集(裁剪了一些容器和算法)又是一个超集(增加了一些容器和算法)
目的:练习数据结构与算法和C++ Template编程
编译环境:VS2013及以上版本-C++11 realized using a simple STL standard library, not only a subset of C++STL (clipping some containers and algorithms) is a sup
-
-
0下载:
NTL是一种高性能、便携的C++库操纵签署提供的数据结构和算法,任意长度的整数,和向量,矩阵,在整数和有限域上的多项式。(NTL is a high-performance, portable C++ library providing data structures and algorithms for manipulating signed, arbitrary length integers, and for vectors, matrices, and polynomials over
-