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

搜索资源列表

  1. const

    0下载:
  2. const的思考,希望它的用法你能更清楚!
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:1.13kb
    • 提供者:哈哈哈
  1. const

    0下载:
  2. 当你想阻止一个变量被改变,可能会用到const关键字。在你给一个变量加上const修饰符的同时,通常需要对它进行初始化,因为以后的任何时候你将没有机会再去改变它
  3. 所属分类:书籍源码

    • 发布日期:2008-10-13
    • 文件大小:5.21kb
    • 提供者:wshh
  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. const

    0下载:
  2. 就是一个关于一个CONST的一个程序,主要的是介绍了CONST的功能和作用-CONST is a one on one program, the major is introduced to the functions and role CONST
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:853.98kb
    • 提供者:蒋先耀
  1. const

    0下载:
  2. 面向对象是C++的重要特性. 但是c++在c的基础上新增加的几点优化也是很耀眼的 就const直接可以取代c中的#define 以下几点很重要,学不好后果也也很严重 -Object-oriented C++ is an important feature. But the c++ in c on the basis of a few additional optimization is also very bright on the const Direct
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:7.88kb
    • 提供者:chenggil102
  1. const

    0下载:
  2. 当不想从外部调用成员函数修改成员变量时,可以将其被调成员函数加上const每个成员函数都有个隐式 this 指针,指向调用对象 -When do not want to call from outside a member function to modify a member variable, it can be coupled with const member functions be transferred functions of each member has one impl
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:760byte
    • 提供者:joe
  1. const

    0下载:
  2. 综合介绍了c语言中const的所有用法,非常实用-Descr iption of all const c language usage
  3. 所属分类:SCM

    • 发布日期:2017-03-31
    • 文件大小:29.45kb
    • 提供者:尹翔峰
  1. const

    0下载:
  2. C的关键字——const的理解和用法,学习学习也无妨!-C keywords- const understanding and usage, learn from it anyway!
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:2.91kb
    • 提供者:GJC
  1. const-usage

    0下载:
  2. C语言--const的用法 1、什么是const? 2、为什么引入const? 3、const有什么主要的作用? 4、如何使用const? 5、几点需要讨论的地方-C language- const usage 1, what is the const? 2, why the introduction of const? 3, const What is the main role? 4, how to use const? 5, where points need to b
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:9.69kb
    • 提供者:zhangwen
  1. const-use

    0下载:
  2. 《const使用辨析》是我们团队内部讨论一个经典的问题,现在由C++斑竹楚云整理出来并加以分析,以求能为大家对 cconst的使用及其关键语法的理解有所帮助。-const use introdudaction
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:5.48kb
    • 提供者:kevin
  1. const

    0下载:
  2. 关于const的用法,讲的很详细,还有对比,适合新手。-The use of const, speaking in great detail, as well as contrast, suitable for novice.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:1.07kb
    • 提供者:林嘉诚
  1. CONST-Program

    0下载:
  2. Const Programs computer numerial methods progam in c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:97.13kb
    • 提供者:nirav
  1. CString-const-char-char-to-WCHAR

    0下载:
  2. UNICODE下宽字符的CString转换为const char 和char到WCHAR的相互转换-Under the wide character UNICODE CString convert to WCHAR const char and char conversion between
  3. 所属分类:Windows Develop

    • 发布日期:2016-01-25
    • 文件大小:2kb
    • 提供者:hillriver
  1. const

    0下载:
  2. VC++常量const的实现的用法和使用的类型-VC++ to achieve a constant const usage and the type of use
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:66.11kb
    • 提供者:shengjianchao
  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. 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
    • 提供者:丛琳
« 12 3 4 5 6 7 8 9 10 ... 25 »
搜珍网 www.dssz.com