-
transformer
说明: 使用simulink实现变压器的仿真生成的C代码(C code generated by transformer simulation using Simulink)
- 2019-04-03 11:05:31下载
- 积分:1
-
File-Encryption
文件加密器,实现对文件加密,用来学习的代码(File encryption, encrypting files, the code used to study)
- 2012-05-20 14:28:54下载
- 积分:1
-
ean13字体扫描器必备
pb c#等开发物流扫描需要字体,以及换算工具,已经测试过可以使用,条码可以转ean-8码和ean-13码,转换方便,快捷,国内标准的摩托罗拉扫描器使用没问题。
- 2022-07-12 02:58:36下载
- 积分:1
-
zuodigui
消除文法的左递归,包括直接左递归和间接左递归(digui)
- 2009-12-28 19:58:15下载
- 积分:1
-
SINS GPS组合导航源码
GPS SINS 组合导航 卡尔曼滤波 MATLAB 源码,测试成功,希望对大家有用,组合导航入门可以参考,要加油哟,做导航一定要善于自己做仿真。
- 2022-12-19 18:35:03下载
- 积分:1
-
matlab
好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好好(Good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good good)
- 2011-05-22 11:59:09下载
- 积分:1
-
abc
数据结构的稀疏矩阵的几部分操作,广工的课程设计(Sparse matrix operations)
- 2013-12-03 15:57:53下载
- 积分:1
-
DS1302
DS1302时钟芯片,MCU STC12单片机 uart显示(DS1302 clock chip, MCU STC12 microcontroller uart display)
- 2015-07-13 23:08:01下载
- 积分:1
-
匿名飞控经典源代码 四轴飞行器
匿名飞控经典源代码 四轴飞行器
#include "stm32f10x.h"
#include "sysconfig.h"
#include "bsp.h"
#include "led.h"
#include "tim3.h"
#include "usart.h"
#include "ANO_TC_STM32F1_I2C.h"
#include "MPU6050.h"
#include "moto.h"
#include "spi.h"
#include "nrf24l01.h"
#include "tim_pwm_in.h"
#include "rc.h"
#include "imu.h"
#include "control.h"
#include "data_transfer.h"
u8 SYS_INIT_OK=0;
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void SYS_INIT(void)
{
LED_INIT();
LED_FLASH();
Moto_Init();
Uart1_Init(115200);
Tim3_Init(500);
#ifdef CONTROL_USE_RC
Tim_Pwm_In_Init();
#endif
Nvic_Init();
ANO_TC_I2C2_INIT(0xA6,400000,1,1,3,3);
- 2022-06-15 05:31:50下载
- 积分:1
-
C++串口类
This class can read, write and watch one serial port.
** It sends messages to its owner when something happends on the port
** The class creates a thread for reading and writing so the main
** program is not blocked.
改进
** 1) 增加ClosePort
** 2) 增加 writetoProt() 两个方法
** 3) 增加 SendData 与 RecvData 方法
改进
** 1)增加 ClosePort中交出控制权,防止死锁问题
** 2) 增加 ReceiveChar中防止线程死锁
改进
** 1) 解决COM10以上端口无法显示的问题
** 2) 扩展可选择端口,最大值MaxSerialPortNum可以自定义
** 3) 添加QueryKey()和Hkey2ComboBox两个方法,用于自动查询当前有效的串口号
- 2022-06-25 22:55:01下载
- 积分:1