-
Professional-Assembly-Language
说明: 专家级汇编,英文电子版。没有任何水印,便于阅读学习(Expert Level Compilation, English Electronic Edition. No watermarking, easy to read and learn)
- 2020-06-23 02:20:02下载
- 积分:1
-
剪刀石头布
.net做的一个剪刀石头布的小游戏,想要刷刷自己的好运气,就玩玩吧,虽然不好看,但是玩着可以刷运气哦,亲。只简单完成了人机。
- 2022-05-23 22:50:44下载
- 积分: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
-
USBClassLibrary_demo_1.0.3.0_WPF1.0.1.0
show usbclass library for usb in woindo
- 2020-06-24 15:20:01下载
- 积分:1
-
STM8S_UART2例程 STVD工程
STM8S103/STM8S105/STM8S903系列代码,本代码实现串口UART的数据收发功能,STVD完整工程。
- 2022-10-26 12:05:04下载
- 积分:1
-
电机PID算法
该代码简洁明了,用于STM32对直流电机的控制。控制的方式是用PWM波去调控,程序里已经详细说明各个函数的使用,下载下来调试只需根据自己的需要更改几个IO口便可以使用。
- 2022-03-19 10:05:09下载
- 积分:1
-
一个用opencv实现的目标跟踪程序 tracking
一个用opencv实现的目标跟踪程序,可以捕捉AVI视频中的运动目标并实现定位(A goal with opencv tracking program, you can capture AVI video of moving targets and to achieve positioning)
- 2020-06-26 02:40:02下载
- 积分:1
-
基于单片机的电子万年历
本设计是基于AT89C52的多功能万年历,使用lcd1602液晶显示,主要功能有温度显示,阴阳历转换,闹钟,年月日时分秒还有星期的显示
- 2022-07-03 06:38:57下载
- 积分:1
-
Jhhb
环保局污染设备在线控制系统(商业源码).完整,实用的VC写的控制系统,下位分析设备采样控制系统. (Environmental Protection Agency pollution equipment on-line control system (commercial source). A complete, practical, written in VC control systems, under-sampling analysis equipment control systems.)
- 2010-01-03 18:55:45下载
- 积分:1
-
Csharp_QQ
C#写的模拟QQ聊天软件,可以学习网络编程。当用户第一次运行客户端程序时,将会弹出注册窗口进行注册,用户注册后,再次运行客户端程序时,将直接进行登录,无须注册。用户首先启动服务器端,如图1.1所示。单击“控制台”/“开始服务”命令,启动服务器端的UDP协议。在局域网的其它计算机中,启动客户端程序,如果用户第一次运行本程序,将弹出用户注册窗口。(When a user first runs the client program, registration window will pop up to register, after user registration, when you run the client program again, it will log in directly without registration. The user first starts the server, as shown in Figure 1.1. Click Control Panel / Start service command to start the server UDP protocol. In the other computers in the LAN, start the client program, if the user first runs of the program, the user registration window will pop up.)
- 2014-11-25 18:46:13下载
- 积分:1