代码搜索:Real_Time
找到约 49 项符合「Real_Time」的源代码
代码结果 49
www.eeworm.com/read/191936/8415455
c audio_play.c
/* Ogle - A video player
* Copyright (C) 2002 Bj鰎n Englund, H錵an Hjort
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public Licen
www.eeworm.com/read/136989/5829500
cpp client.cpp
// client.cpp,v 1.16 2002/08/23 17:35:50 ossama Exp
#include "ace/Get_Opt.h"
#include "ace/Profile_Timer.h"
#include "ace/Read_Buffer.h"
#include "testC.h"
ACE_RCSID(Generic_Servant, client,
www.eeworm.com/read/137559/13311969
h real_time.h
#ifndef _REAL_TIME
#define _REAL_TIME
#include "dsp_flash.h"
int real_time_test(){
BYTE a;
int b;
BYTE f_temp;
volatile unsigned char *pdata=(volatile unsigned c
www.eeworm.com/read/180137/5288978
h util.h
typedef struct real_time {
int year;
int month;
int day;
int hours;
int minutes;
int seconds;
} real_time;
extern unsigned long get4();
extern unsigned long get4i();
extern unsigned long get2()
www.eeworm.com/read/180080/9320475
c win_ss.c
/********************************************************************20**
Name: Multi-threaded Real_Time System Services - VxWorks
Type: C source file
Desc:
www.eeworm.com/read/137471/13320813
h real_time.h
#ifndef _REAL_TIME
#define _REAL_TIME
#include "dsp_flash.h"
int real_time_init(){
int a;
BYTE f_temp;
chg_speed(7);
f_temp=g_flag;
g_flag=g_flag|0x03;
www.eeworm.com/read/439984/7696288
dfm realtime.dfm
object Real_time: TReal_time
Left = 228
Top = 159
Width = 696
Height = 480
Caption = #23454#26102#25968#25454#26174#31034
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.
www.eeworm.com/read/436812/7762290
h timer.h
#ifndef TIMER_H
#define TIMER_H
#include
#include
class Timer {
private:
struct rusage res;
struct timeval tp;
double virtual_time, real_time;
public: