代码搜索结果
找到约 51,516 项符合
Timer 的代码
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.plg
Build Log
--------------------Configuration: Timer - Win32 Debug--------------------
Command Lines
Creating temporary file "C:\DOCUME~1\u_yt\LO
timer.rc2
//
// TIMER.RC2 - resources Microsoft Visual C++ does not edit directly
//
#ifdef APSTUDIO_INVOKED
#error this file is not editable by Microsoft Visual C++
#endif //APSTUDIO_INVOKED
/////
timer.dsp
# Microsoft Developer Studio Project File - Name="Timer" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) App
timer.as
_global.Timer = function(){
this.init();
}
Timer.prototype.init = function(){
this.delay = 1000; // default interval value
this.initialDelay = 0; // default initial delay (in number of ticks)
t
timer.lst
C51 COMPILER V8.02 TIMER 09/04/2008 21:21:49 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN t
timer.lnp
"STARTUP.obj",
"timer.obj"
TO "timer"
timer.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\51单片机开发板教程\实验板例程\LESSON07—timer\timer.uv2
Project File Date: 09/04/2008
Output
timer.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
timer.c
/*****************************************************************************
名 称:“timer.c”
Copyright:鸵鸟电子工作室 hrbeu P.R.C.
功 能:在MINI实验板上点亮LED,并利用定时器timer使LED进行闪烁
作 者:彪哥&东方未晞