搜索结果
找到约 1,432 项符合
short-Time 的查询结果
其他 This class implements the same API as the Java 1.3 java.util.TimerTask. * Note that a TimerTask ca
This class implements the same API as the Java 1.3 java.util.TimerTask.
* Note that a TimerTask can only be scheduled on one Timer at a time, but
* that this implementation does not enforce that constraint.
单片机开发 K3:--- P1.6 K4:--- P1.7 BEEP:--- P3.7 K3 --- 控制按键 K4 --- 清零按键 开机显示: SECOND-CLOCK 0 TIM
K3:--- P1.6
K4:--- P1.7
BEEP:--- P3.7
K3 --- 控制按键
K4 --- 清零按键
开机显示:
SECOND-CLOCK 0
TIME 00:00:00:00
K3 --- 控制按键:
第一次按下时,开始计时。
显示
BEGIN COUNT 1
TIME 00:00:01:88
第二次按下时,暂停计时。
显示
PAUST COUNT 2
TIME 00:00:01:88
第三次按下时,累计计时。
显示
...
其他 Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this mo
Rotating shafts experience a an elliptical motion called whirl. It is important to decompose this motion into a forward and backward whil orbits. The current function makes use of two sensors to generate a bi-directional spectrogram. The method can be extended to any time-frequency distribution
%
...
其他 A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of
A series of .c and .m files which allow one to perform univariate and bivariate wavelet analysis of discrete time series. Noother wavelet package is necessary -- everything is contained in this archive. The C-code computes the DWT and maximal overlap DWT. MATLAB routines are then used to compute suc ...
Linux/Unix编程 多线程程序作为一种多任务、并发的工作方式
多线程程序作为一种多任务、并发的工作方式,有以下的优点:
1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(time consuming)置于一个新的线程,可以避免这种尴尬的情况。
2) ...
电子书籍 Person-to-person realtime IP communications, like presence, VoIP and video applications, offer clea
Person-to-person realtime IP communications, like presence, VoIP and video applications, offer
clear benefits for the enterprise as time- and money-savers. Unified functionality is now available,
where all of the above are integrated into one streamlined application and interconnect with other
netwo ...
Java编程 This program is using Genetic Algorithm to solve the Travlling Salesman Problem. It gives the bes
This program is using Genetic Algorithm to solve the Travlling
Salesman Problem. It gives the best path route within a specified
time.
usage: java Evolver <seconds> <city file> <config file>
Author: Liu Yang
电子政务应用 红外线遥控器读码软件
红外线遥控器读码软件,显示红外线波型,读取并保存码
IR Remote Control Unit Code Read System
产品详细描述:
能够像显示器一样显示红外线码的波型
可以读多达150种格式的红外线码
显示红外线码的时间非常准确,误差只有几个微秒。
具有错误检测功能
保存红外线码功能
自动识别码的格式
比较样机与所写的新软件的遥 ...
Linux/Unix编程 The J2000 codec was written in an effort to produce the cleanest and simplest implementation possibl
The J2000 codec was written in an effort to produce the cleanest and simplest implementation possible of the JPEG-2000 standard. We have put a particular emphasis on good architecture design and code simplicity, while at the same time providing an implementation as complete and efficient as possible ...