-
pilot
一个简单的数据库SQL2000管理查询,列举,更新,插入还有MFC控件的设置等,里面有一个SQL脚本支持库表(A simple database query SQL2000 management, list, update, insert, as well as the MFC control settings, etc., which has a SQL script support library table)
- 2014-08-30 00:23:02下载
- 积分:1
-
XAudio2技术在地铁列车驾驶模拟器中的应用
说明: 论文:论述Audio2在地铁模拟器中的应用(Thesis: discuss the application of Audio2 in subway simulator)
- 2019-11-15 17:39:53下载
- 积分:1
-
MPU6050测试码
开始玩四轴的时候,使用STM32F407读写MPU6050。各种尝试始终无法使用,最后怀疑IIC有问题,用示波器看了,波形很好。判断是软件问题,耐心看手册,咨询了别人,均无果····后来担心是芯片焊接温度过高,坏了,最后索性买了个MPU6050小板子,要了程序,一看别人初始化才明白!!!我看错手册,把Power Management 1 的CYCLE 写1了,是MPU6050处入半休眠模式,要数据唤醒,所以有一个考虑程序做参考,比自己没有方向瞎摸索强多了,特地分享给大家
- 2022-04-10 15:41:18下载
- 积分:1
-
堆栈四则运算
/* 在BC31下编译 或VC6.0*/
/* compile under Borland C++ 3.1 or Visual C++ 6.0*/
/*#include "stdafx.h"*/
#include "stdio.h"
#include "string.h"
#include "stdlib.h"
#include "conio.h"
#define TRUE 1
#define FALSE 0
#define STACK_INIT_SIZE 100/*存储空间初始分配量*/
#define STACKINCREMENT 20/*存储空间分配增量*/
typedef struct
{
int *pBase;/*在构造之前和销毁之后,base的值为NULL*/
int *pTop;/*栈顶指针*/
int StackSize;/*当前已分配的存储空间,以元素为单位*/
}Stack;
typedef int BOOLEAN;
char Operator[8]="+-*/()#";/*合法的操作符存储在字符串中*/
char Optr;/*操作符*/
int Opnd=-1;/*操作符*/
int Result;/*操作结果*/
/
- 2022-07-17 12:33:54下载
- 积分:1
-
MMC.voice
This is the design of a application which drive an AVR mcu to record and broadcast WAV voice stored in an Memory card.
- 2012-05-17 03:32:40下载
- 积分:1
-
temperature-PID-controller-
基于STM32的温度控制器系统设计,带液晶显示,带死区控制,在实验室实验,效果较好。(temperature controller)
- 2011-07-10 09:44:22下载
- 积分:1
-
PDF417-Encode-a-Decode
二维码PDF417编码和解码的源代码,可将它们修改后做成匹配的编码和解码对。(The source code of two-dimensional barcode PDF417 encoding and decoding, they can be modified to become a matched encoding and decoding.
)
- 2012-02-10 21:04:53下载
- 积分:1
-
bmi160 驱动
BMI160的API程序,在MCU开发过程中可以缩短周期 大部分函数已经封装好拿过去就可以用,API里面包括了BMI160的基本的设置以及初始化等等,很实用的。
- 2023-05-18 04:55:04下载
- 积分:1
-
qt5 串口上位机
串口上位机, 识别16进制数据发送接收,包括波特率设置,奇偶校验位,COM口,数据位,停止位,清屏功能,收发数据功能,开关串口功能。
- 2022-01-28 06:43:20下载
- 积分:1
-
wuziqiyouxi
五子棋游戏,实现人工智能。单机游戏和多机游戏实现过程。(Backgammon games, achieve artificial intelligence. Single and multi-game machine game implementation process.)
- 2013-12-09 19:04:44下载
- 积分:1