代码搜索结果
找到约 10,000 项符合
Timer 的代码
timer.mmp
// Timer.mmp
//
// Copyright (c) 2005 CCNIIT. All rights reserved.
// using relative paths for source and userinclude directories
TARGET Timer.exe
TARGETTYPE exe
UID 0
timer.cpp
// Timer.cpp
//
// Copyright (c) 2005 CCNIIT. All rights reserved.
//Author: Hewei
// version 1.0
//Date: 2005-10-20
// Example shows attempt to use avctive object to display local timer
timer.lst
C51 COMPILER V7.50 TIMER 04/04/2007 15:49:17 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE TIMER
OBJECT MODULE PLACED IN t
timer.c
#include
#include "global.h"
#include "util.h"
#include "timer.h"
//*****************************
//延时n x 100ns
void delay(unsigned char xdata d) //在源程序开头定义是否用w77e58或22。1184M
timer.h
#ifndef timer_h
#define timer_h
void delay(unsigned char xdata d);
void delay_ms(unsigned char xdata d);
#endif
timer.asm
; x86 timer in NASM
;
; Tom St Denis, tomstdenis@iahu.ca
[bits 32]
[section .data]
time dd 0, 0
[section .text]
%ifdef USE_ELF
[global t_start]
t_start:
%else
[global _t_start]
_t_star
timer.prj
[Command Filename]
c6713.cmd
[Project Root]
C:\Documents and Settings\wsn14\官帕 拳搁\货背犁累诀\烹钦 抗力 橇肺弊伐(6713)\12厘\Timer
[Build Option]
Assembler = C:\dspstar\c6000\bin\cl6x.exe
Assembler Option =
timer.map
******************************************************************************
TMS320C6x COFF Linker PC Version 4.20
*******************************************************