搜索资源列表

  1. const

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

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

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

    • 发布日期:2008-10-13
    • 文件大小:5333
    • 提供者:wshh
  1. const用法介绍

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

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

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

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

    0下载:
  2. const的思考,希望它的用法你能更清楚!-const thinking, I hope you can use it more clearly!
  3. 所属分类:C#编程

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:哈哈哈
  1. MyFtpServ

    0下载:
  2. 一个简单的FTP的源码 编译环境:VC6.0. 编译方法:编译前先将本机上的VC98文件夹下的winsock.h搜索到并删除, 然后开始编译,并将windows.h文件中的以下语句删除: #else #include<winsock.h> 最后编译就可以通过了。 使用方法:将本工程const.h文件中的相应设置进行更改,就可以用leapftp进行连接了 (目前尚不能支持其他的
  3. 所属分类:Ftp客户端

    • 发布日期:2024-05-13
    • 文件大小:15360
    • 提供者:Alex Zhou
  1. AnalyzeTCP_WinPcap.cpp

    0下载:
  2. 该程序通过利用WinPcap提供的函数pcap_loop(pcap_t* p,int cnt,pcap_handle dispatch_handle,u_char* user)将数据包捕获。并在dispatch_handle(u_char *,const pcap_pkthdr *header,const u_char *pkt_data)中通过编写代码实现解析。-The program provided through t
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:
  1. const

    0下载:
  2. 当你想阻止一个变量被改变,可能会用到const关键字。在你给一个变量加上const修饰符的同时,通常需要对它进行初始化,因为以后的任何时候你将没有机会再去改变它-When you want to be changed to prevent a variable may be used for const keyword. To a variable you add const modifier at the same time, usu
  3. 所属分类:书籍源码

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:wshh
  1. const

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

    • 发布日期:2024-05-13
    • 文件大小:874496
    • 提供者:蒋先耀
  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 ve
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:8192
    • 提供者: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 functio
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:joe
  1. const

    0下载:
  2. 综合介绍了c语言中const的所有用法,非常实用-Descr iption of all const c language usage
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:29696
    • 提供者:尹翔峰
  1. const

    0下载:
  2. C的关键字——const的理解和用法,学习学习也无妨!-C keywords- const understanding and usage, learn from it anyway!
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者: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 co
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:10240
    • 提供者:zhangwen
  1. const-use

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

    • 发布日期:2024-05-13
    • 文件大小:5120
    • 提供者:kevin
  1. const

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

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:林嘉诚
  1. CONST-Program

    0下载:
  2. Const Programs computer numerial methods progam in c
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:99328
    • 提供者: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编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:hillriver
  1. const

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

    • 发布日期:2024-05-13
    • 文件大小:67584
    • 提供者:shengjianchao
  1. const

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

    • 发布日期:2024-05-13
    • 文件大小:483328
    • 提供者:林源远
« 12 3 4 5 6 7 8 9 10 ... 28 »

源码中国 www.ymcn.org