-
alphatrimmed1
image processing program filter
- 2014-01-20 00:31:22下载
- 积分:1
-
Explorer
MFC Explorer Sample Code
- 2014-02-13 15:01:09下载
- 积分:1
-
lightstripeExtraction
基于梯度重心法的光条提取算法,实现光条中心的亚像素提取。(Extraction Method Based on Gradient focus light bar algorithms to achieve sub-pixel light stripe center extraction.)
- 2016-06-08 11:22:38下载
- 积分:1
-
DBGRID-call-SQL-database
基于C语言的使用DBGRID控件实现的SQL数据库管理程序,方便灵活(C-based controls to achieve using DBGRID SQL database management procedures, convenient and flexible)
- 2013-07-13 21:30:03下载
- 积分:1
-
ADXL345模块
#include "adxl345.h"
#include "main.h"
#include "myiic.h"
#include "math.h"
#include "main.h"
#include
#include "stm32f1xx_hal_uart.h"
#include "usart.h"
void ADXL345_write(u8 addr, u8 data)
{
IIC_Start();
IIC_Send_Byte(ADXL_WRITE);
IIC_Wait_Ack();
IIC_Send_Byte(addr);
IIC_Wait_Ack();
IIC_Send_Byte(data);
IIC_Wait_Ack();
IIC_Stop();
HAL_Delay(10);
}
u8 ADXL345_read(u8 addr)
{
u8 d = 0;
IIC_Start();
IIC_Send_Byte(ADXL_WRITE);
IIC_Wait_Ack();
IIC_Send_Byte(addr);
IIC_Wait_Ack();
II
- 2022-05-28 01:28:24下载
- 积分:1
-
serialport
一个比较完整串口通信程序Csharp源代码,C#串口通信源码,是一个完整的工程,很有参考价值(A relatively complete source code of serial communication program Csharp, C# serial communication source, is a complete project, a good reference)
- 2010-11-29 13:05:41下载
- 积分:1
-
caimeijidiankong
本课题针对MG132/315-WD电磁调速电牵引采煤机进行设计,
主要介绍了采煤机的组成、调速特性、调速方式及调速方法,并分
析了电磁调速电动机的工作原理,经推导得出了电磁调速电动机的
数学模型(The topic for MG132/315-WD electric magnetic speed shearer design, introduces the miner' s composition, speed characteristics, speed control mode and speed, and analyzed the working principle of electromagnetic governor motor , obtained by the derived mathematical model of electromagnetic adjustable speed motor)
- 2010-05-20 23:42:11下载
- 积分:1
-
1
说明: 对于数据结构中的平衡树c++实现
啦啦啦啦啦啦(Implementation of Balanced Tree)
- 2019-08-15 11:00:20下载
- 积分:1
-
rtsp服务器传输H264视频流
rtsp服务器传输视频流H264,通过摄像头采集H2364视频信息传输视频,客户端可以通过VCL等开源app来获取实时的视频流信息。基于C语言的rtsp服务器时间,仅供参考。
- 2022-03-03 11:39:44下载
- 积分:1
-
C/S模式下客户端-服务器的Socket通信实例
CAsyncSocket类编程基础,简单Socket通信流程,在客户端与服务器间创建链接,并实现客户端与服务器的双向通信。
- 2022-01-21 03:27:57下载
- 积分:1