-
bin2inc
Binary to C include file
- 2020-06-25 07:00:02下载
- 积分:1
-
client
Maplestory Client version 140+
- 2014-12-03 05:45:47下载
- 积分:1
-
智能小车蓝牙控制系统
//初始化PWM,定时器1
//RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void)
{ //比较匹配时清零OC1A/OC1B, OC1A/OC1B 在TOP 时置位
??TCCR1A??|= (1<<COM1A1)|(1<<COM1B1)|(1<<WGM11)|(1<<WGM10); //page117
??//快速PWM,预分频器64分频,page118 为4.1ms,243HZ
??TCCR1B??= (1<<WGM12)|(1<<CS11)|(1<<CS10);? ?
??OCR1A? ?= UPTIME;? ?? ?? ? //1.9ms
??OCR1B? ?= UPTIME;? ?? ?? ? //1.9ms(/RFPWM=log(TOP + 1)/log(2)
void Init_PWM1(void))
- 2020-06-18 09:00:01下载
- 积分:1
-
介绍.net3.5下的linq怎样操作xml文件
介绍.net3.5下的linq怎样操作xml文件-Introduced. Net3.5 LINQ how to operate under the xml file
- 2022-01-28 06:53:09下载
- 积分:1
-
matlab-sourcecode-for-
本代码是做指纹识别是代码,平台是MATLAB,能够完成指纹识别、处理、匹配整个过程。(This code is to do fingerprint identification code, the platform is MATLAB, able to complete the fingerprint identification, processing, matching the whole process.)
- 2016-04-29 12:11:41下载
- 积分:1
-
1531468
说明: C # design pattern - builder mode C#设计模式--建造者模式(C # design pattern-builder mode C # Design pattern-architect pattern)
- 2019-05-23 12:48:34下载
- 积分:1
-
Blur2
Total Variation Deconvolution using Split Bregman 是一种图像去模糊算法 内涵C的源代码 可供参考使用(Total Variation Deconvolution using Split Bregman
introduce a duburring algorithma in image processing)
- 2014-09-02 19:10:33下载
- 积分:1
-
iMessage发送消息
iMessage发送消息,在ios系统运行,能实现根据ios账号发送消息,向手机号、ios账号发送消息
- 2022-01-25 21:55:47下载
- 积分:1
-
DS18B20LowPower
stm32f103c8t6驱动DS18B20温湿度传感器程序源码(stm32f103c8t6,DS18B20)
- 2019-06-30 08:30:23下载
- 积分:1
-
21-USART— 控制RGB灯+收发通信
说明: 实现stm32F103单片机的控制RGB灯和收发通信(Realize the switching of color lights and USART receiving and sending)
- 2020-07-04 21:57:07下载
- 积分:1