-
zhangshaobing517_935512703
2009-3-16 21:50
-
(原创)图像处理学习系列4:单区域边界跟踪
-
边缘检测的方法有 (1)使用边缘检测算子 (2)形态学操作,使用原图像和开闭运算得到的结果进行异或运算 (3)边缘跟踪,可以直接对灰度图片进行边缘 ...
-
-
zhangshaobing517_935512703
2009-3-16 21:50
-
(原创)图像处理学习系列5:灰度操作1
-
灰度操作,也可以说是对像素点的操作,虽然写了一些程序,对里面的道理还算明白,但是我觉得太过于直观化,图片处理的好不好完全是个人的看法(似乎图 ...
-
-
yannzi
2009-3-16 20:33
-
连接字符串.cpp
-
-
-
yannzi
2009-3-16 13:48
-
第一个比较像样的C++程序
-
《Accelerated C++中文版》 #include iostream #include string using std::cin; using std::cout; using std::endl; int main() { //ask for the pe ...
-
-
yannzi
2009-3-16 13:48
-
计算学生成绩 C++
-
https://static.assets-stash.eet-china.com/album/old-resources/2009/3/14/5e6798e2-e894-4641-b0d9-2fca9e18b417.rar #include iomanip #include ios ...
-
-
yannzi
2009-3-16 13:47
-
使用vector计算学生成绩.cpp
-
https://static.assets-stash.eet-china.com/album/old-resources/2009/3/14/253b715d-4d1e-4e48-8854-68668bd2b760.rar《Accelerated C++中文版》 #include ...
-
-
yannzi
2009-3-16 13:47
-
组织计算.cpp 使用函数计算学生的成绩
-
#include algorithm #include iomanip #include ios #include iostream #include string #include vector using std::cin; using s ...
-
-
yannzi
2009-3-16 13:47
-
第六章——系统数据文件和信息
-
yannzi:x:1000:1000:yannzi User,,,:/home/yannzi:/bin/bash finger -p yannzi Login: yannzi Name: yannzi User Dire ...
-
-
yannzi
2009-3-16 13:47
-
第七章——进程环境
-
1 #include stdio.h 2 3 main() 4 { 5 printf("Hello world.\n"); ...
-
-
yannzi
2009-3-16 13:46
-
第八章——进程控制(Process Control)
-
1 #include "apue.h" 2 3 int glob = 6; 4 char buf[] = "a write to stdout\n"; ...
-
-
yannzi
2009-3-16 13:46
-
组织数据.cpp 生成报表
-
#include algorithm #include iomanip #include ios #include iostream #include string #include vector using std::cin; using s ...
-
-
yannzi
2009-3-16 13:45
-
组织程序.cpp 计算学生成绩
-
/****************组织程序.cpp*******************/ #include algorithm #include iomanip #include ios #include iostream #include string ...
-
-
yannzi
2009-3-16 13:45
-
使用序列式容器并分析字符串.cpp
-
#include "Student_info.h" #include "grade.h" #include vector #include list using std::string; using std::vector; // predicate to determine wh ...
-
-
用户1450012
2009-3-16 09:33
-
基于nRF905的粮库无线温湿度监控系统
-
基于nRF905的粮库无线温湿度监控系统 引言 温湿度是影响粮食仓储过程中品质好坏的主要因素。目前我国许多粮 ...
-
-
zhangshaobing517_935512703
2009-3-14 14:31
-
(原创)图像处理学习5:阈值化
-
阈值化 在图像分割和形态学操作,图像增强方面都有很多的用处,操作简单,速度快。 最一般的就是设个值大于某个值的时候把这个像素变为255,小于这个值就是0, ...
-
关闭
站长推荐
/3