-
图片批量压缩工具,生成缩略图,加水印
图片转pDF 有白边无法处理的。
- 2022-02-07 08:39:45下载
- 积分:1
-
xitongbianshi
一些介绍系统参数辨识方法的论文,包括迭代梯度算法,最小二乘算法等。很好的资料。(Some paper describes the system parameter identification methods, including iterative gradient algorithm, least squares algorithm. Good information.)
- 2015-12-03 22:47:39下载
- 积分:1
-
DSP实现的Sobel进行图像边缘检测
这是一个DSP实现的Sobel进行图像边缘检测,两个具有不同灰度值的相邻区域之间总存在边缘,边缘是灰度值不连续的表现。由于边缘是图像上灰度变化最剧烈的地方,边缘检测就是充分利用了这个特点,对图像各像素点进行微分或求二阶微分来确定边缘像素点。一阶微分图像的峰值处对应着图像的边缘点;二阶微分图像的过零点处对应着图像的边缘点。为了提取图像边缘,我们定义了图像的梯度为梯度算子,常用的梯度算子有Robert算子、Sobel算子、Prewitt算子和拉普拉斯算子等。
- 2022-01-31 09:17:42下载
- 积分:1
-
hotel-vcPP
实现宾馆管理系统,应用access数据库(Realization of hotel management system, application access )
- 2015-05-13 19:51:28下载
- 积分:1
-
等值线廓线
通过随机数据获得等值线,能够显示廓线和数值,根据需要进行设计和二次开发
- 2022-05-08 16:12:39下载
- 积分:1
-
YCArray
说明: /**
* 动态数组的模板类
* 1.支持字符索引
* 2.方便的添加删除修改任意一项
* 最后更新 2004-8-9 yzh
**1.优化了字符索引的运作方式,使用数组存储
**2.重写了底层数据的存储,将连续性的存储方式改为了非连续,
*** 从而很好有效地支持了“引用”,并且让数据的删除增加变的更为快速
* 用法如:
* YCArray<int,int> test
* test.Add("Number2",4)
* test.Add("Number1",2)
* printf("%d %d",test["Number1"],test["Number2"])
* 显示:
* 2 4
*******
*******
History:
2004-11-19
修改了析构函数,解决了索引没有释放的bug
**/(/*** dynamic array template class* 1. Support characters Index* 2. Add convenience to delete arbitrary* a final update 2004-8-9 yzh** 1. Character Index optimized mode of operation, the use of storage arrays** 2 . a rewrite of the underlying data storage, storage continuity conversion of non-continuous, and thus good*** effective support to the "quote", and let the data changed to delete the more rapid* usage such as :* YCArraylt; int, intgt; test* test. Add ( "Number2", 4)* test.Add ( "Number1", 2)* printf ( "% d% d", test [ "Number1"] test [ "Number2"])* Display :** 2 4************* History : 2004-11-19 revised the destructors, the index did not address the release of bug** /)
- 2005-09-06 13:03:51下载
- 积分:1
-
CPP
c++语言编程规范 书籍,希望能给大家带来些帮助吧(thanks )
- 2011-12-27 21:27:46下载
- 积分:1
-
人脸识别
使用OpenCV中提供的“haarcascade_frontalface_alt.xml”文件存储的目标检测利用opencv进行人脸检测,运用了adaboost的haar特征分类openCV人脸识别中正面人脸分类器haarcascade_frontalface_alt2.xmlhaarcascade_frontalface_alt.xml
- 2022-07-06 17:59:08下载
- 积分:1
-
ww234
说明: 基于几何统计特征的印鉴自动识别算法 ---文章(Based on the geometric characteristics of each automatic identification algorithm is based on the geometric characteristics of each algorithm for automatic identification article )
- 2006-03-19 21:56:42下载
- 积分:1
-
LEDarray
基于Mega32的16x32LED点阵,功能非常强大,我参加比赛时设计的(fsdfdjlfjdsljflsdjfjsdljflsddjfljsdlfjldjf)
- 2010-05-05 19:50:11下载
- 积分:1