-
是一个完整的文档 可以方便的查询API 可以适合于学习和做实验 使用...
是一个完整的文档 可以方便的查询API 可以适合于学习和做实验 使用-Is a complete document can easily query API can be suitable for experimental study and make use of
- 2022-02-05 11:46:12下载
- 积分:1
-
网聊个人爱好,想尝试在客户机上通过局域网进行…
NetChat
个人爱好,想尝试通过局域网对客户机进行控制操作。-NetChat personal hobbies, want to try through the LAN on the client to carry out control operations.
- 2022-06-19 03:07:27下载
- 积分:1
-
这是一个关于三角网格的程序的一部分,需要在vc++中应用
这是一个关于三角网格的程序的一部分,需要在vc++中应用-This is a triangular mesh on the part of the procedure, the need for vc++ Application
- 2022-02-13 18:24:48下载
- 积分:1
-
For windows ce driver development Baodian detailed Getting Started guide
针对windowsce驱动程序开发的详细入门指南
- 2022-11-11 13:55:03下载
- 积分:1
-
扩展卡尔曼滤波器算法
扩展卡尔曼滤波器算法-extend kalman filter algorithm
- 2022-03-01 18:03:45下载
- 积分:1
-
C common template library, as detailed in the annex to the Smart.h, test.cpp see...
C++通用模板库,详见附件的 Smart.h,例子见test.cpp 包括: 自动指针CAutoPtr『支持多元素,赋值时会完全把右值传给左值』 智能buffer CSmartBuf『用于在堆栈中定义未知大小的buffer,兼具高效和通用性』 快速映射CQuickMap 环形队列CRingQ-C common template library, as detailed in the annex to the Smart.h, test.cpp see examples include : automatic target CAutoPtr support multiple elements, will assign values to completely pass on the right values smartphone left CSmartBuf buffer for the definition of the stack buffer of unknown size, highly efficient and versatile Fast mapping CQuickMap] ring cohort CRingQ
- 2023-09-05 10:35:03下载
- 积分:1
-
ping命令的源代码
ping命令的源代码 -ping command source
- 2022-02-02 00:36:50下载
- 积分:1
-
can代码
can代码
class CPoint{
private: //私有成员
float m_x, m_y;
protected: //保护成员
void SetPoint(float x, float y) {m_x = x; m_y = y;}
public: //公共成员
CPoint(float x, float y) {m_x = x; m_y = y;} //构造函数
void Move(float x, float y) {SetPoint(m_x + x, m_y + y);}
void Display() {cout
- 2022-04-01 02:38:18下载
- 积分:1
-
labwindows软件采集stm32串口数据
应用背景基于STM32实现姿态传感器数据采集。首先根据设计要求描绘姿态传感器采集测试系统框架;接着由指标设计硬件电路,并对测试系统的关键电路进行说明,描述MPU6050陀螺仪传感器的电路;而后利用keil软件设计了STM32底层驱动程序,使用labwindows虚拟平台编写上位机程序;最后在labwindows虚拟仪器软件中对MPU6050传感器进行测试和分析;通过多次对实验数据进行滤波比较,发现kalman滤波更有效消除传感器的误差。关键技术应用STM32采集姿态传感器数据。用labwindows搭建虚拟平台;在labwindows虚拟仪器软件中对stm32控制MPU6050;通过采集数据进行显示,用kalman滤波更有效消除传感器的误差。
- 2022-05-30 13:25:10下载
- 积分:1
-
一个VB的启动控制面板大全
有利于学习VB的朋友学习学习面板启动控制...
一个VB的启动控制面板大全
有利于学习VB的朋友学习学习面板启动控制-Start a VB control panel Daquan conducive to learning VB" s friends to learn to learn to start control panel
- 2022-07-22 08:16:46下载
- 积分:1