CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 数据类型

搜索资源列表

  1. gram

    0下载:
  2. c语言描述的数据结构算法,图的数据结构的抽象数据类型-c language data structure described in algorithm, data structure diagram of the abstract data types
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1448
    • 提供者:
  1. ADTList

    0下载:
  2. 采用字符类型为元素类型和无头结点单链表为存储结构,实现抽象数据类型Lis-The use of character types for the element type, and without a head node to store a single list structure, the realization of abstract data types Lis
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:14043
    • 提供者:LLL
  1. ADT

    0下载:
  2. 抽象数据类型复数的实现,需构建复数的表示形式,复数的输出,以及复数的加法、乘法和减法。-Abstract data type of the realization of the plural, the plural of that required to build the form, the output of the plural and the plural of the adder, multiplication and subtraction.
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:32089
    • 提供者:奈奈
  1. chap2

    0下载:
  2. Java程序设基础(第2,4章) 输出信息到屏幕 Java的基本数据类型 变量的命名规则,作用域 Java的注释 从键盘读取数据 数组的定义、创建与访问 字符串的使用
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-02
    • 文件大小:51123
    • 提供者:飞龙
  1. tree

    0下载:
  2. 数据结构中抽象数据类型-树的c语言实现(双亲表示法)-Abstract data structure data types- tree c language (parents said Law)
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:2741
    • 提供者:李好
  1. Data_Structure

    0下载:
  2. 数据结构1800题包括完整答案,涵盖了各种数据类型结构。-Data Structure 1800 will include a complete answer, covering a wide range of data type structure.
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:993338
    • 提供者:刚娃子
  1. ssd7exercise1

    0下载:
  2. 描述:这个实验中需要实现的是拍卖系统的3个核心的类(Class Date, class Advertisement, and class Client) 目的: 1,使用C++的数据类型; 2,实现所有声明的函数; 3,使用预处理器实现包含。-Descr iption:This assessment requires the creation of three of the core classes of the auction project. Class Date, clas
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:17377
    • 提供者:邹斌
  1. Arranging

    0下载:
  2. 各种排序算法:多种数据类型的冒泡排序;快排;希尔排序;堆排序;结构排序;结构排序;硬盘文件排序等-A variety of sorting algorithms: bubble sort a variety of data types fast rearrangement Hill sort heap sort structure, sort structure, sort hard to sort the files, etc.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:17119
    • 提供者:陈忠宁
  1. collectioncaculator

    0下载:
  2. 运用顺序表的基本运算。(插入、删除) 1)集合的数据类型为一个结构体,其中包括一个数组用来存放集合元素,一个整型数据来统计集合元素的个数。生成两个集合A和B。 2)将集合中的元素按照从小到大排序。具体方法为:从第二个元素起(i),依次扫描每个元素前面的所有元素(j),若i<j,则将j插在i的前面,结束对i的排序,照这个方法,再依次对i后的元素进行排序。 3)求两集合的并:生成一个新集合C,将集合A的元素复制过来,对集合B的元素依次进行扫描,若没有该元素,则插入,若已存在,则扫描
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1145
    • 提供者:weiwei
  1. sort

    0下载:
  2. 本人自己写的外排序,可以根据数据类型、文件大小,受限内存大小手动调整,非常适合学习外排序的爱好者下载和学习。-I wrote it myself, outside the sorting may be based on data type, file size, is limited to manually adjust the memory size is very suitable for learning outside the sort of fans to download and s
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:3137
    • 提供者:天外沙
  1. Cyuyanjiaocheng

    0下载:
  2. C语言是一种结构化语言。它层次清晰,便于按模块化方式组织程序,易于调试和维护。C语言的表现能力和处理能力极强。它不仅具有丰富的运算符和数据类型,便于实现各类复杂的数据结构。它还可以直接访问内存的物理地址,进行位(bit)一级的操作。由于C语言实现了对硬件的编程操作,因此C语言集高级语言和低级语言的功能于一体。既可用于系统软件的开发,也适合于应用软件的开发。-C language is a structured language. It is level, clear and easy modul
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:198621
    • 提供者:linhaicong168
  1. SevenStylesOfQsort

    0下载:
  2. Qsort针对不同数据类型的用法,Qsort采用快排实现,比传统的sort更有效率-Qsort for the usage of different data types, Qsort exclusive use of quick implementation, more efficient than the traditional sort
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:36735
    • 提供者:Felix
  1. shiyanbaogao

    1下载:
  2. 动态查找表的设计与实现,实现抽象数据类型:二叉查找树。实现下列操作:构造空表、销毁表、搜索指定关键字的元素、插入新元素、删除指定关键字的元素、遍历表中所有元素. -Dynamic look-up table of the design and implementation to achieve the abstract data types: binary search tree. To achieve the following: construct an empty table, des
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:111080
    • 提供者:richer
  1. josephus

    1下载:
  2. 问题描述: 新Josephus排列问题定义如下:假设n个人排成一个环形,给定一个正整数m,从第1 个人开始,沿环计数,每遇到第m个人就让其出列,这时计算器m自动加一,且计数继续进 行下去。这个过程一直进行到所有的人都出列为止,最后出列者为赢家。设这n个人的编号 分别为1~n,每次从编号为1的竞赛者开始计数,那么每个人出列的次序定义为整数1~n 的一个排列。这个排列称为一个(n,m)Josephus排列。 例如,(7,3)Josephus 排列为3,7,6,2,4,1,5。
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1665
    • 提供者:atlantis
  1. FullyInstacenAboutComInterface

    0下载:
  2. 本文通过一个作例子具体讲述了将自定义的数据类型(结构体)定义为一个标准的COM的组件,通过组件接口访问这些成员的过程。 COM组件通过VC ATL向导完成。 客户端访问接口的过程通过一个C#应用程序完成。 -A COM Interface instance
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-12
    • 文件大小:2785434
    • 提供者:郑婉清
  1. Matrix

    0下载:
  2. 用C++语言实现的一个矩阵模板,可以支持基本数据类型,实现了运算符的重载,一条语句就实现矩阵的加减乘和求逆,而不需要循环。-Matrix
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:573586
    • 提供者:TP
  1. Algorithms.in.C.Parts.1-4.Fundamentals.Data.Struct

    2下载:
  2. 经典算法书(中文版).《C算法》介绍了当今最重要的算法,共分3卷,本书是第1卷。第1卷分4部分、共16章。第一部分“基础知识”(第1~2章)介绍了基本算法分析原理。第二部分“数据结构”(第3~5章)讲解算法分析中必须掌握的数据结构知识。主要包括基本数据结构、抽象数据结构、递归和树。第三部分“排序”(第6~11章)按章节顺序分别讨论了基本排序方法(如选择排序、插入排序、冒泡排序、希尔排序等)、快速排序方法,归并和归并排序方法、优先队列与堆排序方法、基数排序方法以及特殊目的排序方法,并比较了各种排序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-06-12
    • 文件大小:19883343
    • 提供者:wang
  1. Sort

    0下载:
  2. 使用模板实现2种数据类型的6种排序,用户可以输入要排序数组的大小。-Using a template to achieve two kinds of data types, six kinds of sorting, the user can enter the size of the array to be sorted.
  3. 所属分类:Data structs

    • 发布日期:2017-04-08
    • 文件大小:582055
    • 提供者:Windy
  1. database

    0下载:
  2. 数据结构里的实习题,包括:抽象数据类型、线性表及其应用等-Data structure in the practical issues, including: abstract data types, the linear table and its applications
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:39864
    • 提供者:李翔
  1. LMS2

    0下载:
  2. 基于小波变换的LMS 可自动选择数据类型和噪声类型-LMS based on wavelet transform
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1169
    • 提供者:张慧玲
« 1 2 3 45 6 7 8 9 10 ... 18 »
搜珍网 www.dssz.com