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

搜索资源列表

  1. Ping命令的使用技巧

    0下载:
  2. 自己编写的 不知道怎么样 关于字符串的指针指向字符串的针指变量-prepared themselves do not know how the kind of string pointer at the needle refers to the string of variables
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:2.35kb
    • 提供者:刘刘
  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. CC++_distinguish

    0下载:
  2. 如何理解c和c ++的复杂类型声明。 曾经碰到过让你迷惑不解、类似于int * (* (*fp1) (int) ) [10] 这样的变量 声明吗?本文将由易到难,一步一步教会你如何理解这种复杂的C/C++声明。-how to understand the c and c complex type declaration. Had encountered let you puzzled, similar to the int * (* (* fp1) (int)) [10] variab
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:102.09kb
    • 提供者:小郑
  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. room_booking_c++

    0下载:
  2. 本设计运用结构体变量很好的模拟实际生活中的宾馆顾客订房服务系统,能为客户预定房间提供预定、查询、删除、遍历等较为全面的服务功能。-use of the design structure variables good simulation of real-life hotel reservation service for customers, Customer scheduled to provide rooms booked inquiries, delete, etc. traverse m
  3. 所属分类:软件工程

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

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

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

    0下载:
  2. 汇编语言---程式设计,暂存器安排,程式规格,变数法,对称法,虚拟法-assembly language programming, registers, program specification, variables, symmetry and the Virtual Law
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:8.58kb
    • 提供者:黑影
  1. SComm_helper

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

    • 发布日期:2014-01-15
    • 文件大小:42.69kb
    • 提供者:steven
  1. Two variables Runge-Kutta method

    0下载:
  2. Two variables Runge-Kutta method
  3. 所属分类:文档资料

  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
    • 文件大小:7.54kb
    • 提供者: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
    • 文件大小:74.32kb
    • 提供者:张振杰
  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
    • 文件大小:323.22kb
    • 提供者:巡洋舰
  1. transformation-of-random-variables

    0下载:
  2. transformation of random variables
  3. 所属分类:File Formats

    • 发布日期:2017-03-29
    • 文件大小:274.49kb
    • 提供者:ranu
  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. VB-how-to-access-iFix-variables

    0下载:
  2. vb直接访问ifix工程的变量。巧妙方便 ifix是工业控制监控软件业界老大。-VB how to access iFix variables
  3. 所属分类:software engineering

    • 发布日期:2017-04-03
    • 文件大小:3.14kb
    • 提供者:wcx
  1. language-variables-and-expressions

    0下载:
  2. c++语言的基本语法 变量及其用法 表达式及其用法-C++ language variables and expressions
  3. 所属分类:software engineering

    • 发布日期:2017-05-11
    • 文件大小:2.04mb
    • 提供者:陈招霖
  1. Peebles-Probability-Random-Variables-and-Signal-P

    0下载:
  2. Probability Random Variables And Random Signal Principles
  3. 所属分类:software engineering

    • 发布日期:2017-05-28
    • 文件大小:9.84mb
    • 提供者:Yo
  1. Random Variables

    0下载:
  2. 学习概率、统计,随机变量、随机过程等知识的一本好参考书 。(A good reference book for learning probability, statistics, random variables, random processes, and so on.)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:42.95mb
    • 提供者:eaglelee
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com