-
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
-
PCAS
采用VB编写的一个电路分析系统,支持现行电路的分析,具有电路图绘制,仿真功能,并包含了示波器等元器件。(using VB prepared a circuit analysis system, in support of the current circuit, with circuit diagrams mapping, simulation function, and includes components such as oscilloscopes.)
- 2020-12-07 20:09:22下载
- 积分:1
-
DataPro
软件是一款基于Microsoft Visual Basic 软件开发的物理化学实验数据处理软件,共分为八个实验,分别是”恒温槽的装配与性能测试”,“液体的饱和蒸汽压测定”,“双液系气液相平衡图的绘制”,“蔗糖转化反应速率常数的测定”,“电动势测定及应用”,“乙酸乙酯皂化反应动力学”,“最大气泡法测定液体表面张力”,“吊环法测定液体表面张力”。(Software is a Microsoft Visual Basic software development based on the physical and chemical experimental data processing software, is divided into eight experiments are " bath assembly and performance testing" , " liquid saturated vapor pressure measurement" , " two-fluid system phase equilibrium diagram drawing " ," invertase reaction rate constants measured, " " Determination and application of force " ," ethyl acetate saponification reaction kinetics " ," Determination of the maximum bubble liquid surface tension, " " Determination of the rings liquid surface tension. " )
- 2013-10-05 20:04:46下载
- 积分:1
-
AOK虚拟示波器上位机源码及APP最新版
AOK虚拟示波器的上位机源码,从串口获取下位机数据,然后绘制波形(AOK virtual oscilloscope host computer source, from the serial access to the next machine data, and then draw the waveform)
- 2017-09-20 16:29:41下载
- 积分:1
-
eyiidown15
1、增添访问用户IP显示。
2、增加广告管理功能。
3、界面请专业人士进行美化,使得分布更加合理,界面更加美观。
4、添加用户在线统计及查看功能(1, add a user to access the IP display.
2, increased advertising management.
3, the interface is the expertise to carry out landscaping, making the distribution is more reasonable, more beautiful interface.
4, add users online and viewing statistics
)
- 2016-03-10 22:27:06下载
- 积分:1
-
Lab005a
Cambios de giro de un motor DC controlado por hiperterminal
- 2011-07-04 01:35:51下载
- 积分:1
-
Carrier_0_03.tar
CARRIER todo esto es un documento elaborado con la mayora facilidad
- 2013-12-14 04:43:26下载
- 积分:1
-
Onvif-deve_-framework
说明: Onvif开发框架,包含需要的wsdl文件已经通过goasp生成的头文件和源文件.没有包含鉴权(Onvif development framework, including the need for the WSDL file has been generated by the goasp header files and source files.)
- 2016-07-27 09:46:38下载
- 积分:1
-
43-stm32_camera
基于stm32开发板的驱动 主要实现开发板上照相机的驱动。适用于新手( based on stm32 board driver it s about camera drivers,useful for fresh man )
- 2015-03-05 09:43:51下载
- 积分:1
-
Hacker_Disassemble_Uncovered
Kris Kaspersky对他的书做过一个总结,以下是关于这本书《黑客反汇编揭秘》的:
Солон是一家不大的出版社,里面氛围很是温馨,团队关系密切、融洽,只是能力尚有不够。我可不会满足于此。我打开了美国市场, 与出版社A-LIST进行了合作。在“讲述基本原理”的指导思想下以紧凑的篇幅编写并翻译了这本后来成为best-seller的书《HACKER DISASSEMBLING UNCOVERED》,这是我到目前为止卖得最好的书。我还客串了一把翻译技术顾问,但是我还没试过自己用英语进行写作。(Kris Kaspersky his book made a summing up, the following about this book are a " hacker disassembly Secret" in: Солон is a small publishing house, which was a warm atmosphere, the team close and harmonious, but the capacity still not enough. I can not meet this. I opened the American market, with the publishing house A-LIST cooperation. At " about the basic principles of" the guiding ideology of the space under the compact prepared and translated it later became the best-seller book of the " HACKER DISASSEMBLING UNCOVERED" , This is my best-selling book so far. I also had a guest Translate technical adviser, but I have not tried to carry out their own writing in English.)
- 2009-03-23 20:58:53下载
- 积分:1