-
MD5File
MD5生成,加密,可用于字符串生成验证加密,实用,加入到项目即可,(MD5 generation, encryption, can be used for string generation, verification, encryption, practical, add to the project can be,)
- 2017-09-02 12:12:36下载
- 积分:1
-
if语句的基本用法
简单的if语句的基本用法,三个数比大小,俩个数输出取绝对值最大的一个。
- 2022-02-05 02:47:12下载
- 积分:1
-
四旋翼 (简单可飞)
#include
#include "newtype.h"
#include "delay.h"
#include "Clock.h"
#include "timer.h"
#include "pwm4.h"
#include "uart1.h"
#include "uart2.h"
#include "I2C.h"
#include "spi.h"
#include "spi2.h"
#include "adc1.h"
#include "adc2.h"
#include "capture1.h"
#include "control.h"
#include "rc.h"
#include "IMU.h"
/*
u8 key_scan(void)
{
static u8 key_down=0;
if(key_down==0 && (P2IN & BIT1==0 || P1IN & BIT1==0))
{
key_down=1;
delay_ms(10);
if(P2IN & BIT1==0)
return 1;
if(P1IN & BIT1==0)
return 2;
}else if(P2IN & BIT1==1 && P1IN & BIT1==1) key_down=0;
return 0;
}
*/
u8 key_flag=0;
u8 key_start=0;
extern u8 updown;
u8 i;
void System_I
- 2022-03-23 19:11:42下载
- 积分:1
-
人力资源管理系统
人事工资管理系统 使用c#编程 欢迎阅读-Human resources management system
- 2023-01-02 13:10:04下载
- 积分:1
-
rain
基于超群的粒计算理论Theoretical calculations based on superior grain(Theoretical calculations based on superior grain)
- 2011-08-20 16:33:23下载
- 积分:1
-
公司网站小程序
各种公司小程序,优化办公,非常有用,让办公时间节省很多(Company Website Small Procedures)
- 2019-04-28 11:31:35下载
- 积分:1
-
深入理解C#第三版英文版
深入理解C#第三版英文版,很强大,需要有一定英文基础(In depth understanding of the English version of C# third edition, very powerful, need to have a certain English basis)
- 2017-06-20 11:15:52下载
- 积分:1
-
程序源码
说明: 5档调节pwm,1602显示,使用stc89c52单片机(five types of pwm displayed by 1602)
- 2020-06-18 13:20:01下载
- 积分:1
-
read3D_RMA
是3d_rma数据库读写的程序,原来随数据库附带的读数据的程序读出的点有误,在此基础上做了一些修改,可以正确的读出。(3d_rma database is read-write procedure, the original database with the data attached to the procedure time to read out the points to be wrong, on this basis to do some modifications, you can read out the correct.)
- 2008-04-01 15:40:18下载
- 积分:1
-
tem
上位机通信-配合XTMonitor显示温度等(PC communication- with XTMonitor display temperature, etc.)
- 2013-07-23 19:56:46下载
- 积分:1