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

搜索资源列表

  1. bianyiyuanlisheji

    0下载:
  2. 1. PL/0 语言介绍 ●PL/0 程序设计语言是一个较简单的语言,它以赋值语句为基础,构造概念有顺序、条件和重复(循环)三种。PL/0 有子程序概念,包括过程定义(可以嵌套)与调用且有局部变量说明。PL/0语言编译程序采用以语法分析为核心、一遍扫描的编译方法。词法分析和代码生成作为独立的子程序供语法分析程序调用。语法分析的同时,提供了出错报告和出错恢复的功能。在源程序没有错误编译通过的情况下,调用类PCODE解释程序解释执行生成的类PCODE代码。 ●保留字(关键字):所谓保留字是指
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:501.2kb
    • 提供者:与非门
  1. const用法介绍

    0下载:
  2. 为什么使用const? 采用符号常量写出的代码更容易维护;指针常常是边读边移动,而不是边写边移动;许多函数参数是只读不写的。const最常见用途是作为数组的界和switch分情况标号(也可以用枚举符代替)
  3. 所属分类:文档资料

    • 发布日期:2010-10-09
    • 文件大小:18.83kb
    • 提供者:yuguangongxing
  1. const的理解

    0下载:
  2. 理解const的文档
  3. 所属分类:编程文档

    • 发布日期:2012-03-23
    • 文件大小:5.55kb
    • 提供者:binglingyike
  1. File

    0下载:
  2. const char *与char * const的区别-const char* and char* const distinction
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:276.67kb
    • 提供者:song
  1. Unit5

    0下载:
  2. // Get device interface info set handle for all devices attached to system HDEVINFO hDevInfo = SetupDiGetClassDevs( &GUID_DEVINTERFACE_USB_DEVICE, /* CONST GUID * ClassGuid - USB class GUID */ NULL, /* PCTSTR Enumerator */ NULL, /* HWND
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:2.33kb
    • 提供者:amarsoft
  1. exe3

    0下载:
  2. 关于日期的加减 Date Date::operator++( int ) { Date temp = *this // hold current state of object helpIncrement() return temp } // end function operator++ const Date &Date::operator+=( int additionalDays ) { for ( int i = 0
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:1.37kb
    • 提供者:赵玉家
  1. What_const_Really_Means

    0下载:
  2. 在软件开发中,特别是驱动开发中,什么时候用const,什么时候又要加volatile,这里有详细的讲解-In software development, particularly driven development, when to use const, when that the increase in volatile, here in detail
  3. 所属分类:software engineering

    • 发布日期:2017-04-07
    • 文件大小:81.19kb
    • 提供者:wang liang
  1. staticconstinline

    0下载:
  2. 浅谈C++中的几个关键字static,const,inline-On the C++ in a few keywords static, const, inline
  3. 所属分类:software engineering

    • 发布日期:2017-04-15
    • 文件大小:7.3kb
    • 提供者:h123451
  1. c

    0下载:
  2. 讲述嵌入式C语言中关键字const,extern,static,volatile的使用方法 并附带实例,个人总结版-About the Embedded C language keyword const, extern, static, volatile, and with examples to use, personal summary version
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:20.87kb
    • 提供者:王祖龙
  1. constFunction

    0下载:
  2. const funcation.一个小程序,希望能对大家有帮助-const funcation
  3. 所属分类:software engineering

    • 发布日期:2017-04-14
    • 文件大小:2.81kb
    • 提供者:刘振博
  1. const

    0下载:
  2. 《const常量的使用》帮助你更好的理解const常量的使用-const constant use, to help you better understand the use of constants const
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:472.24kb
    • 提供者:林源远
  1. Constant-member-functions

    0下载:
  2. 非const的数据成员,非const的成员函数可以引用,也可以改变值-Non-const data members, non-const member function can be invoked, you can also change the value
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:17.41kb
    • 提供者:wu
  1. const_char-char_const-char_const

    0下载:
  2. const char*和char const*以及char*const的区别问题几乎c开发与面试过程都会友的问题-const char* and char const*, char* const issue of the distinction is almost c development and interview process will be the Friends of
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:101.64kb
    • 提供者:wfnic
  1. xinpianziliao

    0下载:
  2. nr24l01的中文资料 和nRF24L01中文手册 密码:wirele-nrf24l01 delay/****************************************IO端口定义*************************************** //****************************************NRF24L01端口定义*************************************** sbit CE
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:1.16mb
    • 提供者: 王小姐
  1. Const-and-pointer

    0下载:
  2. 该文档讲述了const与指针的关系,const起了如何的作用。-This document describes the relationship between const pointer, const from how the role.
  3. 所属分类:File Formats

    • 发布日期:2017-11-29
    • 文件大小:3.87kb
    • 提供者:陈晓磊
  1. const-function

    0下载:
  2. 关于const在函数前和函数后的差别,这里有详细的解说-, There are detailed explanations about the const function before and after the function of difference
  3. 所属分类:software engineering

    • 发布日期:2017-12-04
    • 文件大小:181.64kb
    • 提供者:孙中
  1. a-summary-of-const-by-Dan-Saks

    0下载:
  2. Dan_Saks总结的const所有用法,a summary of the usage of const by Dan Saks-a summary of the usage of const by Dan Saks
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:30.27kb
    • 提供者:cpufo
  1. the-use-of-const

    0下载:
  2. 在 C++中 const 的用法 很详细-The const in C++ very detailed usage
  3. 所属分类:software engineering

    • 发布日期:2017-11-21
    • 文件大小:4.75kb
    • 提供者:丛琳
  1. const

    0下载:
  2. 总结了const修饰符的几个比较难理解的地方,希望对于初学者有帮助。-This paper collect some usage about const.I hope it is good for beginner.
  3. 所属分类:software engineering

    • 发布日期:2017-04-17
    • 文件大小:81.85kb
    • 提供者:bill
  1. quote-and-const

    0下载:
  2. 本文档详细讲解了关于引用和const的用法,对于学习C++有很大的帮助,自己学习过程中的不断总结-this essay introduce the quote and the const of C++
  3. 所属分类:software engineering

    • 发布日期:2017-04-30
    • 文件大小:24.93kb
    • 提供者:111111
« 12 »
搜珍网 www.dssz.com