CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据结构(C语言)

搜索资源列表

  1. keyu

    0下载:
  2. 设计哈希表实现电话号码查询系统 利用《数据结构》课程的相关知识完成一个具有一定难度的综合设计题目,利用C/C++语言进行程序设计,并规范地完成课程设计报告。通过课程设计,巩固和加深对线性表、栈、队列、字符串、树、图、查找、排序等理论知识的理解;掌握现实复杂问题的分析建模和解决方法(包括问题描述、系统分析、设计建模、代码实现、结果分析等);提高利用计算机分析解决综合性实际问题的基本能力。
  3. 所属分类:Data structs

    • 发布日期:2016-01-24
    • 文件大小:983121
    • 提供者:wenwen
  1. MyOOCFwV1_0

    0下载:
  2. 使用C语言时,经常需要调用malloc()和free()函数来进行动态内存的分配和回收。有些时候,程序员可能会忘记回收分配的动态内存。为了解决这个问题,这里设计了一个代替malloc()和free()函数的数据结构(或者类)——ObjectManager。ObjectManager中提供了objmgr_malloc()和objmgr_free()以及objmgr_show_mem_info()函数。objmgr_malloc()函数负责按字节总数动态分配内存并且予以记录,objmgr_free(
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:17378
    • 提供者:
  1. data_structure

    0下载:
  2. 清华大学严蔚敏版《数据结构》的全部代码实现(C语言)-Tsinghua University, Yan Wei Min version of " data structure" to achieve the full code (C language)
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:271865
    • 提供者:何处
  1. dataStructureSourseCode

    0下载:
  2. 清华 严蔚敏《数据结构》的全部代码实现(C语言)-Tsing Hua Yan Wei Min " data structure" to achieve the full code (C language)
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:8758684
    • 提供者:韩静
  1. shujujiegoukechengsheji

    0下载:
  2. (1)采用邻接表作为有向图的存储结构; (2)给出所有可能的拓扑序列。 (3)测试用例见严蔚敏《数据结构习题集(C语言版)》p48题7.9图 -(1) adjacency list used as the storage structure of directed graphs (2) gives the sequence of all possible topologies. (3) test cases, see Yan Wei Min " data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:37945
    • 提供者:罗楠
  1. DataStructureCode

    0下载:
  2. 链表,数组,图,树,AOT,文件等常考常用 数据结构的C语言代码实现。适用学生(数据结构)学习参考。-Lists, arrays, graphs, trees, AOT, documents the data structure used frequently test code C language. For students (data structure) study reference.
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:486996
    • 提供者:影客
  1. os

    0下载:
  2. 1.编写一个文件复制的C语言程序: 分别使用文件的系统调用read(fd, buf, nbytes), write(fd, buf, nbytes)和文件的库函数fread(buf, size, nitems, fp), fwrite(buf, size, nitems, fp),编写一个文件的复制程序。 当上述函数中nbytes, size和nitems都取值为1时(即一次读写一个字节),比较这两种程序的执行效率。当nbytes取1024字节,size取1024字节,且nitems取1
  3. 所属分类:SCM

    • 发布日期:2017-03-29
    • 文件大小:36013
    • 提供者:yiyuzhiming
  1. nqueen

    0下载:
  2. n皇后问题, 数据结构编程(c++语言)-n queeen
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1526
    • 提供者:筱立
  1. AddressBook

    0下载:
  2. 数据结构用C语言编写通讯录管理系统任务:通过此系统可以实现如下功能..录入:录入新的通讯信息(包括姓名、通讯地址、邮编、联系电话)查询:可按照姓名进行查询相关信息修改:可修改相关信息-Data structure book using C language task management system: This system can be achieved through the following functions .. entry: entry of new communications
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:735
    • 提供者:nanli_cn
  1. StudentBookCLanguageCourseDesign

    0下载:
  2. C语言 学生通讯录课程设计(功能齐全):1、用C语言实现系统; 2、利用结构体数组或动态链表实现学生通讯录的数据结构设计; 3、系统具有增加,查询,删除等基本功能; 4、系统的各个功能模块要求用函数的形式实现; 5、将通讯录信息存在文件中; 6、完成设计任务并编写课程设计说明书。 7、每个同学提交源程序(*.c),可执行程序(*.exe),保存通讯录信息的文件addrbook,课程设计说明书电子文档(word)。 -Student Book C Language
  3. 所属分类:Communication

    • 发布日期:2017-03-27
    • 文件大小:11478
    • 提供者:hefuping
  1. Data-Structure(in-C)

    0下载:
  2. 数据结构(C语言描述)方面经典书籍,通俗易懂且代码非常详细,可直接运行-classic data structure book(in C),it s very easy to understand,it also contains full codes which can execute on the computer directly.
  3. 所属分类:Data structs

    • 发布日期:2017-06-17
    • 文件大小:27276082
    • 提供者:123
  1. lzw

    0下载:
  2. LZW压缩解压算法(数据结构,C++语言描述)-LZW compress and decompress algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-16
    • 文件大小:16743
    • 提供者:guansg
  1. the-sort-code-C-lan)

    0下载:
  2. 数据结构课程中的各种内部排序源码及课程设计报告(C语言编写的)-Courses in a variety of data structures within the sort code and curriculum design (C language)
  3. 所属分类:Data structs

    • 发布日期:2017-03-27
    • 文件大小:120327
    • 提供者:飞鸥
  1. data-structure

    0下载:
  2. 清华 严蔚敏《数据结构》的全部代码实现(C语言)-shu ju jie gou ,dai ma
  3. 所属分类:Data structs

    • 发布日期:2017-05-26
    • 文件大小:8761895
    • 提供者:夏健平
  1. datastruct

    0下载:
  2. 数据结构(C)用语言版 堆栈 队列 树datastrcut c语言版-c help
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5640273
    • 提供者:夜郎俊杰
  1. Data-Structures-code.tar

    0下载:
  2. 《数据结构》的全部代码实现(C语言)严蔚敏 -"Data structure" of all the code (C language)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:156316
    • 提供者:pulu
  1. core-sources

    0下载:
  2. 清华大学严蔚敏《数据结构》中的全部代码实现(C语言),希望和大家分享,一同提高-Tsinghua University, Yan Wei Min "data structure" in all the code (C language), would like to share, along with increased
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:334963
    • 提供者:乔静
  1. student

    0下载:
  2. 学生成绩管理(c语言),数据结构课程设计。-Students performance management (c), data structure course design
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:6967
    • 提供者:宇文
  1. data-structure-experiment-

    0下载:
  2. 数据结构实验和课程(c语言)设计文档任务及要求-C programming language data structure experiment and course design document
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:360599
    • 提供者:吴为
  1. parking

    0下载:
  2. 数据结构,《停车场管理系统》 (c语言)-Parking Management System (c language)
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2016
    • 提供者:霜天晓角
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 17 »
搜珍网 www.dssz.com