-
STM32F4xx(start-and-library)
stm32f4xx包含启动文件(starup_stm32f4xx.s,system_stm32f4xx.h,system_stm32f4xx.c,system.h)和库函数(stm32f4xx intialize files and library)
- 2013-10-26 20:03:08下载
- 积分:1
-
LSB-Algorithm
LSB算法实现BMP图片信息的隐藏和提取 语言:C#(LSB algorithm BMP image information hiding and extraction languages: C#)
- 2020-12-01 17:39:25下载
- 积分:1
-
电话号码表
汇编语言编写的一个电话号码本的程序,可以存储姓名和电话号码,也可以根据姓名或者电话号码进行查找。也可以将电话号码本的信息以表格的形式显示出来
- 2022-05-21 09:27:39下载
- 积分:1
-
c语言图像处理(图像增强)
用C语言实现图像增强算法的处理,能够很好的实现图像增强,细节保持较好,阈值越大,噪声越明显。
- 2022-07-24 20:35:41下载
- 积分:1
-
ray
随机设置了雷的位置,当用户输入的位置与雷的位置相同,则游戏结束。否则该位置处打印出笑脸。(Ray random set position when the user enters the same position and the position of mine, the game is over. Otherwise, the position of print faces.)
- 2013-11-01 10:33:06下载
- 积分:1
-
RFID-STM32
基于STM32F103系列单片机读取RC522序列号 (RC522 read the serial number on STM32F103 MCU)
- 2016-03-08 23:40:51下载
- 积分:1
-
这是一个web的树控件,很好用
这是一个web的树控件,很好用-This is a web of tree controls, good use
- 2022-01-21 06:18:39下载
- 积分:1
-
鱼眼畸变矫正
#include "stdio.h"
#include
#include
#include
#include "opencv2/opencv.hpp"
#include
#include
#include "opencv2/core/types_c.h"
#include "opencv2/calib3d/calib3d.hpp"
//#include
//#include
#include
#include < Windows.h >
using namespace std;
using namespace cv;
int main(int argc, char** argv)
{
vector pts_src(4);
vector pts_dst(4);
Mat warp_matrix;
Mat src, dst;
int offset_x, offset_y;
src = imread("fish.jpg");
dst = Mat(src.rows,
- 2022-01-25 18:28:17下载
- 积分:1
-
弹球小游戏
很适合初学者学习的弹球小游戏,里面涉及到图像用户界面,以及定时器的设置,同时最核心的是弹球什么时候发生反弹是很关键的。
- 2022-08-09 12:26:07下载
- 积分:1
-
IrDAServer
WINCE下 红外遥控设备程序,这个是服务器端()
- 2007-07-17 11:17:57下载
- 积分:1