08 2020 档案

摘要:https://www.cnblogs.com/wangguchangqing/p/6407717.html https://blog.csdn.net/godadream/article/details/81568844 数值图像处理中,高斯滤波主要可以使用两种方法实现。一种是离散化窗口滑窗卷积, 阅读全文
posted @ 2020-08-30 11:50 kuaqi 阅读(1467) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-08-29 22:05 kuaqi 阅读(0) 评论(0) 推荐(0) 编辑
摘要:一、常量表达式 1、概念 (1)指值不会改变,在编译过程中就能得到计算结果的表达式; (2)编译器会在编译阶段将常量替换为对应的值; 2、判别 (1)字面值属于常量表达式 (2)用常量表达式初始化的const对象也是常量表达式 (3)是不是常量表达式由数据类型与初始值决定 const int max 阅读全文
posted @ 2020-08-20 14:59 kuaqi 阅读(289) 评论(0) 推荐(0) 编辑
摘要:1、C/C++ 中关于以下三种定义: const char *ptr; 不可以通过该指针改变指向内容;可以指向别的内容; char const *ptr; 同上; char* const ptr; 指针指向固定;指向内容可以改变; const char* const ptr; 二、const变量相互 阅读全文
posted @ 2020-08-20 13:53 kuaqi 阅读(239) 评论(0) 推荐(0) 编辑
摘要:1、比较代码(https://blog.csdn.net/libaoshan55/article/details/77337878) 1 int main() { 2 cout << "Test vector and list time" << endl; 3 int N = 10000; 4 in 阅读全文
posted @ 2020-08-05 17:43 kuaqi 阅读(1421) 评论(0) 推荐(0) 编辑
该文被密码保护。
posted @ 2020-08-01 11:49 kuaqi 阅读(0) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示