-
dataprocess
基于AdaBoost算法的人脸检测识别,以及对其人脸进行评分,详见源代码(AdaBoost algorithm based on face detection and recognition, as well as its human face to score, see the source code)
- 2013-10-22 10:07:06下载
- 积分:1
-
IPGroupClient
说明: 关于组播的客户端代码,实现了简单的组播通信和TCP/IP通信.(On the multicast client code, the realization of a simple multicast communications and TCP/IP communications.)
- 2008-09-01 17:16:57下载
- 积分:1
-
超声波测距程序
多路超声波测距程序,通过定时中断的方式实现测距程序的编写,读者可根据自己需要进行扩展,最多可达15个超声波传感器同时测距,具有很好地参考价值
- 2022-06-29 04:07:21下载
- 积分:1
-
esc-program
非常实用的电调程序,已经通过小车电调测试(esc program)
- 2014-03-04 10:00:02下载
- 积分:1
-
AM2322
本代码为基于STM32单片机的am2322温湿度传感器驱动代码,已经经过本人优化,并已经测试通过,可以直接用于采集温湿度信息,本代码采用keil5编程软件,下载解压后即可使用。
(本代码为基于STM32单片机的am2322温湿度传感器驱动代码,已经经过本人优化,并已经测试通过,可以直接用于采集温湿度信息,本代码采用keil4编程软件,下载解压后即可使用。(This code is based on the STM32 MCU am2322 driver code, temperature and humidity sensor has been optimized himself, and has been test pass, temperature and humidity can be directly used for collecting information, this code USES keil5 programming software, after download decompression can use.
(this code is based on the STM32 MCU am2322 driver code, temperature and humidity sensor has been optimized himself, and has been test pass, temperature and humidity can be directly used for collecting information, this code USES keil4 programming software, after download decompression can use.)
- 2017-11-07 13:24:32下载
- 积分:1
-
c#调用Media Player播放器Demo
应用背景
//打开
private void toolStripButton1_Click(object sender, EventArgs e)
{
OpenFileDialog openFileDialog = new OpenFileDialog();
openFileDialog.Multiselect = true;
openFileDialog.Filter = "MP4文件|*.mp4|MP3文件|*.mp3|Wav文件|*.wav|所有文件|*.*";
if (openFileDialog.ShowDialog() == DialogResult.OK)
{
axWindowsMediaPlayer1.currentPlaylist = axWindowsMediaPlayer1.newPlaylist("列表", "");
&n
- 2022-03-11 11:21:14下载
- 积分:1
-
iconpick1
基于Visual C++6。0开发的图标拾取小程序。可以取可执行文件中的图标并保存。很不错。(based on Visual C 6. 0 pick up the development of the small icon procedures. May take the executable file icon and preserve. Is pretty good.)
- 2006-10-21 20:41:13下载
- 积分:1
-
capture
屏幕捕获的程序,将所捕获的屏幕图像保存为BMP格式位图,一个简单的工程(Screen capture program will capture the screen image saved as a BMP bitmap format, a simple project)
- 2009-04-23 09:25:20下载
- 积分:1
-
ini
保存控件的自定义大小,特别是针对表格之类的控件,当重新设置大小和位置后,再次打开将继续呈现设置后的大小(save the size of the control resized by the customer)
- 2012-07-23 14:59:30下载
- 积分:1
-
ARM-uCLinux
基于ARM和uCLinux的嵌入式远程数据采集终端(arm uclinux)
- 2021-05-07 10:58:36下载
- 积分:1