搜索结果
找到约 1,462 项符合
REAL-Time 的查询结果
其他 一个制作REAL播放器的代码
一个制作REAL播放器的代码
人工智能/神经网络 This a GA implementation using binary and real coded variables. Mixed variables can be used. Constra
This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample problem in prob1 in objective()).
汇编语言 6502bios,关于6502的sbc,有lcd,time,irq,模块
6502bios,关于6502的sbc,有lcd,time,irq,模块
数据结构 Unix下有time程序
Unix下有time程序,可以统计程序的时间,Windows下的time没这个功能,本程序可以实现这个功能
其他书籍 Addison Wesley - Imperfect C++. Practical Solutions for Real-Life Programming
Addison Wesley - Imperfect C++. Practical Solutions for Real-Life Programming
单片机开发 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用户可以直接调用。
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属性就行了。
其他 c编译器中time.h的实现
c编译器中time.h的实现,对于要想了解c的标准库,有必要看一看。
通讯/手机编程 This m-file displays the time waveform for the Gaussian pulse function and the first and second deri
This m-file displays the time waveform for the Gaussian pulse function and the first and second derivatives of the Gaussian pulse function for a 0.5 nanosecond pulse width. Other values of pulse widths may be used by changing fs,t,t1. The program uses the actual first and second derivative equations ...