会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
空谈误国,实干兴邦!
博客园
首页
新随笔
联系
管理
订阅
2014年5月25日
C语言
摘要: 1. 赋值表达式的值就是其左侧到值。 如 a=1 这个表达式到值就是a的值2. C把任何非零到值都认为是真。非零即为真!3. C99 添加_Bool 类型,以前是用int类型,包含stdbool.h头文件 可以用bool代替_Bool4. scanf 得到正确的输入值,返回1,否则返回05. 关系运...
阅读全文
posted @ 2014-05-25 13:14 zxwAAA
阅读(310)
评论(0)
推荐(0)
2013年10月13日
C#递归实现文件遍历
摘要: C#递归实现文件遍历
阅读全文
posted @ 2013-10-13 21:46 zxwAAA
阅读(551)
评论(0)
推荐(0)
2013年9月27日
C++ 遍历文件
摘要: /* 文件名: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.
阅读全文
posted @ 2013-09-27 16:31 zxwAAA
阅读(573)
评论(0)
推荐(0)
2013年9月18日
C++ struct
摘要: C++ struct
阅读全文
posted @ 2013-09-18 10:01 zxwAAA
阅读(200)
评论(0)
推荐(0)
C++动态数组
摘要: C++动态数组
阅读全文
posted @ 2013-09-18 09:18 zxwAAA
阅读(1280)
评论(0)
推荐(0)
2013年9月17日
C++ 常量指针和矩阵
摘要: C++ 常量指针和矩阵
阅读全文
posted @ 2013-09-17 20:39 zxwAAA
阅读(359)
评论(0)
推荐(0)
2013年8月24日
imfilter与fspecial
摘要: imfilter与fspecial
阅读全文
posted @ 2013-08-24 15:45 zxwAAA
阅读(641)
评论(0)
推荐(0)
空间域图像增强:卷积和空间域滤波
摘要: 空间域图像增强:卷积和空间域滤波
阅读全文
posted @ 2013-08-24 15:02 zxwAAA
阅读(993)
评论(0)
推荐(0)
2013年8月22日
数字图像处理-图像的几何变换(一)
摘要: 图像的几何变换
阅读全文
posted @ 2013-08-22 14:49 zxwAAA
阅读(582)
评论(0)
推荐(0)
2013年4月11日
Matlab 积分图的快速计算
摘要: Matlab 积分图的快速计算
阅读全文
posted @ 2013-04-11 11:28 zxwAAA
阅读(1497)
评论(0)
推荐(0)
下一页
公告