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

搜索资源列表

  1. 0908030206xin

    0下载:
  2. 一、 地理数据文件应用 对由点、线、面构成的地理数据文件进行打开、读取、关闭操作。 要求: 1、在C++环境下,通过程序设计实现文本格式数据文件的操作; 2、在打开数据文件后,生成点、线、面三个链表,分别用于记录三种类型的数据。 3、数据文件结构说明 -Geographic data file applications by point, line, surface consisting of geographic data file open, read, and cl
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-10
    • 文件大小:10613774
    • 提供者:申兰兰
  1. my-html20071218

    0下载:
  2. 读指定类型数据库(如mysql),根据一些规则数据,如学生ID等生成一串的html格式的网页链接代码-Web link code read the specified type of database (mysql) data according to some rules, such as student ID to generate a bunch of html format
  3. 所属分类:Other systems

    • 发布日期:2017-11-13
    • 文件大小:2581
    • 提供者:luxin
  1. panduansanjiaoxing

    0下载:
  2. 输入三个数据,可以判断出能否构成三角形,如果能,就输出是什么类型的三角形。-The input data can determine the ability to form a triangle, if we can, on the output is what type of triangle.
  3. 所属分类:Other systems

    • 发布日期:2017-11-29
    • 文件大小:174172
    • 提供者:dlx
  1. 2-1

    0下载:
  2. 1. 自定义一个示意性的复数类型complex,其中含有若干个成员函数,使用该类可以完成复数的加法以及对复数的输出。请完成类定义,并编制主函数,说明complex类对象,对定义的各成员函数进行调用。 class complex{ double real //复数实部 double imag //复数虚部 public: complex() //无参构造函数 complex(double r, double i) //2参构造函数 c
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:551
    • 提供者:fr
  1. zuoye3_1

    0下载:
  2. 1. 所谓双端队列(double-ended queue,deque),就是在列表的两端都可以插入和删除数据。因此它允许的操作有Create、IsEmpty、IsFull、Left、Right、AddLeft、AddRight、DeleteLeft、DeleteRight。使用循环数组方式实现双端队列,要求实现上述操作,并实现一个Print输出操作,能将队列由左至右的次序输出于一行,元素间用空格间隔。队列元素类型设为整型。-Called deque (double-ended queue, de
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:2424
    • 提供者:张蕊
  1. point_sru

    0下载:
  2. 指向结构体类型数据的指针 指向结构体类型数据的指针 -Point to the types of data structure pointer to a pointer of the type of data structure
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:183068
    • 提供者:徐沈
  1. jsq

    0下载:
  2. 简单的计算器 规则1:实现 +、-、X、/ 四则运算,数据仅包含整数,不考虑计算结果溢出的情况 规则2:程序仅需要实现类似"a + b * c / d - e" 这种类型字符串的计算,式子中操作符的个数不超过10个。其他复杂情况不考虑。 例如 输入: 1 + 2 * 3 - 4 / 2 输出: 5-A simple calculator Rule 1: achieve+,-, X, \/four operations, the data contains only
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-12
    • 文件大小:1144
    • 提供者:施驰乐
  1. char_string

    0下载:
  2. 举例实现由int转换到char类型;string数据连接添加char数组;string转化到const char类型;-Example to achieve the conversion from int to char type string data connections add char array string conversion to const char type
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:989469
    • 提供者:沈耀强
  1. ShpMerge_Code

    0下载:
  2. 将选中文件夹下所有同类型的shp数据merge功能-Select the folder under all of the same type shp data merge function
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-22
    • 文件大小:5525
    • 提供者:qiaowang
  1. hello

    0下载:
  2. 在Hello应用程序中,分别在应用程序类、文档类、主框架窗口类中增加一个字符串类型(CString)的数据成员,然后在视图类中分别访问上述3个变量,并显示字符串的内容。单击右键显示文本框-Add a string type (CString) Hello applications, the application class, a document class, the main frame window class data members, and then visit the three
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:9585820
    • 提供者:ly
  1. 16to10

    0下载:
  2. 16进制跟10进制数据的相互转换,其他类型转换可以参照此中方式-Hexadecimal with decimal data conversion, and other types of conversion can reference herein way
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-01
    • 文件大小:3585170
    • 提供者:jk
  1. jquery.tablehightlight

    0下载:
  2. 一个小插件来突出行和列在表使其更容易使用如果你有大量的数据…所以小玩意,一些大的! 有两种类型的高亮显示,简单的和复杂的。简单的只是突出了行 复杂将突出行,列和列标题。 -A little plugin to highlight rows and columns on tables making them easier to use if you have large amounts of data... So something small for something large!
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:755
    • 提供者:agdfsko
  1. sizayunsuan

    0下载:
  2. 四则运算之加减法--C语言编程 计算机所能完成的一个基本功能就是完成数据的计算,譬如加法、减法等等。但是在任何一种计算机上,计算中能够使用的数字都是有一定范围的,超过了范围,就没法得到精确的结果。 你现在接受了一个任务,要编写一个高精度计算器的核心部分。所谓高精度计算器,就是可以计算很大很大的数据的计算器。而你所需要编写的程序,就是真正完成高精度加法和高精度减法运算的两个函数,因为程序其它的部分已经由别人编写好了。 函数的输入、输出接口也已经定义完成,譬如 plu
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:799
    • 提供者:杨晨
  1. vege

    1下载:
  2. 植被重分类程序,将土地覆盖的类型由17种根据范围重新划分为13种。本程序适用于水文、气象、生态领域的模型数据准备。-A PROGRAM FOR RECLASSIFICATION OF VEGETATION AND LANDCOVER.IT CAN BE USED IN GEOGRAPHY AND HYDROOLOGY etc.
  3. 所属分类:Other systems

    • 发布日期:2017-11-27
    • 文件大小:644
    • 提供者:陈昌春
  1. writeVTK

    0下载:
  2. 将文件写成VTK格式,能够实现点格式数据挖成VTK类型-To file written VTK format, able to achieve point format data to dig into VTK type
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-03
    • 文件大小:2784
    • 提供者:李琳
  1. eemd

    0下载:
  2. 经验模态分解(Empirical Mode Decomposition, EMD)方法是由美国NASA的黄锷博士提出的一种信号分析方法。它依据数据自身的时间尺度特征来进行信号分解,无须预先设定任何基函数。EMD方法在理论上可以应用于任何类型的信号的分解,因而在处理非平稳及非线性信号序列上具有很高的信噪比,体现出非常明显的优势。-Empirical Mode Decomposition (EMD) is a signal analysis method proposed by the U.S. N
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-07
    • 文件大小:614
    • 提供者:Sharon
  1. program

    0下载:
  2. 重载函数的使用,实现各种不同类型数据之间的比较,每种类型三个数进行比较,找到最大数-Use of overloaded functions, to achieve a variety of different types of data comparison between the three comparison of the number of each type, to find the maximum number of
  3. 所属分类:Other systems

    • 发布日期:2017-11-26
    • 文件大小:7372
    • 提供者:mary
  1. stl_map

    0下载:
  2. 映射和多重映射基于某一类型Key的键集的存在,提供对T类型的数据进行快速和高效的检索。对map而言,键只是指存储在容器中的某一成员。Map不支持副本键,multimap支持副本键。-Mapping and multiple mapping based on a key set of type Key exist, provide fast and efficient retrieval of data of type T. On the map, the key is only stored i
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-11
    • 文件大小:6015
    • 提供者:王孟贤
  1. 1

    0下载:
  2. 编写优先队列数据(priority_queue)类型-Write priority queue data (priority_queue) of type
  3. 所属分类:Other systems

    • 发布日期:2017-12-05
    • 文件大小:2023
    • 提供者:张一
  1. 155f

    0下载:
  2. 1\无需数据库支持,不存在注入与攻击. 2\数据以文件夹方式存储,无限分类,无限记录条数. 3\支持多语言,多模板,自定义变量,信息页自定义项. 4\支持伪地址,灵活定义地址参数. 5\运用国际流行的SMARTY技术,参数可调. 6\模板自定义编辑,不同类型可以交叉调用. 7\友情链接自定义,自定义CSS风格. 8\一键修复所有数据结构。 9\读写分流技术,不会造成数据丢失。-1 \ No database support, there is no injecti
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-08
    • 文件大小:3381458
    • 提供者:张一博
« 1 2 ... 5 6 7 8 9 1011 12 13 14 »
搜珍网 www.dssz.com