搜索资源列表
数据结构篇
- 学习数据结构,对大家以后开发C,C++都有帮助,特别对软件工程的同学有很多帮助-study data structure, right after we develop C, C + + can help. especially for software engineering students will have a lot of help
Datastructure
- 数据结构(C语言版)PPT文档,分章节讲述,简单易懂!
Embbeded_tcp_ip_user_guide
- 嵌入式TCP/IP协议栈说明书下载-- 技术说明: 1)用户应用协议栈则需要编写以太网的数据报收发驱动,就可以使用协议栈提供的标准SOCKET API,完成服务器和客户端应用程序的开发。 2)协议栈运行于非操作系统的环境下,因此它的运行速度与一般采用多任务操作系统的TCP/IP协议,速度相对说来要快。 3)协议栈完成的功能包括ARP,IP,ICMP(ping),TCP,UDP,暂不支持IGMP,RARP。 4)协议栈采用C代码编写,可方便的移植于各种单片机平台。 5)协
1
- 数据结构实验指导书 根据《数据结构》教学大纲,该课程包含20学时上机实验。根据大纲要求,本实验指导书中共包含六个实验内容,每个实验内容包含不同的实验题目。老师可以根据教学情况从中选择一定数量的实验题目。整个上机实验过程由老师指导,学生独立完成各自的实验任务,最终提交实验报告。要求学生对所做实验进行总体设计和详细设计,用C或C++编写代码,进行程序的调试和测试,提交格式规范的实验报告,并演示所完成的软件。-Experimental data structures to guide the
cengcibianlierchashu
- C语言版的数据结构,利用层次遍历二叉树算法实现C语言的编程-C language version of the data structure, binary tree traversal algorithms using level C programming language
shujujiegou
- 主要介绍数据结构,是对c语言学习的加强,主要介绍了排序,线性表,队列,数组,广义表,书和二叉树,查找,图等类容。-Introduces the data structure is the c language to enhance learning, introduces the sort, linear tables, queues, arrays, generalized table, books and binary tree, locate, map, and the like capa
Data-structure-(C-language-version)
- 详细介绍数据结构相关知识点,包括链表、树、图等,是C语言版本。-Detailed data structure knowledge points, including linked lists, trees, graphs, etc., is a C-language version.
include
- 数据结构(c)线性表的设计与实现,用顺序表将两个集合进行合并,并存入第三个集合中。-Design and Implementation of the data structure (c) linear table, order table two collections merged and stored in the third collection.
DataStruct-For-CSharp
- C# 版的数据结构,看不懂C语言版的有福了-C# version of the data structure, do not know C language version of the Blessed
data-contruc-CPP
- 提供C语言与数据结构,包括二叉树、图、数据结构-C language data structures. Doc
The-maze-established
- 数据结构,迷宫建立,c语言实现,找出迷宫路径。-Data structures, the maze established, c language, find out the maze path.
BeautifulCoder
- 数据结构的C代码实现,很多都是解决实际生活中问题,用自己的手敲出来,实现他们也是一种乐趣。里面跟多讲的是方法,当然,代码也没有漏掉!-C code implementation of the data structure, many of which are to solve real life problems, with his hand to knock them out, they are also a fun. Inside with speak, of course, the cod
C-Sharp-data-types
- 详细介绍了C#数据结构类型,是初学者很好的参考资料。-Details of the C# data structure type, is a good reference for beginners.
c-language-ppt
- c+ 基础学习 入门的 ppt 包括指针 数据结构,语法规则-c++ study ppt language
实习报告书12.26
- 实现七种排序算法 比较各算法性能 数据结构算法 冒泡,插入,希尔,快速,选择,堆排序,归并排序(order algorithm sorting algorithm;Sort algorithm;PageRank algorithm bubble sort;bob sort method;Bubble sort algorithm Merge sort algorithm)
通讯录(数据结构)
- 这是一个基于C++语言设计的数据结构而做的通讯录的课程设计,里面包含了链表的增删改查的操作。(This is a data structure based on C + + language design for the course design of the address book, which contains the chain table, delete, delete and change the operation.)
数据结构、算法与应用——C++语言描述
- 数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关(The data structure is the way the computer stores and organizes the data. Data structure is a collection of data elements that have one or more spec
链表
- 数据结构链表,包括线性表的基础编程,适用于C语言。(Data structure chain table)
数据结构与算法分析:C语言描述(原书第2版)
- 学习C语言数据结构,数据结构可以用很多种语言描述(learn the data of struct by c language)
数据结构与算法(C++)
- 编程必读书籍,详细介绍了各种算法和数据结构的C++实现方法。