搜索资源列表
c-algorithms1.0.0.tar
- 常用的数据结构和算法函数库,比如集合、列表、树、队列、hash等。
C++NeiCunFenPei
- C++模拟内存分配 一、思路 模拟编译系统的内存分配与释放的,实现一些简单的操作。首先用一个静态数组模拟内存空间(buf),当调用申请内存操作时,将从数组空间(buf)返回给调用者一定的空间,当调用释放内存的时候,将将指定部分的内存标记为未用。 1.分配规则 每块被分配或释放的内存由MemInfo记录,并保存于数组(buf)中作为内存空间的“头”,其后紧跟数据。MemInfo组成链表结构,表头不占用数组空间(buf)。当调用者申请内存时,将导致MemInfo链表的遍历,遍历的
linuxc
- 基础的linux c代码,有数据结构,系统编程,web服务器的实现-some useful linux c code
gdsl
- 一个通用的C语言实现的数据结构,在linux下实现。-A common C language data structure, in the under linux.
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.
heap
- linux下, c语言,数据结构, 用堆实现内存分配管理 malloc()功能。-linux下,c语言编程 用framebuffer 实现俄罗斯方块。
Through-the-jungle
- 穿越丛林下游戏,采用的是链表等数据结构,C语言写的,易读懂-Through the jungle to the next game, using the linked list data structure C language to write, easy to read
QuickSort
- 数据结构中C语言所写的快速排序算法,与严蔚敏书上的比较一致-Quicksort algorithm, written in C language data structure book with Yan Wei Min
all-codes-in-book
- 数据结构,算法与应用 ---C++语言描述(代码与习题答案)-data structure
ntoskrnl
- 这是一个有关RING0编程中需要的数据结构,采用了C++格式,希望能对大家有帮助!-This is a RING0 programming required data structures, using a C++ format, I hope you can help!
1_count
- 利用C语言,并使用树的数据结构,实现社团统计问题。-The use of C language and use tree data structure, to achieve community statistical issues.
c-Senior-courseware
- 这是一个c语言高级课件,共十章,包括编译预处理、c语言编程实践、数据结构与算法概述、链表、c语言在嵌入式中的应用、以及一些常用的排序算法等等。另外附上嵌入式c程序的编译与调试及单独对指针和数组的讲解。-This is a senior c language courseware, chapter ten, including compiling pretreatment, c language programming practice, summary of data structure and
linuxC
- 介绍了Linux环境中C语言的开发和内核中常见的数据结构,非常有用。-Linux environment is introduced the development of the C language and common data structure in the kernel, is very useful.
FileSystem
- 实验内容 1.设计和实现一个模拟文件系统,要求包括目录、普通文件和文件的存储。必须有自定义的数据结构,不能直接调用windows 的API函数,即不能只实现了一个壳。 2.文件系统的目录结构采用类似Linux的树状结构。 3.要求模拟的操作包括: a)目录的添加、删除、重命名; b)目录的显示(列表); c)文件的添加、删除、重命名; d)文件和目录的拷贝; e)文件的读写操作。 4.用户进入时显示可用命令列表;用户输入help时显示所有命令的帮助文档; 输入
cmsys
- 设计简单,代码高效,适合用于数据结构,c++语言的学习,赶快下载吧,-Course information management system, c++ last big job
Non-recursive-traversal-of-a-tree
- 树的非递归遍历中序,C++ 数据结构,非常适合初学者-Non recursive traversal of the tree in the order, C++ data structure, very suitable for beginners
约瑟尔
- C实现约瑟尔算法环圆桌算法,附带源码,数据结构用C语言表示(Heuristic algorithm the data structure is represented in C language)
first_item
- 有数据表构成的通讯录,包括其中内容的增删改查等(An address book consisting of data tables)
addressbook
- 一个用链表这种数据结构写的简单的通讯录代码,希望大家对链表有进一步的了解。(Using a list of such data structure to write a simple address book code, I hope you have a further understanding of the list.)
MyPro
- c++编程中常用的一些算放,以及一些数据结构,包括了迭代,递归,动态规划等(some algorithm of c++ program)