-
实验29:LCD-ADC-DMA
使用STM32F103 功能:TFT彩屏显示 ADC转换结果 ADC单通道连续转换(Use the STM32F103 function: TFT color display ADC conversion results ADC single channel continuous conversion)
- 2018-02-01 15:22:28下载
- 积分:1
-
QML CPlusePluse 2
OpenCv QML C++ 的混合编程,实现图处理等功能(QML C++ mixed programming using qquick to develop front-end interface open library and logic layer using C++ development)
- 2020-06-23 15:20:01下载
- 积分:1
-
social-network.tar
A simulation of a Social Network University of Palermo, Italy
- 2015-04-15 17:05:02下载
- 积分:1
-
1
说明: RLS算法的去噪声仿真,在移动通信中的应用(RLS algorithm to the noise simulation, the application in mobile communication)
- 2009-11-15 16:56:01下载
- 积分:1
-
MatlabInVC
该程序教你如何在vc中调用matlab,包括使用心得(Teach you how to using matlab function in vc++)
- 2013-03-24 14:49:45下载
- 积分:1
-
Time-Series-Analysis-in-Building
时间序列分析在建筑变形监测方面的应用,可以用于形变监测方面的初步学习分析等(Time series analysis in monitoring the deformation of the building can be used for analysis of the preliminary study of deformation monitoring, etc.)
- 2014-03-14 20:51:41下载
- 积分:1
-
手机蓝牙控制电器设备
通过51单片机+蓝牙实现对其他电器的控制,从而可以通过手机控制电器的运行。(Through 51 MCU + Bluetooth, other electrical appliances can be controlled, so that the operation of electrical appliances can be controlled by mobile phones.)
- 2020-06-16 00:20:02下载
- 积分:1
-
弧齿锥齿轮几何参数设计
弧齿锥齿轮几何参数设计,函数的功能式计算各参数(Geometric parameters design of spiral bevel gears)
- 2021-03-17 16:59:21下载
- 积分:1
-
移动电源三合一
松翰2711 ADC设置的示例程序
功能:获取P43的AD值
//输入:P43口的模拟信号输入 (输入ADB和ADR,输出AD_Data_Hi和AD_Data_low)
//输出:AD值
/////////////////////////////////////////////////////////;库
#include "SN8P2706A.h"
// #include "const.h"
/////////////////////////////////////////////////////////;声明
extern bit ft_ad_10ms,f_ad_first,f_ad_on;
extern unsigned int AD_value_H,AD_value_L,AD_data;
extern unsigned int AD_sum_H,AD_sum_L,b_total;
extern unsigned int ad_mobile_const,ad_buf0;
/////////////////////////////////////////////////////////;
void ad_data_init(void)
{
AD_sum_L=0; //清和
AD_sum_H=0;
AD_value_H=0; //最大值初始值为0
AD_value_L=255; //最小值初始值为255
}
/////////////////////////////////////////////////////////;AD数据初始化
void ad_charge(void)
{
if(ft_ad_10ms==1)
{
- 2022-09-24 14:05:03下载
- 积分:1
-
MSP-EXP430F5529原理图
这是msp exp430f5529的原理图(This is the schematic diagram of MSP exp430f5529)
- 2020-06-20 19:40:02下载
- 积分:1