代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.h
// file timer.h
//created by alpha 2008.11.15
#ifndef TIMER_H
#define TIMER_H
#include
class Timer
{
private:
int _freq;
LARGE_INTEGER _begin;
LARGE_INTEGER _end;
public:
timer.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\book\test4\timer\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
timer.c
//
// Lab5 : TMS320F2812 Teaching CD ROM
// (C) Frank Bormann
//
//###########################################################################
//
// FILE: Lab5.c
//
// TITLE: DSP28
timer.plg
Build Log
--------------------Configuration: Timer - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\u_yt\LO
timer.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
timer.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
timer.clw
; CLW file contains information for the MFC ClassWizard
[General Info]
Version=1
LastClass=CTimerDlg
LastTemplate=CDialog
NewFileInclude1=#include "stdafx.h"
NewFileInclude2=#include "timer.h"