CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - data structure in C

搜索资源列表

  1. heh

    0下载:
  2. Student result management system Use the C language realization system 2, the data structure making use of the structure body several realization student s result design 3, the system have increment, search, insert, row preface etc. basic fu
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:4.68kb
    • 提供者:王国
  1. airbookingsystem

    0下载:
  2. 这个设计虽然是C语言写的,但是觉得语言不是问题,数据结构讲究的是算法思想,C能实现的,java同样 能实现。-Although the design is written in C language, but think the language is not a problem, data structure is the key algorithm. C can be achieved, the same java can be reached.
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:6.93kb
    • 提供者:gfr
  1. 顺序表的应用

    0下载:
  2. 顺序表的应用 (1) 已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (2)编写一个函数将一个顺序表A(有n个元素,且任何元素均不为0)分拆成两个顺序表,使A中大于0的元素存放在B中,小于0的元素存放在C中。 (3)假设一个算术表达式中包含圆括号,方括号
  3. 所属分类:技术管理

    • 发布日期:2016-01-22
    • 文件大小:2kb
    • 提供者:jay
  1. AnApproachToTheNeuralNetworkBasedDataMining

    0下载:
  2. 针对数据挖掘中的分类问题,本文提出了一种利用神经网络抽取分类规则都方法。为了易于抽取规则,采用遗传算法对神经网络的结构进行了进化。实际运行结果表明了该方法的有效性。-Classification is an inportant problem in data mining.This paper presents an approach to discover classification rules by using neural networks.Genetic algorithms is u
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:20.06kb
    • 提供者:yunzhang
  1. 1

    0下载:
  2. 数据结构实验指导书 根据《数据结构》教学大纲,该课程包含20学时上机实验。根据大纲要求,本实验指导书中共包含六个实验内容,每个实验内容包含不同的实验题目。老师可以根据教学情况从中选择一定数量的实验题目。整个上机实验过程由老师指导,学生独立完成各自的实验任务,最终提交实验报告。要求学生对所做实验进行总体设计和详细设计,用C或C++编写代码,进行程序的调试和测试,提交格式规范的实验报告,并演示所完成的软件。-Experimental data structures to guide the
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:40.21kb
    • 提供者:hechong
  1. mataqipang

    0下载:
  2. 用数据结构(C语言版)编写程序,实现一个国际象棋的马踏遍棋盘的演示程序。具体要求为:将马随机放在国际象棋的8*8棋盘的某个方格中,马按走棋规则进行移动。要求每个方格只进入一次,走遍棋盘上全部64个方格。用堆栈编制非递归程序求出马的行走路线,并按求出的行走路线,将数字1,2,3,……,64依次填入一个8*8的方阵,输出之。 -With the data structure (C language version) to write programs to achieve a chess board
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:3.57kb
    • 提供者:周敏从
  1. 345

    0下载:
  2. 最近做的一个作业的文档:用c++做航班管理系统,功能1)、录入: 可以录入航班情况(数据可以存储在一个数据文件中,数据结构、具体数据自定) 2)、查询: 可以查询某个航线的情况(如,输入航班号,查询起降时间,起飞抵达城市,航班票价,票价折扣,确定航班是否满仓); 3)、订票:(订票情况可以存在一个数据文件中,结构自己设定) 4)、退票: 可退票,退票后修改相关数据文件; 5)、修改航班信息: -A recent working document: using c++
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:27.68kb
    • 提供者:熊玮
  1. program

    0下载:
  2. The preparation of C procedures, were randomly given n* n s adjacency matrix and adjacency matrix printouts, as well as to map the number of edges, each vertex degrees, and determine the existence of the map Euler circuit: (1) If for n-order, then ra
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2.15kb
    • 提供者:张爱萍
  1. bchsabdcbdb

    0下载:
  2. The preparation of C procedures, were randomly given n* n s adjacency matrix and adjacency matrix printouts, as well as to map the number of edges, each vertex degrees, and determine the existence of the map Euler circuit: (1) If for n-order, then ra
  3. 所属分类:software engineering

    • 发布日期:2017-04-06
    • 文件大小:2.17kb
    • 提供者:张爱萍
  1. program-design-in-c

    0下载:
  2. good books 4 data structure
  3. 所属分类:software engineering

    • 发布日期:2017-03-29
    • 文件大小:47.28kb
    • 提供者:wala
  1. Data-Structures-and-Algorithms_-Arrays

    0下载:
  2. The document is consisting the chapter of array in data structure with C++ algorithm.
  3. 所属分类:software engineering

    • 发布日期:2017-04-05
    • 文件大小:593.56kb
    • 提供者:Raj
  1. Data-Structures-and-Algorithms_-AVL-Trees

    0下载:
  2. The document reveals the AVL tree diagram in data structure and algorithm with C++.
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:373.86kb
    • 提供者:Raj
  1. Data-structure

    0下载:
  2. 在VC++环境下,用C语言实现交通咨询模拟系统的设计(最短路径问题)。-In vc++ environment, using C language to realize the transport advisory simulation system design (the shortest path problem).
  3. 所属分类:Project Design

    • 发布日期:2017-11-18
    • 文件大小:489.11kb
    • 提供者:蓝雨
  1. data-structure

    0下载:
  2. 数据结构(C语言版)习题答案严蔚敏,适合大部分计算机类的使用-Data structure (C language version) exercise answers YanWeiMin, suitable for use in most computer class
  3. 所属分类:Document

    • 发布日期:2017-04-25
    • 文件大小:273.18kb
    • 提供者:刘盼
  1. C

    0下载:
  2. C语言版的数据结构的学习指南和实用技巧学习,数据结构及其算法的C语言设计技巧。-C language version of the data structure of the study guide and learn practical skills, data structures and algorithms in C language design skills.
  3. 所属分类:software engineering

    • 发布日期:2017-06-17
    • 文件大小:24.99mb
    • 提供者:xixi
  1. OpenCASCADE-Help-in-chinese

    0下载:
  2. OpenCASCADE 的中文开发手册,介绍了O C C 体系结构和基本概念、基础类分析、数据结构分析等OpenCASCADE 开发的核心技术,是OpenCASCADE 开发不可多的的资料-OpenCASCADE Chinese development manual, introduced the O C C architecture and basic concepts, basic class analysis, data structure analysis OpenCASCADE
  3. 所属分类:software engineering

    • 发布日期:2017-12-11
    • 文件大小:813.79kb
    • 提供者:dujun
  1. C++

    0下载:
  2. 基本的c++教程,详细讲解c++语言的一切语法,数据结构知识。适合大多数c++初学者使用。(Basic c++ tutorial, explain in detail all the syntax of c++ language, data structure knowledge. Suitable for most c++ beginners.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-21
    • 文件大小:5.72mb
    • 提供者:Cason
  1. C语言课程设计实例精编

    0下载:
  2. C 语言由于具有灵活 高效 可移植性好等诸多优点 成为软件开发中常用的计 算机编程语言之一 全书介绍了贪吃蛇游戏 计算器 黑白棋游戏 迷宫问题 扫地 雷游戏 速算 24 数据结构 CAI 演示 进程调度 存储管理等十四个案例 各个案例 独具特色 覆盖了 C 语言的基本知识点和各种数据结构 如堆栈 队列 链表等 综 合应用了光带菜单 下拉菜单 图形设计 鼠标应用等知识 本书应用性极强 读者 可以根据这些案例进行研究 修改和扩展(C language has many advantages
  3. 所属分类:文章/文档

    • 发布日期:2017-12-14
    • 文件大小:1.44mb
    • 提供者:david呆伟
  1. 数据结构实验2

    0下载:
  2. 数据结构中用C语言实现顺序表建立、插入、删除功能(In the data structure, the order table is established, inserted and deleted)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:12kb
    • 提供者:迷个无
  1. 数据结构、算法与应用——C++语言描述

    0下载:
  2. 数据结构是计算机存储、组织数据的方式。数据结构是指相互之间存在一种或多种特定关系的数据元素的集合。通常情况下,精心选择的数据结构可以带来更高的运行或者存储效率。数据结构往往同高效的检索算法和索引技术有关(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
  3. 所属分类:软件设计/软件工程

    • 发布日期:2018-01-10
    • 文件大小:15.13mb
    • 提供者:lxcyu
« 12 »
搜珍网 www.dssz.com