CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 数据类型

搜索资源列表

  1. 3.8CString

    0下载:
  2. CString 是一种很有用的数据类型。 这里面的好多函数都是自己写的,相信对你很有用。它们很大程度上简化了MFC中的许多操作,使得MFC在做字符串操作的时候方便了很多。不管怎样,使用CString有很多特殊的技巧,特别是对于纯C背景下走出来的程序员来说有点难以学习。-CString is a very useful data type. There' s a lot of functions are written in their own, I believe that is us
  3. 所属分类:source in ebook

    • 发布日期:2017-04-08
    • 文件大小:56972
    • 提供者:tezl2005
  1. Tree

    0下载:
  2. 函数程序设计haskell的作业,实现一个抽象数据类型tree模块-Programming haskell functions of operations, realization of an abstract data type tree module
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:665
    • 提供者:ucvvf
  1. julei

    0下载:
  2. 聚类是数据挖掘中重要的研究课题。文章介绍了聚类,讨论了聚类分析中的数据类型及其相异度,概括了数据 挖掘中常用的聚类方法。最后,提出了聚类研究中今后的若干发展趋势。-Clustering is an important data mining research. In this paper, clustering, cluster analysis discussed in the different data types and their degrees, a summary of com
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:160109
    • 提供者:李浩
  1. c

    0下载:
  2. c入门代码大全,算法大全,数据类型,文件,指针-c Guinness entry code, algorithms Guinness Entry code Guinness, Guinness algorithm, data type, file, pointer
  3. 所属分类:source in ebook

    • 发布日期:2017-03-30
    • 文件大小:796102
    • 提供者:yxing
  1. automatic-classification-cluster

    0下载:
  2. 一、问题描述若要在n个城市之间建役通信网络,只福要架设n-1条级路即可.如何以最低的经济代价建设这个通信网,是一个网的最小生成树问题。二、基本要求 (1)利用克鲁斯卡尔算法求图的最小生成树。 (2)能实现教科书6.5节中定义的抽象数据类型MFSet.以此表示构造生成树过程中的连通分量。 (3 ) 以文本形式输出生成树中各条边以及他们的权值.三、需求分析 1、构造图结构。 2、利用克鲁斯卡尔算法求图的最小生成树。 3、完成生成树的输出。 -I. Descr iption of the proble
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:684190
    • 提供者:赵婧
  1. Linuxdevicedriverdatatype

    0下载:
  2. Linux设备驱动程序学习(7)-内核的数据类型 - Linux设备驱动程序.rar-Linux设备驱动程序学习(7)-内核的数据类型- Linux设备驱动程序.rar
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-16
    • 文件大小:72204
    • 提供者:zwx
  1. juzhengxiangsheng

    0下载:
  2. 利用java实现矩阵*矩阵,通过输入参数的不同重载,实现不同数据类型的矩阵相乘-The realization of the use of java Matrix* matrix, the different input parameters through overloading, different types of data matrices
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:676
    • 提供者:蔡尧东
  1. 1

    0下载:
  2. 编写一个程序,输出基本数据类型char, short, int, long, float, double和指针类型void *, char *, short *, int *, long *, float *, double *的数据类型的长度。-The preparation of a program, the output of basic data types char, short, int, long, float, double and pointer type void*, cha
  3. 所属分类:assembly language

    • 发布日期:2017-04-01
    • 文件大小:891035
    • 提供者:bettwe
  1. binary-tree

    0下载:
  2. c语言描述的数据结构,二叉树的数据结构的抽象数据类型-c language to describe the data structure, binary tree data structure of the abstract data types
  3. 所属分类:Data structs

    • 发布日期:2017-03-22
    • 文件大小:1622
    • 提供者:
  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. lower_triangle

    0下载:
  2. 该压缩包包含下三角表格采用抽象数据类型实现的头文件和实现文件。-This file contains the lower_triangle s implement files and head files.
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:234051
    • 提供者:gzx
  1. cc

    0下载:
  2. 分析的是实例 #include<stdio.h> #include<stdlib.h> typedef struct BST* tree_pointer //定义数据类型 typedef struct BST{ int key tree_pointer left tree_pointer right }BST tree_pointer CreateBST(tree_pointer root, int data)
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:73043
    • 提供者:林明
  1. conversingofvectors

    0下载:
  2. 有关数值计算方法中的数组间成倍的转换问题,适用于多种数据类型-Numerical method of the array of inter-conversion, multiplied for a variety of data types
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-01
    • 文件大小:583407
    • 提供者:wangyumei
  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. Delphizidingyichengxushili

    0下载:
  2. Cell提供一些常用函数,然而Cell更注重自定义函数功能,采用C,VB,VBscr ipt等语言皆可以编制自定义函数。自定义函数可以无限制次数的嵌套。除了数值与字符串两种数据类型外,Cell还定义了单元格数据类型与区域数据类型,极大地增强了函数的易用性。-Cell to provide some common functions, but focus more on Cell Function-defined functions using C, VB, VBscr ipt and other
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:201958
    • 提供者:陈辉
  1. Binarytreedemoprogram

    0下载:
  2. 本程序设计实现抽象数据类型二叉树的演示程序-Design and Implementation of the program abstract data types binary tree demo program
  3. 所属分类:File Formats

    • 发布日期:2017-04-01
    • 文件大小:1830
    • 提供者:rambo
  1. Chapter_2

    0下载:
  2. 本章简要介绍Linux中一般的编码结构,并描述诸多与内核打交道的方法。我们首先 关注内核中常见数据类型,比如有效存储、信息检索、编码方法,以及基本汇编语言。这将 为我们在以后的章节中详细分析内核打下基础。接下来介绍Linux如何将源代码编译、链 接成可执行代码,这对理解交叉平台编码和更好地介绍GNU工具集不无益处。之后就是一 系列从Linux内核搜集信息的方法之概要了。本章涉及的内容非常广泛,包括源代码和可 执行代码的分析,以及在Linux内核中插入调试语句。-This ch
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:457400
    • 提供者:丹尼
  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. xmlhandle

    0下载:
  2. 处理xml,转换成python的数据类型-To deal with xml, convert the data types python
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:1565
    • 提供者:simon
  1. STCspi

    0下载:
  2. stc读写 5045读写 8574读写 数据类型转化-stc read and write to read and write 5045 into 8574 to read and write data types
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-03-29
    • 文件大小:6383
    • 提供者:chang
« 1 2 ... 16 17 18 19 20 2122 23 24 25 26 ... 50 »
搜珍网 www.dssz.com