搜索资源列表
boost_source_code
- 正则表达式,可以与POSIX API和Perl语言处理正则表达式的功能相媲美,而且还能支持各种字符类型(如char、wchar_t,甚至还可以是自定义字符类型); 多线程,想了很久的跨平台多线程库了; 数据结构“图”,再加上即将加入标准的hash_set、hash_map、hash_multiset、hash_multimap等等(事实上不少STL实作,如SGI STL,已经支持以上数据结构),C++对数据结构的支持已近完备; python,没错,对Python语言的支持;
tubianli
- 图的遍历的演示(c 语言 数据结构课程设计题) /*定义图*/ typedef struct{ int V[M] int R[M][M] int vexnum }Graph /*创建图*/ void creatgraph(Graph *g,int n) { int i,j,r1,r2 g->vexnum=n /*顶点用i表示*/ for(i=1 i<=n i++) { g->V[i]=
DSA
- A book on Algorithms and Data structures using C-A book on Algorithms and Data structures using C++
alloc
- Memory Allocation in C-write part of a dynamic storage allocation package. The package provides three function calls: void initalloc(), to initialize the data structures involved char* alloc(int n), which returns a pointer to a block
Mastering.Algorithms.with.C
- 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
gdsl-1.4.tar
- 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
hashtable_in_c++
- Hash tables are very common data structures. They provide efficient key based operations to insert and search for data in containers. This code contains a simple implementation in c++.
LinuxC
- Linux C一站式,该书是一本很好很全面的c语言书籍,涵盖c,数据结构,操作系统等知识。-Linux C , the book is a nice and comprehensive c language books, covering c, data structures, operating systems and other knowledge.
cPlusDS
- c++版的数椐结构,自己用过,很好用,常用的数据结构都有,还有经典算法的例子,在学校时就学的这个-noted in the structure of c++ version number, used their own, easy to use, the examples of commonly used data structures have classical algorithm to school when the school this
linkFile
- C初学者用 数据结构 单链表顺序表的插入 高速算法 包含了文件操作-C file operations beginners insert high-speed algorithm sequence table with a single linked list of data structures
ntoskrnl
- 这是一个有关RING0编程中需要的数据结构,采用了C++格式,希望能对大家有帮助!-This is a RING0 programming required data structures, using a C++ format, I hope you can help!
swapfs
- swapfs.c --- swap ext2 filesystem data structures Source Code for Linux.
ipcrm
- ipcrm.c - utility to allow removal of IPC objects and data structures for Linux.
StanfordCPPLib
- 斯坦福大学的C++的类库包,上海交通大学的数据结构课专用库包-Stanford C++ class library package, Shanghai Jiaotong University, dedicated data structures class library package
mycode
- 自己写的一些常用c语言例子,有很多算术题和数据结构-Write your own examples of some commonly used c language, a lot of math and data structures
dosSource
- DOS操作系统源代码 DOS-C started in 1988 as an experiment in writing device drivers in C for Microsoft s MS-DOS. Both block and character device drivers were written, along with special C data structures to match the MS-DOS request packet. -dos Sourc
xueshengchengjiguanlixitong
- 这是利用C++做的成绩管理系统的实验报告,不光有源代码,源码设计简洁,利用多种数据结构还有一些心得体会,系统代码设计概要图-It is the use of C + + test report do performance management system, not only the source code, source code design is simple, using a variety of data structures and some experiences, schema
cycle-linklist
- 循环链表和约瑟夫环的实现代码。利用C语言编写,详细介绍并实现了数据结构的增删改查等代码-Circular list and Josephus implementation code. Using C language, detail and implement additions and deletions to change search data structures, such as code
sparse-matrix
- 根据数据结构的算法和原理用c++实现稀疏矩阵的压缩和计算,-Achieve compression and sparse matrix algorithms and calculated using c++ according to the principle of data structures,
parse.c
- This program displays CIFF and TIFF data structures in a very cryptic format.
