-
jpeg-compress-code-
依据JPEG压缩标准的算法,对lena图像进行压缩,并恢复出原始图像,然后对照原始图像,对恢复出的图像进行客观评价:计算峰值信噪比PSNR及均方误差MSE。(language matlab jpeg picture compress)
- 2011-05-06 21:12:38下载
- 积分:1
-
图像识别形状预测
基于C++语言,是一个完整的VS工程包,用于实现图像识别,预测需要识别物体的大致形状,如圆形,正方形等.....也可在linux系统上实现
- 2022-03-17 17:45:25下载
- 积分:1
-
wenquanyi_220_50
文件为QT C++ 中的文泉自定义字体,使用非常方便(The file is a custom font for Wenquan in QT C++, which is very convenient to use.)
- 2020-06-23 18:20:02下载
- 积分:1
-
OpenTK
用C#及Opentk 编写的可以打开点云文件,并在能三维可视化,以及做出基本的平移 旋转动作。(this file can open point cloud(.txt) and show many points to move and to rotate .(C# OpenTK))
- 2016-04-15 11:27:39下载
- 积分:1
-
NewGestureSensorV1.0
STM32平台下使用LTC2400来采样数值,采取SPI的进行通讯。(By using the STM32 platform,use LTC2400 to sample values, use the SPI communication.)
- 2020-11-30 20:59:27下载
- 积分:1
-
Unity接入高德定位sdk原工程.zip
解压,替换包名,key直接打包运行。自用工程,真实有效,亲测可用
- 2019-08-17下载
- 积分:1
-
单例模式-基本代码
dahua hikvision test door access control
- 2020-06-24 07:20:02下载
- 积分:1
-
C# 禁止鼠标左键单击的实现源码
C# 禁止鼠标左键单击,附上例子源码,禁止后将不响应鼠标左键消息,当然也可恢复鼠标左键,直接关闭本程序即可恢复,实现方法也很简单,看如下代码:
private void button1_Click(object sender, EventArgs e)
{//禁止鼠标左键单击
Application.AddMessageFilter(this);
MessageBox.Show("鼠标左键已经被禁止,请用Tab键执行操作!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
private void button2_Click(object sender, EventArgs e)
{//允许鼠标左键单击
Application.RemoveMessageFilter(this);
MessageBox.Show("鼠标左键已经被解禁,可以执行操作!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
public bool PreFilterMessage(ref System.Windows.Forms.Message MySystemMessage)
{//不响应鼠标左键消息
if (MySystemMessage.Msg >= 513 && MySystemMessage.Msg
- 2022-03-09 09:45:43下载
- 积分:1
-
linux-C
linux under the C programming which complementary with the book of <linux under the C programming>has a total of Chapter 14 proceedings, and "linux .(linux under the C programming which complementary with the book of <linux under the C programming> has a total of Chapter 14 proceedings, and linux.)
- 2008-06-19 21:31:38下载
- 积分:1
-
stm32f10xx工程模板
本程序主要是基于STM32F10X配置的工程模板,编译器为MDK5.1,添加串口驱动,简单的LED驱动,延时函数等
- 2022-07-27 16:11:08下载
- 积分:1