代码搜索:TTime

找到约 360 项符合「TTime」的源代码

代码结果 360
www.eeworm.com/read/396972/8081207

h simpleclock.h

#include #ifndef _SIMPLE_CLOCK_ #define _SIMPLE_CLOCK_ class MClockObserver { public: virtual void UpdateClock(TTime aTime) = 0; }; ////////////////////////////////////////
www.eeworm.com/read/332034/12784268

txt 时间变量转字符串.txt

CString str; CTime t = CTime::GetCurrentTime(); str.Format("%d-%d-%d",t.GetYear(),t.GetMonth(),t.GetDay()); CString strTime; CTime tTime = CTime::GetCurrentTime(); strTime = tTime.Format("%Y-%m
www.eeworm.com/read/331062/12853217

h simpleclock.h

#include #ifndef _SIMPLE_CLOCK_ #define _SIMPLE_CLOCK_ class MClockObserver { public: virtual void UpdateClock(TTime aTime) = 0; }; ////////////////////////////////////////
www.eeworm.com/read/330998/12857429

cpp pcb.cpp

// PCB.cpp: implementation of the PCB class. // ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "ProcessManager.h" #include "PCB.h" #ifdef
www.eeworm.com/read/142793/12919221

cpp bankteller.cpp

//: C07:BankTeller.cpp {RunByHand} // From "Thinking in C++, Volume 2", by Bruce Eckel & Chuck Allison. // (c) 1995-2004 MindView, Inc. All Rights Reserved. // See source code use permissions state
www.eeworm.com/read/141209/13033447

cpp uu.cpp

#include #include #include #include #include #include #include #include #include #incl
www.eeworm.com/read/140545/13077086

cpp bankteller.cpp

//: C07:BankTeller.cpp // Using a queue and simulated multithreading // To model a bank teller system #include #include #include #include #include
www.eeworm.com/read/316047/13531280

m multi_step.m

function [sys,x0,str,ts]=multi_step(t,x,u,flag,tTime,yStep) switch flag, case 0 % 调用初始化过程 [sys,x0,str,ts] = mdlInitializeSizes; case 3 % 计算输出信号,生成多阶跃信号 sys = mdlOutputs(t,tTi
www.eeworm.com/read/139903/5795956

cpp bankteller.cpp

//: C04:BankTeller.cpp // From Thinking in C++, 2nd Edition // Available at http://www.BruceEckel.com // (c) Bruce Eckel 2000 // Copyright notice in Copyright.txt // Using a queue and simulated m
www.eeworm.com/read/108670/6181432

cpp test.cpp

#include "gengine.h" #include "../common.h" static DWORD lasttime=0, ttime; static ControlEvent input; int testGraphicEngine( void ) { ttime = GetTickCount(); if( ttime - lasttime < 49 )