-
OutputWord
实现热键截图的功能,把截到的图片保存到制定的文件夹中,然后把图片输出到报表中,形成报表!(Achieve hotkey screenshot function, the cut-off to save the picture to develop a folder, and then the picture output in the report, the formation of statements!)
- 2013-10-18 18:10:43下载
- 积分:1
-
kplk
说明: 一款一个益智类的手机游戏源码,可自己进行编译生成相应的安装文件(A puzzle class of mobile game source code, can be compiled to generate the corresponding installation files.)
- 2019-03-25 21:07:27下载
- 积分:1
-
DirectShow-Filter
深入浅出DirectShow Filter 学习资料,很实用。(Layman DirectShow Filter learning materials, it is practical.)
- 2011-10-18 03:09:15下载
- 积分:1
-
DS2784库仑计测试
DS27xx系列的代码,库仑计测量电量的,(最好能够使用DS2780K来直接设置)(DS27xx series of code, coulometric meter measuring the amount of electricity (preferably by using DS2780K to set it directly))
- 2021-04-13 01:28:56下载
- 积分:1
-
bolum04
Learing C Programning tutorial in Turkey
- 2013-05-01 04:18:54下载
- 积分:1
-
bmonitor
this package useful for monitoring network
- 2015-10-14 02:57:17下载
- 积分:1
-
人脸识别和定位
人脸检测和定位是模式识别和机器视觉领域具有挑战性的研究课题,在人脸检测中首先判断其中是否存在人脸,如果存在人脸,则进一步给出每个人脸的位置、大小和各个主要面部器官的位置信息。
- 2022-01-31 00:42:23下载
- 积分:1
-
数字图像处理傅里叶变换
#include #includeusing namespace cv;using namespace std;//快速傅里叶变换void fft2Image(InputArray _src, OutputArray _dst){//得到Mat类型Mat src = _src.getMat();//获取矩阵//判断位深CV_Assert(src.type() == CV_32FC1 || src.type() == CV_64FC1);CV_Assert(src.channels() == 1 || src.channels() == 2);
- 2023-05-22 05:45:03下载
- 积分:1
-
7
说明: PIC16f887A单片机实现的呼吸灯(基于PWM,1灯手动可调,1灯自动)(Breathing light PIC16f887A MCU (manually adjustable based on PWM, 1 light, 1 light))
- 2013-05-21 20:03:46下载
- 积分:1
-
Example
lpc2132读写SST39VF400的程序,通过串口发给单片机,由单片机写入FLASH,可以擦除和写入。ADS1.2编译(This is a program for lpc2132 to write SST39VF400.use ads1.2)
- 2010-02-03 15:43:08下载
- 积分:1