虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

Time

  • 改写的qtopia录音放音程序

    改写的qtopia录音放音程序,好用。下到板子上要调试一下,如果max Time等于0需改源码

    标签: qtopia 放音 程序

    上传时间: 2015-05-28

    上传用户:hasan2015

  • Ever wanted to just type tail -f error_log on Windows?Envious of your Unix friends who can track cha

    Ever wanted to just type tail -f error_log on Windows?Envious of your Unix friends who can track changes to a file, in real Time, as they happen? Well, now with the Objektiv Tail for Win32, you ll be happily monitoring your log files like you ve never done before. What s even better, you can track several files all at the same Time with the patented "Multiple Document Interface"TM technology, with each file having its own, fabulous window.

    标签: error_log Envious Windows friends

    上传时间: 2015-05-31

    上传用户:rocwangdp

  • 这里有2组图

    这里有2组图,“1000.0.05”这一组是运行结果比较好的一组图,但是当时修改了时间间隔而没有改坐标说明,所以db1000.0.05.fig这幅图的坐标说明后来做了人工改正(应该是“Time(0~250ms分成5000组,步长0.05ms”)。

    标签:

    上传时间: 2015-06-01

    上传用户:haohaoxuexi

  • The SMS-Receiver program is intended for circuit phone incoming SMS receiving. The messages are writ

    The SMS-Receiver program is intended for circuit phone incoming SMS receiving. The messages are writed in log file SMS_Receiver.log & cleared from phone then. There s a log strings format: MM/DD/YYYY HH:MM PhoneNo, Message text (Date) (Time)

    标签: SMS-Receiver The receiving intended

    上传时间: 2015-06-01

    上传用户:zl5712176

  • 一个游戏 the hardware for the game includes a number of displays, each with a button and -- a light, t

    一个游戏 the hardware for the game includes a number of displays, each with a button and -- a light, that each represent a bin that can store marbles (beans). -- -- The display indicates the number of marbles in each bin at any given Time. -- The light indecates that the present bin is not empty and that pushing the -- button is a valid move in the game. -- -- The button for each display indicates that a player takes the marbles from -- the selected bin, and takes them in his hand. The hand is represented by a -- diplay itself (no button). -- -- Each player has a home bin, located on opposite sides of the game.

    标签: the hardware displays includes

    上传时间: 2015-06-10

    上传用户:cc1015285075

  • 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.

    标签: TimerTask implements the class

    上传时间: 2015-06-10

    上传用户:无聊来刷下

  • 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 第三次按下时,累计计时。 显示 BEGIN COUNT 3 Time 00:08:08:88 第四次按下时,暂停计时。 显示 PAUST COUNT 4 Time 00:08:08:88 K4 --- 清零按键: 在任何状态下,按一下K4,均可清零。 显示 SECOND-CLOCK 0 Time 00:00:00:00 0,1,2,3,4 表示按下K3键的次数。

    标签: SECOND-CLOCK K3 BEEP K4

    上传时间: 2014-01-14

    上传用户:515414293

  • 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 % % compute the forward/backward Campbell/specgtrogram % % INPUT: % y (n x 2) each column is measured from a different sensor % /////// % __ % |s1| y(:,1) % |__| % __ % / \ ________|/ % | | | s2 |/ y(:,2) % \____/ --------|/ % % Fs Sampling frequnecy % % OUTPUT: % B spectrogram/Campbel diagram % x x-axis coordinate vector (Time or Speed) % y y-axis coordinate vector (frequency [Hz])

    标签: experience elliptical decompose important

    上传时间: 2015-06-23

    上传用户:372825274

  • 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 such quantities as the wavelet variance, covariance, correlation, cross-covariance and cross-correlation. Approximate confidence intervals are available for all quantities except the cross-covariance and cross-correlation. A set of commands is provided. For a description of this example, please see http://www.eurandom.tue.nl/whitcher/software/.

    标签: univariate and bivariate analysis

    上传时间: 2015-06-23

    上传用户:chongcongying

  • 多线程程序作为一种多任务、并发的工作方式

    多线程程序作为一种多任务、并发的工作方式,有以下的优点:   1) 提高应用程序响应。这对图形界面的程序尤其有意义,当一个操作耗时很长时,整个系统都会等待这个操作,此时程序不会响应键盘、鼠标、菜单的操作,而使用多线程技术,将耗时长的操作(Time consuming)置于一个新的线程,可以避免这种尴尬的情况。   2) 使多CPU系统更加有效。操作系统会保证当线程数不大于CPU数目时,不同的线程运行于不同的CPU上。   3) 改善程序结构。一个既长又复杂的进程可以考虑分为多个线程,成为几个独立或半独立的运行部分,这样的程序会利于理解和修改。

    标签: 多线程 多任务 程序 工作方式

    上传时间: 2013-12-02

    上传用户:nanshan