搜索结果
找到约 1,310 项符合
Transition-Time 的查询结果
其他书籍 (即时系统设计与分析工程手册)(英文版) This book is an introduction to real-time systems
(即时系统设计与分析工程手册)(英文版) This book is an introduction to real-time systems
汇编语言 6502bios,关于6502的sbc,有lcd,time,irq,模块
6502bios,关于6502的sbc,有lcd,time,irq,模块
数据结构 Unix下有time程序
Unix下有time程序,可以统计程序的时间,Windows下的time没这个功能,本程序可以实现这个功能
单片机开发 The traffic light is timed and lets cars pass during a specific time period. There is a pedestrial
The traffic light is timed and lets cars pass during a
specific time period. There is a pedestrial crossing
button that lets pedestrians cross. The lights are
connected to Port 1. You can see this in action using
dScope.
单片机开发 51下RTC的例子 本目录总共有以下部分: 1.项目文件PCF8563.uv2,TIME.uv2。 2.调试源程序PCF8563_s.asm和PCF8563_S.c。 3.模拟I2C文件包VI
51下RTC的例子
本目录总共有以下部分:
1.项目文件PCF8563.uv2,TIME.uv2。
2.调试源程序PCF8563_s.asm和PCF8563_S.c。
3.模拟I2C文件包VI2C_ASM.inc和VI2C_C51.h用户可以直接调用。
系统设计方案 这篇论文描述了一种设计Hard Real Time System的结构方法HRT-HOOD
这篇论文描述了一种设计Hard Real Time System的结构方法HRT-HOOD,由York大学的两位教授提出,York大学的Real Time System Group是关于实时系统研究的世界领先机构,研究内容具体可以登陆York的网站,或者参考出版书籍:Real Time Systems and Programming Languages. ...
Linux/Unix编程 Shell源码:find查找日期为某一天的文件 A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" |
Shell源码:find查找日期为某一天的文件
A=`find ~ -print` | ls -l --full-time $A 2>/dev/null | grep "Jun 27" | grep 1998
下面这个script,存成一个符合规则名字的文件,置上x属性就行了。
嵌入式/单片机编程 Implementing a Real-Time Clock on the MSP430
Implementing a Real-Time Clock on the MSP430
人工智能/神经网络 这是一个matlab实现第归神经网络的例子, 实现的第归神经网络是 : Real Time Recurrent Learning
这是一个matlab实现第归神经网络的例子, 实现的第归神经网络是 : Real Time Recurrent Learning
其他 c编译器中time.h的实现
c编译器中time.h的实现,对于要想了解c的标准库,有必要看一看。