搜索结果
找到约 87,272 项符合
2015年国赛A题 电源题目 的查询结果
单片机开发 DOS XMS library is a DOS real mode and large memory model C library. Because DOS is ran under real m
DOS XMS library is a DOS real mode and large memory model C library. Because DOS is ran under real mode, programmer only can access RAM under 1MB
人工智能/神经网络 the code is a example of DOBC.
the code is a example of DOBC.
中间件编程 This about a simple approach to testing the syntax of web pages
This about a simple approach to testing the syntax of web pages
单片机开发 51串行令牌格式 a51编译 Read data from serial port and write into buffer DPTR pointed in XRAM if a data
51串行令牌格式 a51编译
Read data from serial port
and write into buffer DPTR pointed in XRAM if a data frame is
received and calculate the check sum
if a information frame is received return control byte only
数据结构 This is a program that I did several days ago.It is about Airport Ticket Sale System.You can use it
This is a program that I did several days ago.It is about Airport Ticket Sale System.You can use it as an example.
汇编语言 X1205 是一个带有时钟 振荡器用一个外部的 这样除去了外部的离散元件和一个调整电容 实时时钟用分别的时 存器日历可正确通过2099 年 强大的双报警功能 每个星期二或三月21日上午5:
X1205 是一个带有时钟
振荡器用一个外部的
这样除去了外部的离散元件和一个调整电容
实时时钟用分别的时
存器日历可正确通过2099 年
强大的双报警功能
每个星期二或三月21日上午5:23均可
件的中断IRQ 管脚
该器件提供一个备份电源输入脚V
整个X1205器件的工作电压范围为2.7 V至5.5V 电
到1.8V(待机模式)
引脚排列图
串行 ...
软件工程 uml 实例 Digital Sound Recorder: A case study on designing embedded systems using the UML notation.
uml 实例 Digital Sound Recorder: A case
study on designing embedded
systems using the UML notation.
文章/文档 超级经典面试问题回答方法集合 1、为何要报考公务员? 答:①人和工作的关系是建立在自我认知的基础上的。通过几年的工作我发现我的性格特点:(省略
超级经典面试问题回答方法集合
1、为何要报考公务员?
答:①人和工作的关系是建立在自我认知的基础上的。通过几年的工作我发现我的性格特点:(省略,自己发挥)。我的自我认知让我觉得我做公务员是一个正确的选择。
2、如果这次你没有被录取怎么办?
分析:这个问题主要考察考生 ...
数据结构 a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, lis
a non-sharing smart pointer class that can be used with STL containers such as std::map, vector, list, set, and deque. The smart pointer has an assignment operator and greater than operator that call the target object s operator.