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

搜索资源列表

  1. debugging-skills-

    0下载:
  2. VS 2008 基本调试技巧与UT初步 断点设置,调试输出,变量监视,调用堆栈-VS 2008 Basic debugging techniques with the UT initial breakpoint set, debug output, the variable monitor the call stack
  3. 所属分类:Software Testing

    • 发布日期:2017-04-01
    • 文件大小:149101
    • 提供者:丫丫
  1. New-classes

    0下载:
  2. 新类可从现有的类中产生并保留现有类的成员变量和方法,并可根据需要对 它们加以修改。新类还可添加新的变量和方法,这种现象就称为类的继承。 -New classes from existing classes and retain existing members of the class variables and methods can be modified according to need them. The new class can add new variables and
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:45049
    • 提供者:位竟晔
  1. Design-and-Feasibility

    0下载:
  2. 对复杂的工程环境进行多变量建模和仿真 并给定一定的环境干扰因素-complicated feasible
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:561226
    • 提供者:陈伟
  1. c

    0下载:
  2. 在c的环境下产生基于排队论的服从泊松分布的随机变量-generate poisson
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:647
    • 提供者:任彦昌
  1. CPPmust-know

    0下载:
  2. C++类型转换总结, 转换, C++垃圾回收机制, 封装与友员的矛盾, 变量/函数的声明/定义-c++ must know, includes type conversion, garbage collection and definitions and etc.
  3. 所属分类:software engineering

    • 发布日期:2017-04-02
    • 文件大小:659154
    • 提供者:陳哲理
  1. matlab0

    0下载:
  2. matlab语言基本规则介绍,包括变量定义,数组声明,循环遍历等-The basic rules of the matlab language introduction, including variable definitions, array declaration, loop through
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:229976
    • 提供者:tongwenya
  1. CSharpmult_threaded-pass-parameters

    0下载:
  2. 在多线程或单线程任务中,让线程带传入参数一直是个麻烦的问题,通常有种方法就是以类,对像的变量来传参数,这种方法理解上很简单不过在某些场合使用很麻烦,我们主要介绍一种.NET2.0中新增加的带参数运行线程的方法-With incoming parameters in multi-threaded or single-threaded task, let the thread has been a troubling issue, usually a kind of method is the cl
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:9004
    • 提供者:长林
  1. CPPnaming

    0下载:
  2. 里面有m-等命名规范有工程名 ,函数名 ,文件名 ,变量名-M-naming project name, function names, file names, variable names, etc.
  3. 所属分类:File Formats

    • 发布日期:2017-04-16
    • 文件大小:12526
    • 提供者:曹军
  1. shell-programming-specification

    0下载:
  2. shell编程规范,详细介绍了shell编程中的变量命名规范以及代码书写规范以及常用的shell编程技巧。-shell programming specification, detailing the variable naming conventions and norms and common code writing shell programming skills in shell programming.
  3. 所属分类:Communication

    • 发布日期:2017-03-31
    • 文件大小:26778
    • 提供者:高富帅
  1. serial

    0下载:
  2. 1.建立项目 2.在项目中插入MSComm控件 3.利用ClassWizard定义CMSComm类控制变量 4.在对话框中添加控件 5.添加串口事件消息处理函数OnComm() 6.打开和设置串口参数 7.发送数据 -(1) the establishment of Item 2. Into the MSComm control in the project. Control variable 4. Use ClassWizard defined CMSComm
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:25258
    • 提供者:super
  1. Multi_Versions_Serialize

    0下载:
  2. 软件开发时,修改doc类的成员变量将使得前面保存的文件不可用,本文介绍如何进行多版本保存,使得可以兼容多个版本的保存文件-Software development, the class member variables modify the doc will make the previously saved file is not available This article describes how to save multiple versions, making the save fi
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:6442
    • 提供者:wanyzh
  1. robot

    0下载:
  2. 机器人、六维力传感器仿真,动静态解耦,机电控制,多变量-Robot, the six-dimensional force sensor simulation, static and dynamic decoupling, mechatronics, multivariate
  3. 所属分类:Project Manage

    • 发布日期:2017-12-05
    • 文件大小:518144
    • 提供者:李强
  1. 2012B

    0下载:
  2. 数学建模,程序编程,在轨道计算中,时间是独立变量。但是,在计算不同的物理量时,却使用不同的时间系统。-Mathematical modeling, programming, orbital calculations, time is the independent variable. However, in the calculation of the different physical quantity, but using different time systems.
  3. 所属分类:software engineering

    • 发布日期:2017-12-03
    • 文件大小:179817
    • 提供者:erxin
  1. structural-body

    0下载:
  2. 8.1 基本要求 z 熟练掌握结构体类型的概念和定义方法以及结构体变量的定义和引用. z 掌握结构体类型数组的概念。 z 掌握指向结构体类型的指针概念和应用. z 熟练掌握运算符“.”和“-> ”的应用。 z 了解共用体的概念和应用。 z 了解用typedef定义新的类型名。 -翻译8.1 basic requirements Master structure body types of concept and definition method and
  3. 所属分类:software engineering

    • 发布日期:2017-11-26
    • 文件大小:109176
    • 提供者:河中冰
  1. psoalgorithms

    0下载:
  2. 求解0-1二次规划的粒子群算法 先将离散的0-1变量约束转化成了不光滑方程的约束,再用磨光函数方法对其光滑化。最终,把原来的数学模型转化为可微的非线性规划问题。最后,粒子群优化算法求解-0-1 first discrete particle swarm algorithm for solving 0-1 quadratic programming variable constraint transformed into smooth equations and constraints, it
  3. 所属分类:Software Testing

    • 发布日期:2017-12-02
    • 文件大小:2077
    • 提供者:sandy
  1. TC1782-Memory-Partitioning

    0下载:
  2. 英飞凌TC1782单片机内存管理,包括代码定位,变量定位,可用于标定CCP通信设置.-Infineon the TC1782 microcontroller memory management, including code positioning, variable positioning, can be used to calibrate the CCP communication settings.
  3. 所属分类:software engineering

    • 发布日期:2017-11-11
    • 文件大小:4530339
    • 提供者:黄锐景
  1. Transparent-teleoperatio

    0下载:
  2. 基于广义波变换的力反馈遥操作系统的透明性,推导了实现系统透明遥操作的最小波反射准则和严格阻抗匹配 准则。理论分析和数字仿真均表明:广义波变换遥操作系统的透明性是一个与输入频率相关的特性;同一组参数在不同的 输入频率下,系统的透明性不同;当系统输入频率增高时,透明降低。严格阻抗匹配的波变量遥操作系统在相应的输入频 率下,透明度高于最小波反射的波变量遥操作系统;最小波反射准则对输入频率的敏感程度则低于严格阻抗匹配准则。-Generalized wavelet transform-base
  3. 所属分类:Project Design

    • 发布日期:2017-11-18
    • 文件大小:241034
    • 提供者:caowenming8
  1. phase-space-reconstruction-

    0下载:
  2. 针对多输入复杂系统的相空间重构,内含多变量相空间重构程序清单 -The phase space reconstruction for multi-input complex systems containing multivariate phase space reconstruction program listings
  3. 所属分类:software engineering

    • 发布日期:2017-11-23
    • 文件大小:1542332
    • 提供者:jenny
  1. javahuanjingbianlianpeizhi

    0下载:
  2. 适合java初学者 环境变量的配置!~很实用-Suitable for the java beginners environmental variable configuration! ~ Very practical
  3. 所属分类:File Formats

    • 发布日期:2017-11-25
    • 文件大小:172288
    • 提供者:麦克
  1. MPEGzidingyibianliang

    0下载:
  2. MPEG自定义变量,感觉很不错,希望会帮助到大家-MPEG custom variables, I feel very good, I hope will help to everyone
  3. 所属分类:software engineering

    • 发布日期:2017-12-01
    • 文件大小:2644
    • 提供者:李海军
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 21 »
搜珍网 www.dssz.com