代码搜索结果
找到约 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控件定时超过一分钟.txt
你 可 以 将 定 时 设 置 为 1分 钟 , 然 后 在 Timer中 计 数 , 当 时 间 积 累 到 一 定 次 数 才 发 作 , 理 论 上 可 以 任 意 长 时 间 , 如 :
Private Sub Timer1_Timer()
Static n As Integer
n = n + 1
If n = 5 Then
timer.c
/*
* $Revision: 1.1 $
*/
#include "timer.h"
#include
static volatile int ms_ctr = 0;
void TimerBeat(void)
{
// Called at 1000 Hz rate.
ms_ctr++; // Sleep counter
timer.c
#include _SFR_H_
#pragma interrupt(Timer=0)
/* IMPORT functions */
extern void enable(void); /* Enable interrupts */
/* LOCAL functions */
static void enable_led( void );
static void Init_
timer.cpp
//
// spectral toolkit
// copyright (c) 2005 university corporation for atmospheric research
// licensed under the gnu general public license
//
#include "timer.h"
#if defined(__hpux)
#include
timer.c
/*****************************************************************************
* timer.c: Timer C file for NXP LPC230x Family Microprocessors
*
* Copyright(C) 2006, NXP Semiconductor
*
timer.c
/*
* linux/kernel/timer.c
*
* Kernel internal timers, basic process system calls
*
* Copyright (C) 1991, 1992 Linus Torvalds
*
* 1997-01-28 Modified by Finn Arne Gangstad to make timers s
timer.lnp
"VIIC_C51.obj",
"ZLG7290.obj",
"timer.obj",
".\STARTUP.obj"
TO "timer"
RAMSIZE(256)
CODE( 0X8000-0XBFFF )
XDATA( 0XC000-0XFFFF )
timer.plg
礦ision3 Build Log
Project:
C:\Documents and Settings\Administrator\桌面\计算器\timer.uv2
项目文件日期: 11/09/2007
Output:
创建目标 'Target 1'
编译 VIIC_C51.c.
timer.dp2
timer.o: D:\Design\AVR\iccv7avr\include\iom8v.h E:\Shuaihu\AVR\8880\main.h E:\Shuaihu\AVR\8880\shell.h E:\Shuaihu\AVR\8880\8880.h E:\Shuaihu\AVR\8880\serial.h