-
备忘录模式-基本代码
Jogo em C codigo, batalha naval para 2 jogadores
- 2020-06-24 17:40:01下载
- 积分:1
-
罗盘加速度计
BM1422 KX224 驱动代码,实现方位角姿态解算(BM1422 KX224 Driver code)
- 2020-06-24 00:40:02下载
- 积分:1
-
动态数组模板类的C++实现
动态数组模板类的C++实现#ifndef ARRAY_CLASS#define ARRAY_CLASS#include #include using namespace std;#ifndef NULLconst int NULL = 0;#endif//错误类型集合, 共三种,数组大小错误,内存分配错误和下标越界enum ErrorType {invalidArraySize, memoryAllocationError, indexOutOfRange};//错误信息char *errorMsg[] = {"Invalid array size", "Memery allocation error", "Index out of range"};//数组类模板声明templateclass Array{ public: Array(int sz = 50); Array(const Array &A); ~Array(void); Array& operator = (const Array &rhs); //重载=,使数组对象可以整体赋值 T& operator[](int n);
- 2022-01-28 05:28:35下载
- 积分:1
-
mybattery
这是brew平台,测试手机耗电量和电池格数的程序,有很强的参考价值(This is a brew platform, test power consumption and battery cell phone number of the program, there is a strong reference value)
- 2011-09-19 15:17:05下载
- 积分:1
-
ADXL345-test
CC2530模块通过I2C通信接收ADXL345传感器采集到的数据并通过串口通信传递给电脑,亲自调试测试可用(CC2530 module through the I2C communication receiver the ADXL345 sensor to the data passed to the computer through the serial port communication, the person commissioning tests available)
- 2021-01-06 14:18:53下载
- 积分:1
-
AuloCAD2000_ARx二次开发实例精粹[老大中]
AuloCAD2000_ARx二次开发实例精粹[老大中](The Essence of AuloCAD2000_ARx Secondary Development Example)
- 2018-12-06 15:06:43下载
- 积分:1
-
北师大基站程序 -内存复制
说明: 采集GPS原始数据并存储,解析GPS数据的经纬度数据(Acquisition and storage of GPS raw data)
- 2020-06-16 21:20:02下载
- 积分:1
-
PCMcode
程序为将a律十三折线的PCM信号经量化后的信息编为0101二进制的编码。(Procedures will be a law broken line thirteen of the PCM signal after quantization information as binary code 0101.)
- 2007-08-20 09:28:39下载
- 积分:1
-
SerialApplication
VS2008 C# 做的串口应用程序,基本功能都有,界面和串口调试助手一样。。呵呵。。大家多多支持。。(SerialApplication)
- 2010-12-08 11:39:19下载
- 积分:1
-
stm32-sdPuart
Finally I got it working properly. Reading SDcard was very awesome for me for first time, so I decided to make a library for STM32F4xx devices and post it to my website. It’s basically just communication interface between STM32F4 and FatFS library by Chan. It supports SPI or SDIO communication. Library also supports USB communication, but for that purpose you need USB stack too. USB is available here
- 2015-05-17 07:16:59下载
- 积分:1