搜索:TR1
找到约 13 项符合「TR1」的查询结果
结果 13
https://www.eeworm.com/dl/542/322667.html
其他书籍
"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 may or may not exist depending on the template arguments. To programmers whose exp ...
https://www.eeworm.com/dl/644/199821.html
汇编语言
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
examp2 byte " 03ab2543",0dh,0ah,0
https://www.eeworm.com/dl/502/31169.html
单片机编程
80C51汇编指令集
80C51 汇编指令集:TF1:计时器1溢出标志位,当计时器1溢出,时此位=1,发出中断请求,然后硬件自动清0.TR1:计时器1的控制位,TR1=1时,计时开始,TR1=1时则停止。TF0:计时器0溢出标志位,当计时器0溢出,时此位=1,发出中断请求,然后硬件自动清0。TR0:计时器0的控制位,TR0=1时,计时开始,TR ...
https://www.eeworm.com/dl/648/379003.html
单片机开发
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 //设计串行口中断优先级
EA =1 ...
https://www.eeworm.com/dl/619/375190.html
Linux/Unix编程
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 across a broad spectrum of applications. The Boost license encourages both commercia ...
https://www.eeworm.com/dl/648/371598.html
单片机开发
51单片连tcs230的源程序
51单片连tcs230的源程序,绝对原创,可以记忆颜色。
#define uchar unsigned char
#include <reg52.h>
#include<math.h>
sbit S0=P1^7
sbit S1=P1^0 //端口定义
sbit S2=P1^1
sbit S3=P1^2
sbit OE=P1^3
sbit OUT=P3^4 //频率从TO口输入
sbit key0=P1^5
sbit LED=P1^6
sbit a=P3^0
sbit b=P3^1 ...
https://www.eeworm.com/dl/648/397163.html
单片机开发
PC与单片机双向通讯智能温控程序 #include <AT89X51.H> #include <intrins.h> #define Key_UP P1_0 #def
PC与单片机双向通讯智能温控程序
#include <AT89X51.H>
#include <intrins.h>
#define Key_UP P1_0
#define Key_DOWN P1_1
#define Key_SET P1_2
#define RelayOutPort P2_0
#define LEDPort P0
#define DELPort P2_1
#define LEDTwoC P3_6
#define LEDThreeC P3_7
#define TMPort P2_7
#de ...
https://www.eeworm.com/dl/947231.html
技术资料
拟时钟寄存器
#include
sbit P17 = P1^7;
/*****************************************************************************************************
IO初始化子程序
*****************************************************************************************************/
void IOInit(void ...
https://www.eeworm.com/dl/846129.html
技术资料
由 MOSFET 和电源变压器构建的逆变器的工作原理和设计制造
基于MOSFET和变压器的逆变器,不错的资料摘 要 :文章介绍一种由 MOSFET 和电源变压器构建的逆变器的工作原理和设计制造。其输出功率由 MOSFET 和电源
变压器的功率决定,因其制作简单,也很适合业余电子技术爱好者制作与应用。&nbsp;关键词 :MOSFET,电源变压器,逆变器,输出功率&nbsp;图 1 所示为 ...