摘要:
1. 赋值表达式的值就是其左侧到值。 如 a=1 这个表达式到值就是a的值2. C把任何非零到值都认为是真。非零即为真!3. C99 添加_Bool 类型,以前是用int类型,包含stdbool.h头文件 可以用bool代替_Bool4. scanf 得到正确的输入值,返回1,否则返回05. 关系运... 阅读全文
摘要:
/* 文件名:searchAllFile.cpp * int searchAllFile(string filePath, //要搜索的文件路径 * int layer //layer==0 //搜索的层次,输入路径的层次应该为0 * string fileNameToSave); //存储文件信息的文件名,包括路径 * * * * * * * 中定义了结构体 struct _finddata64i32_t (C风格),用来存储文件的各种信息 *详细如下: *struct _finddata64i32_t * { * unsigned attrib; * __time64_t time_cr. 阅读全文
摘要:
图像的几何变换 阅读全文
摘要:
Matlab 积分图的快速计算 阅读全文