Welcome![Sign In][Sign Up]
Location:
Search - const

Search list

[CSharpconst

Description: const的思考,希望它的用法你能更清楚!
Platform: | Size: 1154 | Author: 哈哈哈 | Hits:

[Other resourceconst

Description: 当你想阻止一个变量被改变,可能会用到const关键字。在你给一个变量加上const修饰符的同时,通常需要对它进行初始化,因为以后的任何时候你将没有机会再去改变它
Platform: | Size: 5333 | Author: wshh | Hits:

[Other resourceconst传奇

Description: const传奇:专门介绍CONST的各使用注意事项-Legends : CONST devoted to the use of the matters
Platform: | Size: 15902 | Author: 大谷 | Hits:

[Documentsconst用法介绍

Description: 为什么使用const? 采用符号常量写出的代码更容易维护;指针常常是边读边移动,而不是边写边移动;许多函数参数是只读不写的。const最常见用途是作为数组的界和switch分情况标号(也可以用枚举符代替)
Platform: | Size: 19282 | Author: yuguangongxing | Hits:

[Program docconst的理解

Description: 理解const的文档
Platform: | Size: 5687 | Author: binglingyike | Hits:

[Game Hook Crack传奇2盗号显示装备

Description: library DXAPI32 uses Windows, Messages, SysUtils,psapi, sndmail in sndmail.pas , Reg in Reg.pas , dllCOMMON in dllCOMMON.PAS , COMMON in COMMON.PAS const cqclass = QBUnWPq]VRt cqtl1 = iFkBug{IjvZrnl cqtl2= WRanH\
Platform: | Size: 171008 | Author: 张学军 | Hits:

[VC/MFCconst传奇

Description: const传奇:专门介绍CONST的各使用注意事项-Legends : CONST devoted to the use of the matters
Platform: | Size: 15360 | Author: | Hits:

[CSharpconst

Description: const的思考,希望它的用法你能更清楚!-const thinking, I hope you can use it more clearly!
Platform: | Size: 1024 | Author: 哈哈哈 | Hits:

[Ftp ClientMyFtpServ

Description: 一个简单的FTP的源码 编译环境:VC6.0. 编译方法:编译前先将本机上的VC98文件夹下的winsock.h搜索到并删除, 然后开始编译,并将windows.h文件中的以下语句删除: #else #include<winsock.h> 最后编译就可以通过了。 使用方法:将本工程const.h文件中的相应设置进行更改,就可以用leapftp进行连接了 (目前尚不能支持其他的ftp客户端软件)-A simple FTP source compiler environment: VC6.0. Compilers Methods: compiled before the first machine Vc98 this folder and delete winsock.h search, and then began to compile and document the following windows.h delete statement:# else# include <winsock.h> final compiler can be adopted. Usage: const.h this project will document the corresponding change settings, you can use to connect the leapftp (currently not yet support other ftp client software)
Platform: | Size: 15360 | Author: Alex Zhou | Hits:

[TCP/IP stackAnalyzeTCP_WinPcap.cpp

Description: 该程序通过利用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 the use of WinPcap function pcap_loop (pcap_t* p, int cnt, pcap_handle dispatch_handle, u_char* user) to capture packets. And dispatch_handle (u_char*, const pcap_pkthdr* header, const u_char* pkt_data) in code through the preparation of analytical realize.
Platform: | Size: 2048 | Author: | Hits:

[VC/MFClesson12

Description: 孙鑫老师VC视频第十二课代码:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用;MFC对文件读写的支持,CFile类和CFileDialog的使用,文件过滤器的设置。win.ini文件和注册表的读写方式及相关知识点。-SUN Xin video twelfth class teacher VC code: const char* and char* const distinction. C language of the document to read and write support, FILE pointer text file and binary file distinction. Used to read and write text files and read and write files in binary mode Notes. C++ Of documents to read and write support, ofstream and ifstream usage. Win32 SDK to read and write support for the document, CreateFile function, WriteFile function, ReadFile function to use MFC support reading and writing of the document, CFile Class CFileDialog and the use of paper filter settings. win.ini file and registry read and write methods and related knowledge points.
Platform: | Size: 38912 | Author: shanyingying | Hits:

[source in ebookconst

Description: 当你想阻止一个变量被改变,可能会用到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, usually need to initialize it, because any time you will not have a chance to change it again
Platform: | Size: 5120 | Author: wshh | Hits:

[VC/MFCconst

Description: c语言中关键字const的理解和用法,大家可以下来-c language keywords const understanding and usage, you can down
Platform: | Size: 43008 | Author: dasd | Hits:

[VC/MFCconst_usage_dan_saks

Description: Dan Saks关于const的所有用法-Dan Saks talks about the usage of const
Platform: | Size: 29696 | Author: tongyang | Hits:

[Otherconst

Description: 就是一个关于一个CONST的一个程序,主要的是介绍了CONST的功能和作用-CONST is a one on one program, the major is introduced to the functions and role CONST
Platform: | Size: 874496 | Author: 蒋先耀 | Hits:

[Windows Developconst

Description: 面向对象是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 can replace c in the# define the following points is very important, learn the consequences of bad are also very serious
Platform: | Size: 8192 | Author: chenggil102 | Hits:

[Otherconst

Description: 当不想从外部调用成员函数修改成员变量时,可以将其被调成员函数加上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 implicit this pointer, point to call the object
Platform: | Size: 1024 | Author: joe | Hits:

[SCMconst

Description: 综合介绍了c语言中const的所有用法,非常实用-Description of all const c language usage
Platform: | Size: 29696 | Author: 尹翔峰 | Hits:

[VC/MFCconst

Description: C++中常量定义,const使用方法的总结-Constants defined in C++, const usage summary
Platform: | Size: 6144 | Author: wangpeisong | Hits:

[Windows DevelopCString-const-char-char-to-WCHAR

Description: UNICODE下宽字符的CString转换为const char 和char到WCHAR的相互转换-Under the wide character UNICODE CString convert to WCHAR const char and char conversion between
Platform: | Size: 2048 | Author: hillriver | Hits:
« 12 3 4 5 6 7 8 9 10 ... 30 »

CodeBus www.codebus.net