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

搜索资源列表

  1. shujujiegousuanfa

    0下载:
  2. 第一章 ◆ 数据:指能够被计算机识别、存储和加工处理的信息载体。 ◆ 数据元素:就是数据的基本单位,在某些情况下,数据元素也称为元素、结点、顶点、记录。数据元素有时可以由若干数据项组成。 ◆ 数据类型:是一个值的集合以及在这些值上定义的一组操作的总称。        在高级语言程序中又分为:非结构的原子类型和结构类型 ◆ 抽象数据类型(ADT):是指一个数学模型以及定义在该模型上的一组操作。        一个抽象的数据类型的软件模块通常包含 定义和表示和实现    
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:402265
    • 提供者:LM7
  1. matlab-for-programming

    0下载:
  2. 主要对matlab在编程方面的应用作一个较详细的介绍,其中涉及了编程必然须注意的变量类型、数据类型、程序控制语句及matlab函数等相关内容-matlab for programming
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:15128
    • 提供者:邓志平
  1. OrthogonalListMatrix

    0下载:
  2. 十字链表实现的稀疏矩阵,C++编写,使用模板完成,适应各种自定义数据类型-Orthogonal List sparse matrix, C++ writing, using a template is complete, customized to adapt to a variety of data types
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1738
    • 提供者:王浩
  1. float_save

    0下载:
  2. 浮点数存储方法,此方法解决了浮点数不能使用强制转换数据类型,直接拆分存储的难题-Float storage, this method can not be used to solve the floating point data type cast directly split storage problems
  3. 所属分类:Data structs

    • 发布日期:2017-04-12
    • 文件大小:747
    • 提供者:road
  1. stack

    0下载:
  2. 数据结构常见抽象数据类型--栈的自定义实现-The custom implementation of common abstract data types--stack in data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1583
    • 提供者:孔维康
  1. queue

    0下载:
  2. 数据结构中常见抽象数据类型--队列的自定义实现-The custom implementation of common abstract data types--queue in data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:68324
    • 提供者:孔维康
  1. ContList

    0下载:
  2. 数据结构中常见抽象数据类型--线性表的自定义实现-The custom implementation of common abstract data types--continuous list in data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2443
    • 提供者:孔维康
  1. LinkList

    0下载:
  2. 数据结构中常见抽象数据类型--链式表的自定义实现-The custom implementation of common abstract data types--link list in data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2240
    • 提供者:孔维康
  1. Strings

    0下载:
  2. 数据结构中常见抽象数据类型--字符串的自定义实现-The custom implementation of common abstract data types--strings in data structure
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:1930
    • 提供者:孔维康
  1. shujuleixing--matlab

    0下载:
  2. matlab数据类型的源程序,希望对大家有帮助-Matlab source data type, hope to help everyone
  3. 所属分类:matlab

    • 发布日期:2017-04-28
    • 文件大小:16463
    • 提供者:董女士
  1. StackTest

    0下载:
  2. 顺序栈和堆栈的实现。 顺序栈被定义为一个结构类型,它有两个域data和top。data为一个一维数组,用于存储栈中元素,DataType为栈元素的数据类型(有待设定)。top为int型,它的取值范围为0..sqstack_maxsize-1。top=0表示栈空,top=sqstack_maxsize-1表示栈满。-Order stacks and stacks of implementation. Is defined as a sequence of stack structure typ
  3. 所属分类:Data structs

    • 发布日期:2017-05-11
    • 文件大小:2058017
    • 提供者:卡卡
  1. large-number-factoriol

    0下载:
  2. 由于一些大数的阶乘运算,超出数据类型的表示范围,所需要一些方法来解决-Because some of the large numbers of factorial operations beyond the scope of the data type of representation, which need some way to solve
  3. 所属分类:Algorithm

    • 发布日期:2017-05-13
    • 文件大小:2962205
    • 提供者:王肖辉
  1. lastexp

    0下载:
  2. 对已知后缀表达式进行求值(运用栈)主要是大体算法,对不同数据类型可稍作改变-English I can t write!!!
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:211018
    • 提供者:Fox_Power
  1. robotsV2

    0下载:
  2. VC 工业机器人控制源码 #include<windows.h>//包含基本数据类型定义 #include<stdlib.h> //数学函数库 #include<string.h> //数学函数库 #include<stdio.h>//输入输出库 #include math.h #include winio.h #define ID_MYBUT50 50//自动运行 #define ID_MYBUT51 51//
  3. 所属分类:Algorithm

    • 发布日期:2017-04-25
    • 文件大小:169335
    • 提供者:尚当
  1. zz2

    0下载:
  2. (1)顺序存储结构的实现。 列如,已知: f(x)=8x^6+5x^5-10x^4+32x^2-x+10,g(x)=7x^5+10x^4-20x^3-10x^2+x, 求和结果:f(x)+g(x)=8x^6+12x^5-20x^3+22x^2+10。 顺序表数据类型定义如下: #define MAXLEN 100 typedef struct { int data[MAXLEN] int last }SeqList (2)链式存储结构
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:907
    • 提供者:金珠燕
  1. 10-to-2

    0下载:
  2. 将十进制转换成二进制,能够有效的实现该功能,且可以实现矩阵等数据类型转换。-To convert decimal to binary, can effectively implement this feature, and can achieve a matrix such as data type conversion.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1074
    • 提供者:胡建
  1. 16-to-10

    0下载:
  2. 将十六进制转换成十进制,可实现矩阵等数据类型的转换-Hexadecimal to decimal conversion can be achieved, such as data type conversion matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1016
    • 提供者:胡建
  1. two-fork-tree

    0下载:
  2. 根据二叉树的抽象数据类型的定义,使用二叉链表实现一个二叉树。实现二叉树的基本功能。 -According binary abstract data type definition, use two forks to implement a binary tree list. Achieve the basic functions of a binary tree.
  3. 所属分类:Data structs

    • 发布日期:2017-04-30
    • 文件大小:47526
    • 提供者:周琳
  1. char2cell

    0下载:
  2. 将char数据类型转变为cell胞元类型,为.m文件,载入可直接使用函数-The char data type is converted to cell cell types, for the.M file, loading it and you can directly use this useful function.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2437
    • 提供者:黄可京
  1. Chp2-Lineer

    0下载:
  2. 根据线性表的抽象数据类型的定义,选择下面任一种链式结构实现线性表,并完成线性表的基本功能。 线性表存储结构(五选一): 1、 带头结点的单链表 2、 不带头结点的单链表 3、 循环链表 4、 双链表 5、 静态链表 线性表的基本功能: 1、 构造:使用头插法、尾插法两种方法 2、 插入:要求建立的链表按照关键字从小到大有序 3、 删除 4、 查找:按位置查找和按值查找 5、 获取链表长度 6、 销毁 编写测试main()函数测试线性表的正确
  3. 所属分类:Data structs

    • 发布日期:2017-05-20
    • 文件大小:5233144
    • 提供者:Jimmy
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 18 »
搜珍网 www.dssz.com