-
用MATLAB编写的图像压缩程序和解压程序,带有测试图片。
用MATLAB编写的图像压缩程序和解压程序,带有测试图片。-Written using MATLAB image compression and decompression process programs, with a test image
- 2022-08-22 10:16:27下载
- 积分:1
-
From scattered point interpolation to generate contour lines and provide a color...
由散点插值生成等值线,并且提供颜色选择工具,共有三种插值方法-From scattered point interpolation to generate contour lines and provide a color selection tool, a total of three interpolation methods
- 2022-05-16 16:07:02下载
- 积分:1
-
一个简单的绘图程序
一个简单的绘图程序-a simple drawing program
- 2022-02-09 17:57:29下载
- 积分:1
-
JAVA写的PNG图片处理工具。很好很强大。
JAVA写的PNG图片处理工具。很好很强大。-JAVA write PNG image processing tools. Very very strong.
- 2022-03-31 05:04:01下载
- 积分:1
-
for electronic engineering teaching, the original software Address : http://peop...
用于电子工程专业教学用,软件原地址: http://people.msoe.edu/~saadat/matlabgui.htm-for electronic engineering teaching, the original software Address : http://people.msoe.edu/ ~ Saadat/matlabgui.htm
- 2022-02-02 05:12:21下载
- 积分:1
-
BetafaceWebService人脸检测与识别!
BetafaceWebService人脸检测与识别!-BetafaceWebService face detection and recognition!
- 2022-07-19 08:03:59下载
- 积分:1
-
taksi游戏录像工具源码
Taksi is a utility that allows you to take screenshots and record video clips of your favourite games and other 3D-graphics applications. Inspired by Fraps (www.fraps.com), Taksi aims to provide an open source alternative to that great tool.
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-05-20 14:00:58下载
- 积分:1
-
1206使用说明
#include "LCD1602.h"
void LCD1602Write(UINT8 type, UINT8 data)
{
uint8_t i ;
uint16_t val, tmp = data;
if(type == CMD)
GPIO_ResetBits(LCD1602PROT, RS); //RS = 0 写指令
else
GPIO_SetBits(LCD1602PROT, RS); //RS = 1 写数据
GPIO_ResetBits(LCD1602PROT, RW); //RW = 0 ;
for(i=0; i>4)&0x000F)
- 2023-09-07 23:35:02下载
- 积分:1
-
使用卡尔曼滤波跟踪特征点跟踪的旋转点
使用Kalman滤波器跟踪一个旋转的点,用于特征点的跟踪-Use Kalman filter to track a rotating point for the tracking of feature points
- 2023-06-17 22:10:04下载
- 积分:1
-
二次样条函数半节点构造方法,算法实现的不错
二次样条函数半节点构造方法,算法实现的不错-quadratic spline function semi-node structure, a good algorithm
- 2022-01-24 15:31:39下载
- 积分:1