-
strongpicture
说明: 模式识别与图像处理,图像的边缘处理,增强(Pattern recognition and image processing, image edge processing, to enhance)
- 2008-11-23 15:33:39下载
- 积分:1
-
xiaozhou
本文件是基于51单片机的电子门铃设计程序,并且附带有proteus的仿真文件,可帮助单片机爱好者更好地学习哦!(This document is based on 51 single-chip electronic doorbell design procedure, and with proteus simulation files, can help single-chip computer enthusiasts learn better!)
- 2013-10-22 21:06:32下载
- 积分:1
-
c# 关闭窗口前确认 弹出提示
与大家分享一个C#窗口编程小技巧,在用户关闭窗口前,弹出确认对话框,可有效防止用户误操作,误关闭窗口。本源码中是完整的实例下载 ,有基础的可参考以下的代码,快速实现本功能:
C#弹出关闭窗口的确认对话框,核心代码如下:
private void Form1_FormClosing(object sender, FormClosingEventArgs e)
{
DialogResult dr = MessageBox.Show("是否关闭窗体", "提示", MessageBoxButtons.YesNo, MessageBoxIcon.Warning);
if (dr == DialogResult.Yes) //使用if语句判断是否单击“是”按钮
{
e.Cancel = false;//如果单击“是”按钮则关闭窗体
}
else//否则
{
e.Cancel = true;//不执行操作
}
}
当用户单击窗口右上角关闭按钮时,激活函数中的命令,弹出确认框。
- 2022-01-25 15:52:19下载
- 积分:1
-
cpu
基于CpuUsage的CPU空闲时工作构思,就是当CPU有空时,才能进行自己程序的大量数据处理命令,找了好久,找到这个,并加以10个时间的查询,如都是有空,才说有空.分享给有这方面需要的朋友,抛砖引玉.(CpuUsage the CPU idle time based on the idea work, free time is when the CPU can process large amounts of data for their own processing order, looking for a long time to find this, and make inquiries 10 hours, such as are available, only that there empty. to share a need, a friend, start a discussion.)
- 2011-09-16 15:04:46下载
- 积分:1
-
electronic-dictionary
C语言课程设计电子词典.代码可运行。可生成字典文件,TXT格式(C language curriculum design electronic dictionary. Code can run)
- 2013-12-23 09:58:07下载
- 积分:1
-
图像的小波变换处理
说明: 运用小波变换将图像从空间域转换到频率域,自己写的代码,欢迎讨论学习(Using wavelet transform to transform image from spatial domain to frequency domain)
- 2020-06-14 19:56:19下载
- 积分:1
-
Qt 客户端
基于Qt写的一个客户端,用于与设备进行协议沟通
- 2022-11-26 14:35:03下载
- 积分:1
-
ANO-four-rotors
国内目前做的比较好的匿名四轴的源码和上位机的程序,微型四轴,使用的是STM32F103C8T6芯片,传感器使用了MPU6050和MS5611,没有使用DMP算法,而是自己写了四元数程序,数据处理很有参考价值。(China is currently doing better anonymous source axis and PC programs, micro-axis, using a STM32F103C8T6 chips, sensors used MPU6050 and MS5611, DMP algorithm is not used, but wrote a quaternion program, data processing of great reference value.)
- 2015-03-02 15:03:41下载
- 积分:1
-
4、液晶显示器
这是基于开发板LPC1114的源码程序,是用C语言编写,关于液晶显示屏的配置和实现同时它也是一个完整的模板,可以在此基础上添加其他程序用于开发板的学习,是一个完整的模板,可直接使用。(This is based on the development board LPC1114 source code program, is written in C language, on the LCD display configuration and implementation at the same time it is a complete template, you can add other programs on this basis for the development board learning, is a complete template, can be used directly.)
- 2020-06-22 17:40:02下载
- 积分:1
-
sil9024.c
说明: 里面sii9024驱动源代码,含寄存器和数据手册(Inside Sii9024 driver source code, including registers and data manuals)
- 2021-01-08 14:08:52下载
- 积分:1