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

搜索资源列表

  1. data_structure

    0下载:
  2. 几乎涵盖了全部的数据结构类型和操作。便于学习和理解各个数据结构之间的关联关系。-Covers almost all types of data structures and operations. Easy to learn and understand the relationships between various data structures.
  3. 所属分类:Console

    • 发布日期:2017-05-07
    • 文件大小:1065639
    • 提供者:xzc
  1. here

    1下载:
  2. 最大报销额问题 问题描述 实验室经常要报销一定额度的发票,Sao 负责这项工作。允许报销的发票类型包括买图 书(A 类)、文具(B 类)、差旅(C 类),要求每张发票的总额不得超过1000 元,每张发票 上,单项物品的价值不得超过600 元。 数据输入 测试输入包含若干测试用例。每个测试用例的第1行包含两个正数Q 和N,其中Q 是 给定的报销额度,N(<=30)是发票张数。随后是N 行输入,每行的格式为: m Type_1:price_1 Type_2:pr
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:785
    • 提供者:宋家
  1. 77

    0下载:
  2. 编程模拟洗牌和发牌过程。一副扑克有52张牌,分为4种花色(suit):黑桃(Spades)、红桃(Hearts)、草花(Clubs)、方块(Diamonds)。每种花色又有13张牌面(face):A,2,3,4,5,6,7,8,9,10,Jack,Queen,King。要求用结构体数组card表示52张牌,每张牌包括花色和牌面两个字符型数组类型的数据成员。 -the process of washing and giving poker cards
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:854
    • 提供者:janewio
  1. eee

    0下载:
  2. 顺序表的基本操作实现实验 要求:数据元素类型ElemType取整型int。按照顺序存储结构实现如下算法(各算法边界条件和返回结果适当给出)-The basic operations of a sequence table experiment Requirement: data element type ElemType integer type int. In sequence storage structure to achieve the following algorithm (
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-04
    • 文件大小:204930
    • 提供者:潘安琴
  1. lll

    0下载:
  2. 顺序表的基本操作实现实验 链表(带头结点)基本操作实验 要求:数据元素类型ElemType取字符型char。按照动态单循环链表结构实现如下算法(各算法边界条件适当给出): :-The node list (take the lead) basic operation experiment Requirement: data element type ElemType character type char. According to the dynamic single chai
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:200373
    • 提供者:潘安琴
  1. MapWindow3D

    0下载:
  2. 3d地图引擎,C#示例代码。渲染各种类型数据。-3D Map for windows
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-04
    • 文件大小:365104
    • 提供者:itechx
  1. OperationTXT-4

    0下载:
  2. 这一篇与上一篇比较类似,目的相同,不同之处为读入到了list中,list泛型集合可以当作可变长数组使用。通过StreamReader创建一个流sr,然后通过一个while循环将读得的每行数据放入字符串类型的list中,之后对每个list分割,并返回一个字符串数组,这个字符串数组就可以通过转化为double来计算了,计算完成后可以通过放入sb中统一写入到文本文档中。-This is a comparison similar to the previous one, the same purpose
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:44654
    • 提供者:Baron
  1. BinaryTreeToDetermine-TheTypeOf-Love

    0下载:
  2. 在MFC平台下开发系统,用来测试恋爱类型,主要的数据结构为二叉树,对于熟悉二叉树的用法有很大帮助。-In the MFC platform development system, used to test the type of love, the main data structure for the binary tree, for familiar with the usage of the binary tree is of great help.
  3. 所属分类:Other systems

    • 发布日期:2017-12-19
    • 文件大小:48238592
    • 提供者:王侠
  1. PortraitIdentifySystem

    0下载:
  2. 数据对接: wiform 从http获取数据,支持各种混合类型,如图片等类型。-Data Butt: wiform get data http, supports a variety of mixed types, such as images and other types.
  3. 所属分类:CSharp

    • 发布日期:2017-05-04
    • 文件大小:250007
    • 提供者:末华
  1. TraditionalKmeans

    0下载:
  2. 通过JAVA程序实现的小区话务数据聚类分析,该算法简单易操作,适合任意类型的数据。-Through the JAVA program to achieve cell traffic data cluster analysis, the algorithm is simple and easy to operate, suitable for any type of data.
  3. 所属分类:Other systems

    • 发布日期:2017-05-04
    • 文件大小:4888
    • 提供者:周鹏
  1. i

    3下载:
  2. // 实验内容: // 1:使用C语言实现一个长度可扩充的数组(包含必要的数据结构及函数); // 2:要求能存放任意类型的数据(建议先实现存储整形的代码,之后改写成适应任意类型的代码); // 3:所写程序需能通过测试程序 // 4:除本文件(测试文件)之外,其他文件(如CLibArray.cpp及CLibArray.h文件)、以及工程由同学自己建立。过程中可翻书,可查看msdn。 -for a array
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-04
    • 文件大小:236154
    • 提供者:吕万友
  1. HEX

    0下载:
  2. Stirling ,二进制查看工具,可以根据数据结构显示数值类型-binary editor stirling
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:338486
    • 提供者:sonc
  1. KepServerOPC

    2下载:
  2. KepServerOPC 适用于所有类型PLC的Kepserver读取数据-KepServerOPC can slove all plc connect
  3. 所属分类:.net

    • 发布日期:2017-05-05
    • 文件大小:105101
    • 提供者:张晓
  1. Grid-computing

    1下载:
  2. 该源码是栅格数据空间分析中进行数据处理和分析最常见的方法,能够解决各种类型的问题尤其重要的是,它是建立复杂的应用数学模型的基本模块-The source is raster data spatial analysis in data processing and analysis of the most common method, to solve the problem of various types of particularly important, it is a basic mod
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:238245
    • 提供者:刘一
  1. SVM

    1下载:
  2. 支持向量机(SVM)分类支持向量机的故障诊断,主要可以处理多维数据,该算法能否实现故障和故障类型的判断-For support vector machine (SVM) classification of SVM fault diagnosis, the main can handle multidimensional data, whether the algorithm can realize fault and failure types of judgment
  3. 所属分类:Other systems

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:赵芸
  1. RONGYUZIDIAN

    0下载:
  2. 利用构造冗余字典的方法实现数据分类问题,将数据进行稀疏分解,通过稀疏向量和残差判断故障类型-The method of using structural redundancy dictionary for data classification problem, the data are sparse decomposition, through sparse vector and residual judge fault type
  3. 所属分类:Other systems

    • 发布日期:2017-12-13
    • 文件大小:1012
    • 提供者:赵芸
  1. soukeygetdata

    0下载:
  2. Soukey采摘网站数据采集软件是一款基于.Net平台的开源软件,也是网站数据采集软件类型中唯一一款开源软件。尽管Soukey采摘开源,但并不会影响软件功能的提供,甚至要比一些商用软件的功能还要丰富。-Soukey picking web site data acquisition software is a.Net platform based open source software, but also the only type of open source software in the
  3. 所属分类:CSharp

    • 发布日期:2017-12-16
    • 文件大小:3881984
    • 提供者:cherish_yl
  1. readhdf

    1下载:
  2. 读取hdf,HDF 是美国国家高级计算应用中心(National Center for Supercomputing Application)为了满足各种领域研究需求而研制的一种能高效存储和分发科学数据的新型数据格式。一个HDF文件中可以包含多种类型的数据,如栅格图像数据,科学数据集,信息说明数据。这种数据结构,方便了我们对于信息的提取。例如,当我们打开一个HDF图像文件时,除了可以读取图像信息以外,还可以很容易的查取其地理定位,轨道参数,图像噪声等各种信息参数。HDF 的数据结构是一种分层式数
  3. 所属分类:Windows编程

  1. javaWeb投票管理系统源码 (1)

    1下载:
  2. 在线投票系统主要用来统计网站用户对某个主题或热门话题的意见。决策者通过这些统计数据做出相应的决策。在线投票系统是一般网站必备的程序之一,如果网站开发者想了解用户对该网站的意见和建议。他可以设计这样一个投票主题:你认为该网站如何?(A.很好 B.一般C.不好)然后提供给用户进行投票。 我的投票系统具有极大的灵活性,投票类型分为单选投票和多选投票。管理员可以在线设计不同的投票主题供用户进行投票。(Questionnaire based on javaweb online voting syste
  3. 所属分类:其他

    • 发布日期:2017-12-15
    • 文件大小:5927936
    • 提供者:我是你88
  1. Matrix

    0下载:
  2. 包含三个数据成员:行(int 类型),列(int 类型),一个指针变量。提供一个无参数传递的构造函数和一个包含两个参数传递的构造函数。提供一个成员函数,设置矩阵元素。(Contains three data members: row (int type), column (int type), and a pointer variable. Provides a constructor with no arguments and a constructor that contains two p
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:1024
    • 提供者:家鸽
« 1 2 ... 38 39 40 41 42 4344 45 46 »
搜珍网 www.dssz.com