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

搜索资源列表

  1. 变量的定义域

    0下载:
  2. Delphi基础教程,对变量进行一系列的介绍和说明。详细重点突出-based curricula, a series of variables introduced and explained. Detailed focused
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:21.96kb
    • 提供者:ww
  1. data_share_in_Matlab

    0下载:
  2. 从变量可见性角度分析,Matlab程序运行过程中(以下不特别说明都是指在Matlab程序中),不同形式的变量可见范围源于于面向对象编程的概念.-variables can be seen from the point of view of analysis, Matlab procedures in the process (not refer specifically explain procedures in Matlab), different forms of variable can
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:4.56kb
    • 提供者:pubuser
  1. differenct

    0下载:
  2. 堆和栈的区别 一、预备知识—程序的内存分配 一个由c/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(static)—,全局变量和静态变量的存储是放在一块的,初始化的全局变量和静态变量在
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:14.6kb
    • 提供者:stevephen
  1. Qtqtopia

    0下载:
  2. 对于初学者,基于Linux上的Qt编程入门比较难,本技术积累文章告诉你何为Qt/Qte/Qtopia,在什么Linux系统安装最好,以及Linux系统的硬盘安装方式,安装哪一个版本Qt最好,版本之间怎么协调,需要设置哪些环境变量,看完之后,你将有一个全面的提升,不再惧怕Qt编程。-for beginners, based on the Linux programming Qt entry more difficult. The technology has accumulated an arti
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:19.72kb
    • 提供者:yushuiwu
  1. Javaanzhuang

    0下载:
  2. java的安装技巧和相关环境变量的配置,有兴趣的朋友可以看下-java installation techniques and related environmental variables configuration, interested friends facie
  3. 所属分类:技术管理

    • 发布日期:2008-10-13
    • 文件大小:9.18kb
    • 提供者:wdj
  1. chengxulu

    0下载:
  2. 通信录由以下几项数据信息构成: 数据项 类型 姓名 字符串 地址 字符串 邮政编码 字符串 电话号码 字符串 试为通信录数据定义类型和定义通信录变量, 实现功能:存取、显示、删除记录、查询记录等功能。 -Communications were recorded by the following data: the data string of the type of name address phone number string string st
  3. 所属分类:Project Manage

    • 发布日期:2017-03-24
    • 文件大小:9.13kb
    • 提供者:马春明
  1. PowerBuilder-coding-standard

    0下载:
  2. PowerBuilder程序编码规范,变量、函数、事件、可视化窗口等详细命名规范-PowerBuilder coding standard procedures, variables, functions, events, visual details such as naming window
  3. 所属分类:Project Manage

    • 发布日期:2017-03-30
    • 文件大小:4.16kb
    • 提供者:justrun
  1. sakai

    0下载:
  2. sakai在windows环境下配置环境变量-sakai configure the environment variables in the windows environment
  3. 所属分类:Project Manage

    • 发布日期:2017-05-08
    • 文件大小:1.94mb
    • 提供者:王红
  1. assign4

    0下载:
  2. Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
  3. 所属分类:Project Manage

    • 发布日期:2017-11-18
    • 文件大小:46.14kb
    • 提供者:asdaa
  1. assign5

    0下载:
  2. Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
  3. 所属分类:Project Manage

    • 发布日期:2017-11-22
    • 文件大小:402kb
    • 提供者:asdaa
  1. assign6

    0下载:
  2. Implement a class that represents a phone number in std::string type. The class should inherit the given Abstract- Phone class. You are not allowed to change the prototypes in AbstractPhone.h. The AbstractPhone class is an abstract class since ge
  3. 所属分类:Project Manage

    • 发布日期:2017-11-27
    • 文件大小:545.31kb
    • 提供者:asdaa
  1. mutexes-variables-semaphores

    0下载:
  2. Linux多线程编程中互斥锁、条件变量和信号量-Linux multithreaded programming mutexes, condition variables, and semaphores
  3. 所属分类:Project Manage

    • 发布日期:2017-03-23
    • 文件大小:489.28kb
    • 提供者:czy
  1. win7_JDK

    0下载:
  2. 在win7系统环境下面,安装Java的JDK之后,还需要进行的环境变量的相关设置方法-Here in win7 system environment, after installing the Java JDK, also need to be related to the method of setting environment variables
  3. 所属分类:Project Manage

    • 发布日期:2017-04-17
    • 文件大小:153.69kb
    • 提供者:jiangh
  1. PCA_demo

    0下载:
  2. 把多个变量化为少数几个互相无关的综合变量的统计分析方法就叫做主成分分析(Principal Component Analysis, 简称PCA)或主分量分析-The multiple variables into a few of them had nothing to do with each other, the statistical Analysis of comprehensive variables is known as Principal Component Analysis,
  3. 所属分类:Project Manage

    • 发布日期:2017-04-12
    • 文件大小:656byte
    • 提供者:liushuai
  1. PLSR

    0下载:
  2. 偏最小二乘回归方法主要的研究焦点是多因变量对多自变量的回归建模,它与普通多元回归方法在思路上的主要区别是它在回归建模过程中采用了信息综合与筛选技术。-Partial least-squares regression method is the main research focus is more dependent variable regression modeling of multiple variables, it has to do with the primary differen
  3. 所属分类:Project Manage

    • 发布日期:2017-05-14
    • 文件大小:3.15mb
    • 提供者:liushuai
  1. qqdd

    0下载:
  2. maven的配置说明,包括maven的下载安装和环境变量的配置,内容很详细。-Maven configuration instructions, including Maven download, installation, and the configuration of the environment variables, in great detail.
  3. 所属分类:Project Manage

    • 发布日期:2017-12-02
    • 文件大小:3.38mb
    • 提供者:陆太林
搜珍网 www.dssz.com