-
dianyuan
利用51单片机的汇编语言来实现0到15V稳压电源的实现功能。(51 microcontroller using assembly language to achieve the 0 to 15V power supply to achieve function.)
- 2010-10-19 16:02:26下载
- 积分:1
-
shade1
检测视频中的运动目标以及阴影,并消除阴影,基于opencv,将RGB颜色空间根据一定的转换关系转换到HSV空间,最后消除阴影, 可以在vc6.0和vs2008上正常运行(Shadow detection algorithm based on HSV color space)
- 2012-08-20 21:22:09下载
- 积分:1
-
OpenCV
基于opencv和vc++6.0实现的人脸检测,鼻子,嘴巴检测,眼睛检测。AVI播放器,手写数字识别,图像缩放等。(The opencv and vc++6.0 of realized based face detection, nose, mouth detection and eye detection. AVI player, handwritten numeral recognition, image scaling.)
- 2012-10-30 16:30:32下载
- 积分:1
-
风电场研究1
说明: pscad风电场研究文件仿真模型,可以成功运行和仿真(PSCAD wind farm research file simulation model)
- 2021-04-16 10:55:20下载
- 积分:1
-
最全的Linux下的C库函数源代码
最全的Linux下的C库函数源代码,大师级作品,适合C爱好者研究学习;-C library function for linux。
- 2023-05-25 07:00:03下载
- 积分:1
-
MS5611资料
#include
#define BME280_ADDRESS 0x76
unsigned long int hum_raw,temp_raw,pres_raw;
signed long int t_fine;
uint16_t dig_T1;
int16_t dig_T2;
int16_t dig_T3;
uint16_t dig_P1;
int16_t dig_P2;
int16_t dig_P3;
int16_t dig_P4;
int16_t dig_P5;
int16_t dig_P6;
int16_t dig_P7;
int16_t dig_P8;
int16_t dig_P9;
int8_t dig_H1;
int16_t dig_H2;
int8_t dig_H3;
int16_t dig_H4;
int16_t dig_H5;
int8_t dig_H6;
void setup()
{
uint8_t osrs_t = 1; //Temperature oversampling x 1
uint8_t osrs_p = 1; //Pressure oversampling x 1
uint8_t
- 2022-03-01 22:12:36下载
- 积分:1
-
Copys
拷贝txt文件中路径的文件到另一个文件夹。(Txt file path copy files to another folder.)
- 2014-10-27 16:24:34下载
- 积分:1
-
C# 判断WPF页面是否运行在浏览器环境下
C# 判断WPF页面是否运行在浏览器环境下,还可以使用BrowserInteropHelper.Source属性进行深入检测,具体的实现代码如下:
private void Page_Loaded(object sender, RoutedEventArgs e)
{//判断WPF页面是否运行在浏览器环境下
string MyInfo = "";
if (System.Windows.Interop.BrowserInteropHelper.IsBrowserHosted)
{//还可以使用BrowserInteropHelper.Source属性进行深入检测
MyInfo = "当前WPF页面是运行在浏览器环境下!";
}
else
{
MyInfo = "当前WPF页面不是运行在浏览器环境下!";
}
MessageBox.Show(MyInfo, "信息提示", MessageBoxButton.OK);
}
- 2022-03-22 08:29:15下载
- 积分:1
-
blmsensor
通过comm口,读取外部压力或温度传感器的数据,并显示在界面上(Comm port by reading data the external pressure or temperature sensor, and displayed on the screen)
- 2014-10-13 15:07:28下载
- 积分:1
-
pattern recognition of greedy algorithm is based on the distribution of basketba...
模式识别中的贪心算法,是根据分配篮球队员的简单条件做的-pattern recognition of greedy algorithm is based on the distribution of basketball players do the simple conditions
- 2023-03-05 20:15:03下载
- 积分:1