搜索结果

找到约 11 项符合 TR1 的查询结果

汇编语言 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/644/199821.html
下载: 162
查看: 1034

书籍源码 新版本TR1的stl

新版本TR1的stl, 想学习的赶快
https://www.eeworm.com/dl/532/260165.html
下载: 168
查看: 1031

其他书籍 "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 experience stops with t ...
https://www.eeworm.com/dl/542/322667.html
下载: 97
查看: 1073

单片机编程 80C51汇编指令集

80C51 汇编指令集:TF1:计时器1溢出标志位,当计时器1溢出,时此位=1,发出中断请求,然后硬件自动清0.TR1:计时器1的控制位,TR1=1时,计时开始,TR1=1时则停止。TF0:计时器0溢出标志位,当计时器0溢出,时此位=1,发出中断请求,然后硬件自动清0。TR0:计时器0的控制位,TR0=1时,计时开始,TR0=1时则停止。IE1: ...
https://www.eeworm.com/dl/502/31169.html
下载: 50
查看: 1121

单片机开发 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 uchar color //1: ...
https://www.eeworm.com/dl/648/371598.html
下载: 39
查看: 1093

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 commercial and non-commercial ...
https://www.eeworm.com/dl/619/375190.html
下载: 44
查看: 1054

单片机开发 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/648/379003.html
下载: 126
查看: 1074

单片机开发 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 #define INBUF_LEN 5 // ...
https://www.eeworm.com/dl/648/397163.html
下载: 61
查看: 1075

源码/资料 Boost C++ Libraries 1.35.0

Boost C++ Libraries Free peer-reviewed portable C++ source libraries Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost ...
https://www.eeworm.com/dl/506700.html
下载: 1
查看: 61

源码 12345

/****************temic*********t5557***********************************/    #include   <at892051.h>     #include   <string.h>    #include   <intrins.h>     #include   <stdio.h>     #define    uchar    unsign ...
https://www.eeworm.com/dl/515933.html
下载: 1
查看: 115