搜索结果

找到约 47 项符合 const 的查询结果

VC书籍 const传奇:专门介绍CONST的各使用注意事项

const传奇:专门介绍CONST的各使用注意事项
https://www.eeworm.com/dl/686/130800.html
下载: 120
查看: 1034

uCOS 应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... exter

应用于ucGUI的16*16点阵字库文件 只要将该文件加入ucGUI的工程中, 再在GUI.H中如下声明: extern const GUI_FONT GUI_Font6x8 ...... extern const GUI_FONT GUI_Font_HZ16x16 //汉字字体 即可使用. 使用实例: static void DemoHZ(void) { const char str[] = GUI_UC_START"中国人民万岁"GUI_UC_END /* Set ShiftJIS font */ ...
https://www.eeworm.com/dl/649/132892.html
下载: 102
查看: 1206

加密解密 C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0)

C++ Base64编码/解码源代码 inline int Base64Encode(char * base64code, const char * src, int src_len = 0) inline int Base64Decode(char * buf, const char * base64code, int src_len = 0) 以上两个函数内联定义在base64.h中,使用时include "base64.h" 即可,编码后的长度一般比原文多占1/3的存储空间,为了效率, ...
https://www.eeworm.com/dl/519/152503.html
下载: 31
查看: 1065

数据结构 const是C++中很常用而且很灵活的一种变量,学好使用const对变成很有帮助

const是C++中很常用而且很灵活的一种变量,学好使用const对变成很有帮助
https://www.eeworm.com/dl/654/155117.html
下载: 47
查看: 1052

书籍源码 #include "pch.h" #include "base64.h" NAMESPACE_BEGIN(CryptoPP) static const int MAX_LINE_LENG

#include "pch.h" #include "base64.h" NAMESPACE_BEGIN(CryptoPP) static const int MAX_LINE_LENGTH = 72 static const byte vec[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/" static const byte padding = = Base64Encoder::Base64Encoder(BufferedTransformation *outQueue, boo ...
https://www.eeworm.com/dl/532/231175.html
下载: 53
查看: 1374

Delphi控件源码 const MG_READY = 10 MG_FLY = 6 MG_EXPLOSION = 10 READYTIME = 120 EXPLOSIONTIME = 100

const MG_READY = 10 MG_FLY = 6 MG_EXPLOSION = 10 READYTIME = 120 EXPLOSIONTIME = 100 FLYBASE = 10 EXPLOSIONBASE = 170 //EFFECTFRAME = 260 MAXMAGIC = 10 FLYOMAAXEBASE = 447 THORNBASE = 2967 ARCHERBASE = 2607 ARCHERBASE2 = 272 //2609 TDBBASE = 210 FLYFORSEC = 500 FIREGUN ...
https://www.eeworm.com/dl/666/262058.html
下载: 176
查看: 1075

VC书籍 孙鑫老师VC视频第十二课代码:const char *与char * const的区别。C语言对文件读写的支持

孙鑫老师VC视频第十二课代码:const char *与char * const的区别。C语言对文件读写的支持,FILE指针;文本文件和二进制文件的区别。用文本方式读写文件和以二进制方式读写文件的注意事项。C++对文件读写的支持,ofstream和ifstream的用法。Win32 SDK对文件读写的支持,CreateFile函数、WriteFile函数、ReadFile函数的使用; ...
https://www.eeworm.com/dl/686/308590.html
下载: 189
查看: 1056

Java书籍 本文关键词: c++ 字符串 函数 char *strcpy(char *s1, const char *s2) 将字符串s2复制到字符串数组s1中

本文关键词: c++ 字符串 函数 char *strcpy(char *s1, const char *s2) 将字符串s2复制到字符串数组s1中,返回s1的值 char *strncpy(char *s1, const char *s2, size_t n) 将字符串s2中最多n个字符复制到字符串数组s1中,返回s1的值
https://www.eeworm.com/dl/656/318442.html
下载: 75
查看: 1677

VC书籍 c语言中关键字const的理解和用法

c语言中关键字const的理解和用法,大家可以下来
https://www.eeworm.com/dl/686/367028.html
下载: 112
查看: 1013

VC书籍 简练而高度概括的讲述了如何快速掌握C++中const、volatile和mutable关键字

简练而高度概括的讲述了如何快速掌握C++中const、volatile和mutable关键字
https://www.eeworm.com/dl/686/393444.html
下载: 23
查看: 1094