代码搜索:timer1
找到约 1,567 项符合「timer1」的源代码
代码结果 1,567
www.eeworm.com/read/309034/13683359
c timer.c
#include
#include
#include
#include "ICETEK-C6713-A.h"
int fLed=0;
int count=0;
static GPIO_Handle hGpio;
main()
{
/* Initialize CSL,must when using CSL. *
www.eeworm.com/read/302975/13824095
_c time._c
#include
#include
#include "head.h"
/*-----------------------------------------------------------------
函数名称: void Timer1Init(void)
函数功能: 定时器1初始化 256预分频 定时一秒
参 数:
www.eeworm.com/read/302975/13824100
c time.c
#include
#include
#include "head.h"
/*-----------------------------------------------------------------
函数名称: void Timer1Init(void)
函数功能: 定时器1初始化 256预分频 定时一秒
参 数:
www.eeworm.com/read/477517/6737841
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/342823/11997651
m51 timer1.m51
BL51 BANKED LINKER/LOCATER V5.12 02/14/2008 12:42:28 PAGE 1
BL51 BANKED LINKER/LOCATER V5.12, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE T1LED.
www.eeworm.com/read/255146/12099242
c drv_timer1.c
#include "config_60_61.h"
#include "include_GD61.h"
/////////////////////////////////////////////////////////////////////////////
void __irq IRQ_Timer1Serving (void);
void Timer1Initialize(void)
www.eeworm.com/read/255117/12100850
c drv_timer1.c
#include "config_GD61.h"
#include "include_GD61.h"
#include
#include
/////////////////////////////////////////////////////////////////////////////
void __irq IRQ_Timer1Servin
www.eeworm.com/read/151252/12226110
txt 淡入淡出.txt
Visual FoxPro 3.0中标题的淡入淡出
很多游戏的开始时的解说字幕和爆机后的创作人员表都使用了字符的淡入淡出方式,在Visual FoxPro 3.0中我们也可以制作有淡入淡出效果的标题。
进入Visual FoxPro 3.0系统环境,在命令行窗口中键入Create Form或在‘文件’菜单中选择‘新建’、‘表单’,即可建立一个新的表单(FORM1),并设置 ...
www.eeworm.com/read/151211/12228415
txt 13(1).txt
Visual Basic动画编程技术
作者:周长发
在Visual Basic 中 利 用Image 和Timer 控 件 能 很 方 便 地 实 现 动 画。 本 文 将 介 绍Visual Basic 动 画 编 程 的 基 本 原 理 和 实 现 三 种 不 同 类 型 动 画 的 编 程 技 术。
一、 基 本 原 理
---- 动 画 是 一 种 运 动 的 模 拟,
www.eeworm.com/read/225831/14514073
c vector.c
/* INTERRUPT VECTORS TABLE */
#define NULL 0
extern void _stext();
extern void interrupt_Key();
void (* const _vectab[])() = {
NULL, /*TBI Time Base Vector */