tr1

共 13 篇文章
tr1 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 13 篇文章,持续更新中。

拟时钟寄存器

#include sbit P17 = P1^7; /***************************************************************************************************** IO初始化子程序 ********************************************

由 MOSFET 和电源变压器构建的逆变器的工作原理和设计制造

<p>基于MOSFET和变压器的逆变器,不错的资料</p><p>摘 要 :</p><p>文章介绍一种由 MOSFET 和电源变压器构建的逆变器的工作原理和设计制造。其输出功率由 MOSFET 和电源 变压器的功率决定,因其制作简单,也很适合业余电子技术爱好者制作与应用。&nbsp;</p><p>关键词 :MOSFET,电源变压器,逆变器,输出功率&nbsp;</p><p><br/></p><p>

Effective C++中文第三版

<p style="white-space: normal; margin-top: 0px; margin-bottom: 0px; outline: none; text-indent: 2em; word-break: normal; color: rgb(17, 17, 17); font-family: Helvetica, Arial, sans-serif; font-size: 1

12345

<br /> <br /> /****************temic*********t5557***********************************/ &nbsp;&nbsp;<br /> #include &nbsp; &lt;at892051.h&gt; &nbsp; &nbsp;<br /> #include &nbsp; &lt;string.h&gt; &nbsp;

Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work

Boost provides free peer-reviewed portable C++ source libraries. We emphasize libraries that work well with the C++ Standard Library. Boost libraries are intended to be widely useful, and usable ac

51单片连tcs230的源程序

51单片连tcs230的源程序,绝对原创,可以记忆颜色。 #define uchar unsigned char #include &lt;reg52.h&gt; #include&lt;math.h&gt; sbit S0=P1^7 sbit S1=P1^0 //端口定义 sbit S2=P1^1 sbit S3=P1^2 sbit OE=P1^3 sbit OUT=P

"TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and

"TR1 roughly doubles the size of the C++ standard library, and it introduces many new facilities and even new kinds of library components. TR1 has some classes, for example, where some nested types ma

新版本TR1的stl

新版本TR1的stl, 想学习的赶快

Boost C++ Libraries 1.35.0

<h1 itemprop="name" style="margin:0px;padding:0px;border:0px;outline:0px;font-size:32px;vertical-align:baseline;text-rendering:optimizeLegibility;font-family:Ubuntu, sans-serif;line-height:1em;display

PC与单片机双向通讯智能温控程序 #include &lt;AT89X51.H&gt; #include &lt;intrins.h&gt; #define Key_UP P1_0 #def

PC与单片机双向通讯智能温控程序 #include &lt;AT89X51.H&gt; #include &lt;intrins.h&gt; #define Key_UP P1_0 #define Key_DOWN P1_1 #define Key_SET P1_2 #define RelayOutPort P2_0 #define LEDPort P0 #define

void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式

void UART_init() { //初始化串行口和波特率发生器 SCON =0x58 //选择串口工作方式,打开接收允许 TMOD =0x21 //定时器1工作在方式2,定时器0工作在方式1 TH1 =0xfd //实现波特率9600(系统时钟11.0592MHZ) TR1 =1 //启动定时器T1 ET1 =0 ES=1 //允许串行口中断 PS=1 //设计串行口中

tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :us

tr1 byte "Please input the first 64-bit in hex:first - second",0dh,0ah,0 string byte "remener :use enter to tell high 32-bit from low 32-bit",0dh,0ah,0 examp1 byte "eg: 1234ecdf",0dh,0ah,0 exam

80C51汇编指令集

80C51 汇编指令集:TF1:计时器1溢出标志位,当计时器1溢出,时此位=1,发出中断请求,然后硬件自动清0.<BR>TR1:计时器1的控制位,TR1=1时,计时开始,TR1=1时则停止。<BR>TF0:计时器0溢出标志位,当计时器0溢出,时此位=1,发出中断请求,然后硬件自动清0。<BR>TR0:计时器0的控制位,TR0=1时,计时开始,TR0=1时则停止。<BR>IE1:外部中断1的请求标志