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

搜索资源列表

  1. SY_01_1

    0下载:
  2. 用结构体实现复数数据类型定义并实现复数运算,实现输入数据-Use the structure to achieve the definition of complex data types and to achieve complex operations, the realization of the input data
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1190144
    • 提供者:王二
  1. MyMatrix

    0下载:
  2. DEV C++ 写的一个矩阵类,用列主元消去法求模的。类的构造函数接收矩阵的行列值或者是一个vector<vector<double> >类型的变量。没有用模板,数据类型是double.-DEV C++ to write a matrix class, with out seeking principal mode of elimination. Class constructor to receive the rank of matrix or a vector val
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:150385
    • 提供者:xiamin
  1. SavitchIn

    0下载:
  2. 支持各种类型的数据类型的输入,方便软件开发人员的编程-Support various types of input data types to facilitate programming software developer
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-14
    • 文件大小:3397
    • 提供者:dds
  1. POS-(VB)

    0下载:
  2. 使用VISUAL BASIC 编写的POS机收银软件 试用于一般的小型店铺,修改后也可扩展功能-VISUAL BASIC prepared to use POS software, cash register machine trial of the small shops in general, may also be revised and expanded
  3. 所属分类:ADO-ODBC

    • 发布日期:2017-03-31
    • 文件大小:646320
    • 提供者:黄东启
  1. HK

    0下载:
  2. .本程序利用栈,可实现输入、判断数据类型、判断运算优先级、运算、输出,将用户输入的表达式进行处理,并在最后进行一定范围内的计算。 2.具体操作:在输入一系列的数字后在所要算的数据结束的最后一位后边加#,这样就结束了整个系统所读入的数据。
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:4812
    • 提供者:崔庚
  1. cshapentryCourseware

    0下载:
  2. c#入门课件 第01章 C#.NET概述.ppt 第02章 C#数据类型.ppt 第03章 C# 语 句.ppt 第04章 类.ppt 第05章 继承、多态、委托与事件.ppt 第06章 设计窗体和控件.ppt 第07章 ADO.NET与数据操作.ppt 第08章 ASP.NET Web应用程序开发.ppt 第09章 网络协议与套接字编程 .ppt 第10章 TCP协议开发 .ppt 第11章 UDP协议开发 .ppt 第12章 FTP协议开发.p
  3. 所属分类:CSharp

    • 发布日期:2015-10-15
    • 文件大小:1711092
    • 提供者:王勇
  1. BEIHANGVerilogjiaocheng

    0下载:
  2. 北航Verilog教程. Verilog HDL基本结构 数据类型及常量、变量 运算符及表达式 语句 赋值语句和块语句 条件语句 ... -BUAA Verilog Tutorial. Verilog HDL data types and the basic structure of constants, variables and expression operator assignment statements and conditional stat
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2350532
    • 提供者:黄虎
  1. PEDump

    0下载:
  2. PEDUMP程序自从1994年的版本以来,已经有了明显的改善。它可以显示在PE里的每一个数据类型,包括: IMAGE_NT_HEADERS   输入/输出表   资源   基址重定位   debug目录   延迟装入输入表   绑定输入描述符   IA-64异常处理表   TLS初始化数据   .NET运行时头部 除了可导出PE可执行文件外,PEDUMP也能导出COFF格式的OBJ文
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:64559
    • 提供者:王一
  1. Compiler

    1下载:
  2. 本设计Tiger语言为源语言,制作了编译程序的前端部分,主要包括了词法分析、语法分析、抽象语法树和类型检查的设计和实现方法,以及课程设计中碰到的问题、实验心得、参考数据等。-Tiger of the design language for the source language, has produced a compiler front-end parts, including the lexical analysis, syntax analysis, abstract syntax tre
  3. 所属分类:Compiler program

    • 发布日期:2014-11-09
    • 文件大小:389798
    • 提供者:jack sio
  1. Onedimensionalarrclastemplate

    0下载:
  2. 建立一维数组数据结构的模板类,使一维数组中的数据元素可以是char, int, float等多种数据类型,类中的成员函数主要包括: 排序函数,能够对数组元素进行升序排列; 查找函数,能够在输入待查元素后,输出其在数组中的下标; 构造函数,初始化输入数组元素,这里要求数组元素的个数n是一个变量; 析构函数,释放数组元素所占用的堆内存; Set函数,可以为指定的数组元素赋值; Get函数,可以读取指定数组元素的值; Print函数,可以输出数组元素的值。 编写一个测试
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-05
    • 文件大小:1301
    • 提供者:晓华
  1. Date_structure_tutorial_1

    0下载:
  2. 第一课:数据结构的基本概念和术语 第二课:抽象数据类型的表示与实现 第三课:算法及算法设计要求 第四课:算法效率的度量和存储空间需 -First lesson: the basic concepts of data structure and terminology of the second lesson: the expression of abstract data types and implementation of the third lesson: algorith
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:378855
    • 提供者:zhb
  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. 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 2 ... 12 13 14 15 16 1718 19 20 21 22 ... 50 »
搜珍网 www.dssz.com