-
PWM-ULN2003A
利用ULN2003A进行驱动,产生PWM波,里边有照片,可供参考,通过本例程了解PWM 的基本原理和使用 (#include <reg52.h>
unsigned char timer1
sbit PWM=P1^2
void system_Ini()
{
TMOD|= 0x11
//PWM
TH1 = 0xfe //11.0592
TL1 = 0x33
TR1 = 1
IE =0x8A
}
main()
{
system_Ini()
while(1)
{ if(timer1>100) timer1=0
if(timer1<30) PWM=0
else PWM=1
}
)
- 2013-11-21 15:17:25下载
- 积分:1
-
DownloadService
Downloading example source for Basic4Android IDE.Contains Source code.
- 2011-07-21 19:56:54下载
- 积分:1
-
MYeclock
实现stc12c5a60s2单片机电子时钟的时,分,秒等基本功能。(Stc12c5a60s2 achieve single-chip electronic clock hours, minutes, seconds, and other basic functions)
- 2013-08-03 21:01:26下载
- 积分:1
-
ColorFading
Code to fade colors in controls
- 2013-04-06 05:15:38下载
- 积分:1
-
Applied-Markov-Decision-Processes
本书从简单的例子开始 ,介绍了马尔可夫决策过程的基本概念、决策过程以及一些常用 的基本理论 .还介绍了多种最优准则 , 包括有限阶段准则、折扣准则、平均准则、权重报酬准 则、概率准则等 .从模型角度考虑了有限状态空间、可数状态空间和一般 Borel 状态空间 从 决策时间上来说 , 考虑了离散时间、连续时间和半马氏决策时刻问题 .本文还介绍了大量的应 用实例以及建模方法 .本书可作为高年级大学生和研究生教材 , 也可作为运筹学、管理科学、 信息科学、系统科学以及计算机科学和工程领域的学者和技术人员的参考书 .
(From the simple example of this book introduces the basic concepts of Markov decision processes, and decision-making process as well as some common basic theory also describes the various optimal criteria, including criteria for limited stage, discounted, average criteria weights remuneration The guidelines, such as the probability criterion from the point of view of the finite state model space countable state space and general Borel state space from the decision-making time, consider a discrete-time, continuous-time and half-time Markov decision problem this article describes. a large number of application examples and modeling methods. book can serve as senior undergraduate and graduate teaching, but also as research, reference management science, information science, system science, and academics and technical staff in computer science and engineering fields.)
- 2014-08-15 15:45:07下载
- 积分:1
-
Standard-CPP
美国编制C++教程,提高C++编程质量,有利于学习资料,对初学者和入门的都有很提高。(Improve the quality of C++ programming, in favor of learning materials for beginners and entry has very improved)
- 2014-01-13 16:35:32下载
- 积分:1
-
PWM
NXP LPC11u24 cortex-M0 PWM 示例程序(NXP LPC11u24 cortex-M0 PWM sample programs)
- 2014-02-11 10:27:56下载
- 积分:1
-
VSPD
可虛擬兩個RS-232或者是多個RS-232互傳資訊,此源码維Visual Basic所編寫。(Can be a virtual two RS-232 or RS-232 over pass each other information, this source code written by Visual Basic dimension)
- 2020-11-27 09:19:30下载
- 积分:1
-
battery_model
这是一个基于THEVENIN的锂电池模型,能够观察到SOC和OCV。(This is a DCDC chopper, and is isolated and can be converted to low-voltage DC high-voltage direct current and voltage controlled to achieve, can be used for battery charging and discharging.)
- 2015-03-16 13:11:59下载
- 积分:1
-
banner
YouTube网站上的幻灯片特效代码,从谷歌的youtube capture上扒下来的,图文banner切换效果。简洁大气,美观又不失时尚,名站的设计师就是不一样啊,因为喜欢这个焦点图幻灯代码,所以才花了不少时间整理出来,不敢独享,与源码爱好者网页分享,截图中的乱码是因为编码没有修改,自己用时候添加一行编码声明就不会乱码了。(Slide effects on YouTube code from Google, YouTube Capture on picking down, the graphic banner transition effects. Simple atmosphere, beautiful yet stylish, the designer of the name of the station is not the same ah, because I like the focus map slide code, why they spent a lot of time to sort out, not exclusive, to share it with the source enthusiasts page, screenshots in the garbage because the code is not modified when adding a line to encoding declaration will not be garbled.)
- 2013-04-23 22:38:06下载
- 积分:1