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

搜索资源列表

  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
    • 文件大小:20539
    • 提供者:yunzhang
  1. appliedcpp_12

    0下载:
  2. 《Applied C++ practical techniques for building better software》的chm版的电子书,从零开始构架一个图像处理系统,还涉及数据结构建立的分析,内存的管理,平台特性的应用,非常好的书。-" Applied C++ practical techniques for building better software" of the chm version of the e-books, an image processing
  3. 所属分类:software engineering

    • 发布日期:2017-05-17
    • 文件大小:4560420
    • 提供者:常诚
  1. 1

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

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

    0下载:
  2. 清华严蔚敏数据结构c语言版习题的答案,大家可以比较下自己答案。-Tsing Hua Yan Wei-min data structure c language version of the answer to Problem, we can compare their own answers to the next.
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:46837
    • 提供者:dig
  1. 1

    0下载:
  2. 清华大学严蔚敏老师《数据结构题集(C语言版)》实验 约瑟夫环 源代码-Tsinghua University, Yan Wei-min teacher " theme set the data structure (C language version)" Experimental Joseph Ring source code
  3. 所属分类:Document

    • 发布日期:2017-04-11
    • 文件大小:1235
    • 提供者:李悦
  1. listbuildprint

    0下载:
  2. c语言做的线性表的建立输出,是数据结构的东西-c language to the establishment of the linear form the output data structure is something
  3. 所属分类:Document

    • 发布日期:2017-04-05
    • 文件大小:792
    • 提供者:张临
  1. sjjgckj

    0下载:
  2. 数据结构c++书籍课件 ppt格式 有水印-Data structure c++ books, courseware ppt format watermark
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:2057525
    • 提供者:里斯
  1. datastruct

    0下载:
  2. 数据结构c语言答案(严蔚敏 吴伟民主编)-C language data structure that answers (Yan Wei-Min Wu Weimin Editor)
  3. 所属分类:Document

    • 发布日期:2017-04-17
    • 文件大小:52737
    • 提供者:谢振兴
  1. cengcibianlierchashu

    0下载:
  2. C语言版的数据结构,利用层次遍历二叉树算法实现C语言的编程-C language version of the data structure, binary tree traversal algorithms using level C programming language
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:1311
    • 提供者:李飞跃
  1. C_and_DataStr

    0下载:
  2. C/C++ and data structure book with emphasis on memory optimization.
  3. 所属分类:software engineering

    • 发布日期:2017-05-15
    • 文件大小:3700856
    • 提供者:gullu
  1. shujujiegou

    0下载:
  2. 主要介绍数据结构,是对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
  3. 所属分类:software engineering

    • 发布日期:2017-05-08
    • 文件大小:1844462
    • 提供者:22
  1. 345

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

    • 发布日期:2017-04-16
    • 文件大小:28347
    • 提供者:熊玮
  1. 01259361tubianlideyanshi

    0下载:
  2. 图的遍历的演示(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]=i } /*初始化R*/ for(i=1 i<=n i++) for(j=1 j<
  3. 所属分类:Document

    • 发布日期:2017-04-03
    • 文件大小:60160
    • 提供者:唐钊
  1. 8122418589PrinciplesofData

    0下载:
  2. Principle of Data Structure of using C/C-Principle of Data Structure of using C/C++
  3. 所属分类:software engineering

    • 发布日期:2017-05-10
    • 文件大小:2271658
    • 提供者:duongtu
  1. Datastructurescourseware

    0下载:
  2. 清华c语言版的数据结构课件,对学习数据结构很有帮助-Tsinghua c language version of the data structures courseware, data structure useful for learning
  3. 所属分类:Document

    • 发布日期:2017-05-27
    • 文件大小:9871360
    • 提供者:翟志伟
  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
    • 文件大小:2202
    • 提供者:张爱萍
  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
    • 文件大小:2219
    • 提供者:张爱萍
  1. flight-system

    0下载:
  2. c语言数据结构的航空订票系统的实验总结,doc格式文档-c language data structure of the airline reservation systems experiment concluded, doc format document
  3. 所属分类:Project Design

    • 发布日期:2017-04-16
    • 文件大小:247106
    • 提供者:qy
  1. Lecture1

    0下载:
  2. This document is related to data structure and algorithm with C++. Helpful for electronics students.
  3. 所属分类:software engineering

    • 发布日期:2017-05-01
    • 文件大小:597664
    • 提供者:Raj
  1. ds-progs-niit

    0下载:
  2. data structure programs in c language
  3. 所属分类:software engineering

    • 发布日期:2017-04-23
    • 文件大小:16281
    • 提供者:naman
« 1 2 3 45 6 7 8 »
搜珍网 www.dssz.com