搜索结果
找到约 2,329 项符合
All-time 的查询结果
其他书籍 spi definition,waveform and all kinds of mode especially mode0,mode3
spi definition,waveform and all kinds of mode especially mode0,mode3
VC书籍 In addition to all the people who contributed to the first edition, we would like to thank the follo
In addition to all the people who contributed to the first edition, we would like to thank the following individuals for their generous help in writing this edition. Very special thanks go to Jory Prather for verifying the code samples as well as fixing them for consistency. Thanks to Dave Thaler, B ...
其他嵌入式/单片机内容 Real-Time Kernel
Real-Time Kernel ,简易型REAL-TEME SYSTEM 源码,可用于嵌入Muti task学习
通讯编程文档 1. 定义时间类Time
1. 定义时间类Time,给出类的成员属性及构造函数、析构函数及普通方法的定义,利用定义的类定义对象,并对对象的属性进行访问;
2. 定义一个类Point,然后定义类Point的派生类Circle,再定义Circle的派生类Cylinder;
3. 通过函数参数类型的不同实现函数重载;
4. 函数模板的定义与使用。 ...
VHDL/FPGA/Verilog This a vhdl programme for realise an electron watch by max-plus II. The function includes time showi
This a vhdl programme for realise an electron watch by max-plus II. The function includes time showing and time setting. It may be extended to other functions like alarming clock and so forth.
串口编程 /*系统时钟采用 Fosc=7.373 定时器方式1的定时时间 Time=(65536-THTL)*2/Fosc,默认5ms 定时器1工作在16位
/*系统时钟采用 Fosc=7.373
定时器方式1的定时时间 Time=(65536-THTL)*2/Fosc,默认5ms
定时器1工作在16位,用作系统时钟
定时器0工作在16位,作为定时开始采样用,定时范围为0.1ms(0xfe8f)-15ms(0x27fe),默认为1ms=0xf19a,可以通过设置命令改变
串行口波特率由内部产生,11.059MHz->BRGR1:0=0x0050=115200Bps,0x00b0=5760 ...
单片机开发 AVR134 Real-Time Clock using the Asynchronous Timer
AVR134 Real-Time Clock using the Asynchronous Timer
其他书籍 设计real time软件时需要遵循的一些原则和设计方法.是在real time方面很有参考价值的一本书
设计real time软件时需要遵循的一些原则和设计方法.是在real time方面很有参考价值的一本书
嵌入式/单片机编程 Real-time microkernel 小巧灵活的实时微内核
Real-time microkernel 小巧灵活的实时微内核,其 C 代码采用了不少面向对象设计思想
其他书籍 Techniques for storing and processing data are at the heart of all programs. The term data structure
Techniques for storing and processing data are at the heart of all programs. The term data structure is used to describe the way data is stored, and the term algorithm is used to describe the way data is processed.