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

搜索资源列表

  1. nsga2

    0下载:
  2. 这是一个遗传算法实现多目标优化。对多目标优化,non-domonated整理已用。设计变量可以是二进制,整数,实数的或枚举数据类型。 -This is a GA implementation for multi-objective optimization. For multi-objective optimization, non-domonated sorting has been used. The design variables can be Binary, Integer,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:37082
    • 提供者:姜徐东
  1. matlab6.5

    0下载:
  2. 本书第一章系统讲述 MATLAB6.5 的集成工作平台,引导读者初会MATLAB 基本用法。 第二、三章系统叙述MATLAB6.1 的四大基本数据类型(数值数组、字符串数组、元胞数组、构架数组),至于其它扩展数据类型(函数句柄、符号数据、内联函数、unit 数组、稀疏类)则另辟章节专述。此后,本书用九个独立章分述MATLAB6.5 的数值计算、符号计算、函数和数据可视、面向对象编程、GUI 交互操作界面设计、EXE 独立应用程序生成、实现不同软件平台交互的API、M-book 数据图形文字环
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3490981
    • 提供者:yanye
  1. MATLAB-language-tutorial

    0下载:
  2. 《MATLAB语言实用教程》采用最新版MATLAB R2009a,详细介绍了MATLAB的编程基础及其扩展,使读者能够快速掌握MATLAB基本编程的方法和不同工具箱的使用方法。《MATLAB语言实用教程》共分11章,包括MATLAB入门、MATLAB的基本元素与数据类型、数组与矩阵、MATLAB的程序、MATLAB的图形绘制、MATLAB的科学计算、符号计算、MATLAB在工程数学中的应用、创建用户图形界面、Simulink建模与仿真和MATLAB的应用等内容。 -" MATLAB langua
  3. 所属分类:matlab

    • 发布日期:2017-06-20
    • 文件大小:33080320
    • 提供者:钟娴
  1. 10102130203

    0下载:
  2. 与矩阵连乘最小乘法数问题类似,虽然不需要记录加括号的方式,但是需要纪录下从i乘到j的结果中为a、b、c的个数,以便在后续的计算中可以用到之前的数据,避免重复计算。所以就需要用三维数组来存储(当然用struct结构体数据类型也很方便)或者用两个数组。-With a matrix with minimal multiplication problem similar, although need not record bracketed style, but need to record from
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:296402
    • 提供者:张小迪
  1. joseph

    0下载:
  2. 模拟约瑟夫环(josephus)问题: n个人(编号为1,2,3,……,n (n>0) )按顺时针方向围坐一圈,每人持有一个正整数密码。开始时任意给出两个值:一个为首先报数的人的编号i (0<i<=n),另一个为起始报数上限值m。接着从编号为i的人开始按顺时针方向自1起顺序报数,报到m时停止报数,且报到m的人出列,并将他的密码作为新的m值,从他在顺时针方向上的下一个人起重新自1报数,……,如此下去,直到所有人全部出列为止。设计一个程序模拟此过程,给出出列人的编号序列。 基本
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:312243
    • 提供者:陈若耿
  1. Polynomial

    0下载:
  2. 数据结构课程设计一元多项式的实现(抽象数据类型)-Data structure courses to design a polynomial realization (abstract data type)
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:242509
    • 提供者:黄斌
  1. StaticSearchTable

    0下载:
  2. 静态查找表的四个基本操作的实现,是一种抽象数据类型。-Static lookup table of the four basic operations to achieve an abstract data type.
  3. 所属分类:Data structs

    • 发布日期:2017-04-25
    • 文件大小:297235
    • 提供者:lihaizhen
  1. queue

    1下载:
  2. 使用模版技术实现,该队列内能存储各种数据类型如int、char、string以及自定义类型-Use template technology, the queue can store various data types such as int, char, string, and custom type
  3. 所属分类:Data structs

    • 发布日期:2015-05-06
    • 文件大小:8192
    • 提供者:张一尘
  1. test

    0下载:
  2. 定义数据元素的数据类型为结构体的链式堆栈,然后设计一个主函数对链式堆栈进行测试。-Data elements defined data type stack for the structure of the chain, and then design a main function of the chain stack testing.
  3. 所属分类:Data structs

    • 发布日期:2017-03-25
    • 文件大小:978
    • 提供者:merlin漫
  1. AlgorithmsandDataStructures.pdf

    0下载:
  2. 算法与数据结构 第1章 引论 数据结构研究什么 基本概念和术语 数据类型和抽象数据类型 算法和算法分析 用C语言描述数据结构与算法-Algorithms and Data Structures
  3. 所属分类:Data structs

    • 发布日期:2017-12-01
    • 文件大小:606777
    • 提供者:SEED
  1. 05

    0下载:
  2. 字符串和其他数据类型 整数 位操作 细胞矩阵-Strings and other data types integer bit operating cell matrix
  3. 所属分类:matlab

    • 发布日期:2017-12-08
    • 文件大小:660239
    • 提供者:bhd
  1. Conversion-between-the-values

    0下载:
  2. 实现数值之间的进制转化,可以实现二进制、十进制和十六进制的转化,关键在于能够实现超过long int型的二进制转化,不受内存整形数据类型大小的限制-Values ​ ​ between hex ​ ​ conversion, binary, decimal, and hexadecimal conversion, the key is to be able to achieve more than long int type binary transfor
  3. 所属分类:Algorithm

    • 发布日期:2017-11-27
    • 文件大小:1519616
    • 提供者:夏东喜
  1. Integer

    0下载:
  2. 功能相对完整的大整数类,Integer 数据类型提供了针对 32 位处理器的优化性能-Relatively complete integer class, Integer data type provides optimized performance for 32-bit processors
  3. 所属分类:Data structs

    • 发布日期:2017-11-15
    • 文件大小:4952
    • 提供者:黄志杰
  1. BiTree

    0下载:
  2. 根据二叉树的抽象数据类型的定义。使用二叉链表实现一个二叉树。-set up a BiTree
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:2122407
    • 提供者:jjjs
  1. ds_3

    0下载:
  2. 数据结构基本数据类型的实现,包括堆栈,队列,动态表-The realization of the basic data types of the data structure
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:28406
    • 提供者:程亮亮
  1. MATLABTutorial

    0下载:
  2. matlab入门 包括矩阵运算 字符串和其他数据类型 线性方程系统 特征之和特征向量-matlab entry, including the characteristics of the system of linear equations of the the matrix operations strings and other data types and eigenvectors
  3. 所属分类:matlab

    • 发布日期:2017-12-09
    • 文件大小:14933714
    • 提供者:任鹏
  1. lab01

    0下载:
  2. 本实验用例为验证抽象数据类型复数的实现,主要实现c下实现抽象数据类型的加法、减法、乘法运算及复数的形式化输出。-The cases used in this experiment to verify the implementation of abstract data types plural, the main achievement of abstract data types of addition, subtraction, multiplication and plural form
  3. 所属分类:Data structs

    • 发布日期:2017-11-22
    • 文件大小:13056
    • 提供者:Andy
  1. BinarySortTree

    0下载:
  2. 二叉排序树的查找、插入和删除 要求:在屏幕上表示出二叉查找树的结构,用到的抽象数据类型为元素数据类型和二叉树结点类型。 -Binary sort tree search, insert, and delete requirements: binary search tree structure is shown on the screen, the abstract data types used for the element data type and the binary tree
  3. 所属分类:Data structs

    • 发布日期:2017-11-30
    • 文件大小:216966
    • 提供者:丁洁琼
  1. ch1

    0下载:
  2. 该程序是数据结构(严蔚敏版的)教程算法1-1的源代码抽象和数据类型Triplet和ElemType(由c1-1.h定义)的基本操作(8个)-The program is a data structure (Yan Wei-min version) Tutorial 1-1 algorithm source code abstraction and data types Triplet and ElemType (defined by the c1-1.h) the basic operation
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:406484
    • 提供者:若曦
  1. 2010011219_e7_p1

    0下载:
  2. 了解实际计算机运行中,由于数据类型的不同,发生的截断和舍入误差的问题-Understanding of the actual computer is running, due to the different types of data, the occurrence of truncation and rounding error problem
  3. 所属分类:Data structs

    • 发布日期:2017-05-02
    • 文件大小:894644
    • 提供者:flylucas
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 18 »
搜珍网 www.dssz.com