CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 变量

搜索资源列表

  1. 顺序表的应用

    0下载:
  2. 顺序表的应用 (1) 已知长度为n的线性表A采用顺序存储结构,请写一时间复杂度为0(n)、空间复杂度为0(1)的算法,该算法删除线性表中所有值为item的数据元素。要求:线性表元素个数n很大,而值为item的数据元素个数很少,要求移动元素个数尽量少;删除后的数组元素与原数组元素不必保持顺序一致。 (2)编写一个函数将一个顺序表A(有n个元素,且任何元素均不为0)分拆成两个顺序表,使A中大于0的元素存放在B中,小于0的元素存放在C中。 (3)假设一个算术表达式中包含圆括号,方括号
  3. 所属分类:技术管理

    • 发布日期:2016-01-22
    • 文件大小:2048
    • 提供者:jay
  1. 北京中软笔试题

    0下载:
  2. 北京中软笔试题 1.不许用中间变量,把String ABCDE 倒转 2.10000个数求第2大的数,不许用排序算法. 3.排序算法的测试用例 ,Beijing Sino-soft pen test 1. Not allowed to use intermediate variables, the number of String ABCDE inverted 2.10000 seeking large number of No. 2, not allowed to use so
  3. 所属分类:软件工程

    • 发布日期:2017-03-23
    • 文件大小:7718
    • 提供者:Diego Guo
  1. FLoat_GA.rar

    0下载:
  2. 基于改进的遗传算法,使用浮点编码,使用变量的真值,使其物理意义明确,加速了收敛,Improved genetic algorithm based on the use of floating-point encoding, the true value of the use of variables to make it clear physical meaning to speed up the convergence
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:76108
    • 提供者:张振杰
  1. What-energy-functions-can-be-m

    0下载:
  2. 本文首先介绍了需要通过graph cut最小化的能量函数的特性。虽然是二进制变量但是很容易推广到其他方面。我们详细描述了通过graphcut最小化的能量函数。并提供了最小化能量函数的通用构建。最后给出了最小化二进制能量函数的必要条件。,In this paper, we give a characterization of the energy functions that can be minimized by graph cuts. Our results are restricted to
  3. 所属分类:File Formats

    • 发布日期:2017-03-23
    • 文件大小:330974
    • 提供者:巡洋舰
  1. csift(color-invariant-)

    0下载:
  2. 图像特征点检测和描述,运用颜色不变量表示特征和描述符-sift color invariance,descr iptor
  3. 所属分类:Document

    • 发布日期:2016-01-14
    • 文件大小:2880512
    • 提供者:王蓉
  1. JDK

    0下载:
  2. JDK环境变量设置方法,以及如何测试是否成功-JDK environment variable is set, and how the test is successful
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:130829
    • 提供者:hdk
  1. BankAccount

    0下载:
  2. 定义一个类Account实现银行帐户的概念,包括的成员变量有“账户名”、"帐号"和"账户余额"。 定义一个"存款"方法能往银行账户中存钱 定义一个“取款”方法能从银行账户中取钱 定义一个"显示余额"显示账户中的余额。 定义一个main主方法创建一个银行账户对象,并把该银行账户对象的账号初始化为6222 0000 0000 0000、账户余额为100元。向该账户中存入1000元,然后从该账户中取出200元。显示该账户的信息和账户余额。 -import java.awt.
  3. 所属分类:File Formats

    • 发布日期:2017-03-23
    • 文件大小:8718
    • 提供者:peng yu
  1. account

    0下载:
  2. 一个银行账户类,成员变量包括帐号,开户时间。身份证号码,存款余额等帐户信息。-A bank account class member variables include the account number, account opening time. Identity card numbers, account deposit balance information.
  3. 所属分类:File Formats

    • 发布日期:2017-11-06
    • 文件大小:1261
    • 提供者:zhouxiao
  1. android项目命名规范

    0下载:
  2. android项目命名规范 包命名 文件命名 ID命名 资源命名 变量命名
  3. 所属分类:文档资料

    • 发布日期:2012-10-19
    • 文件大小:30720
    • 提供者:clairekuo
  1. Solving-equations-using-Solver

    0下载:
  2. 在EXCEL中可以用“单变量求解”解一元多次方程,用“规划求解”解多元方程或找到数学模型的最优解-excel Solving equations using Solver
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:124370
    • 提供者:pingcheng
  1. HGE-cn

    0下载:
  2. 无意中发现了HGE中文社区,听朋友介绍,认识了HGE,然后开始对它进行研究,并使用HGE开始制作游戏。 因为我所得的资料基本上都是来源于各位高手的无私翻译,所以,我打算也做一些贡献出来,在这里写一篇HGE的基础教程,供刚接触HGE的朋友研究学习。 教程中可能会出现一些错误,请大家及时指正。由于我也是初学者,包括C++,也只是一个初学者,所以写出的教程可能质量并不高,也请大家谅解。 另外,学习此教程需要C++的基本知识,不需要非常高深,只需要了解函数调用、结构体、枚举、常量、变量
  3. 所属分类:software engineering

    • 发布日期:2017-03-23
    • 文件大小:12381
    • 提供者:Tonny
  1. installshield

    0下载:
  2. InstallShield打包安装程序逻辑包括Mysql初始化 安装jre 配置环境变量 简单注册码生成的脚本语句 -InstallShield package installation logic, including Mysql configuration environment variable initialization install jre simple registration code generated scr ipt statement
  3. 所属分类:Project Manage

    • 发布日期:2017-03-26
    • 文件大小:5033
    • 提供者:lgm
  1. Doxygen设置

    0下载:
  2. Doxygen的设置说明,环境设置,还包括变量函数说明的格式
  3. 所属分类:编程文档

    • 发布日期:2012-11-09
    • 文件大小:6156288
    • 提供者:wyt111@yeah.net
  1. csift

    0下载:
  2. 一种基于彩色图像的SIFT方法,先算彩色不变量再用SIFT算特征点-Color images based on SIFT method, first considered and then color invariant SIFT feature point count
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:290840
    • 提供者:杨娴
  1. c语言中头文件的建立与使用

    0下载:
  2. c语言中头文件的建立与使用-函数、全局变量、全局数组.doc 一些初学C语言的人,不知道头文件(*.h文件)原来还可以自己写的。只知道调用系统库函数时,要使用#i nclude语句将某些头文件包含进去。其实,头文件跟.C文件一样,是可以自己写的。头文件是一种文本文件,使用文本编辑器将代码编写好之后,以扩展名.h保存就行了。头文件中一般放一些重复使用的代码,例如函数声明,变量声明,常数定义,宏的定义等等。当使用#i nclude语句将头文件引用时,相当于将头文件中所有内容,复制到#i nclud
  3. 所属分类:编程文档

    • 发布日期:2012-11-13
    • 文件大小:45568
    • 提供者:coolhandy
  1. VC里一些容易混淆的地方

    0下载:
  2. vc里好多得地方容易让人混淆,比如,一些宏和变量只是大小写得区别,很容易让人迷惑得,该文章里介绍了不少类似得容易混淆得地方-vc good are many the place to be easy to let the person confuse, for instance, some great and the variable only is the big small letter results in the difference, is very easy to let the
  3. 所属分类:Document

    • 发布日期:2017-11-21
    • 文件大小:1919
    • 提供者:李振
  1. programmingcriterion

    0下载:
  2. 编程规范,变量函数名规范,格式规范,注释规范,文件保留。-Programming specification, variable function names standardized format specification, notes norms, document retention.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:3572
    • 提供者:彰化
  1. namespace

    0下载:
  2. 主要简述在编程过程中需要怎么样来对变量取名-Mainly on the needs in the programming process to how to name variables
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:23684
    • 提供者:彰化
  1. MATLAB_2

    0下载:
  2. MATLAB矩阵及其运算课件 变量和数据操作 结构数据和单元数据-MATLAB matrix and computing courseware structure of variables and data manipulation of data and unit data
  3. 所属分类:software engineering

    • 发布日期:2017-03-26
    • 文件大小:20134
    • 提供者:潘文
  1. piaoyimoxing_bianliangxuanze

    0下载:
  2. 陀螺漂移模型变量的选择在建模中具有重要作用。本文讨论了变量选择的多种方法,提出一种改进的子集比较法,并结合陀螺测漂实例对实现模型变量的最优选择进行了研究 -Gyro drift model for the choice of variables in the modeling plays an important role. This article discusses a variety of variable selection method, a modified subset of
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:29940
    • 提供者:我爱
« 1 2 3 45 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com