代码搜索结果

找到约 10,000 项符合 Timer 的代码

timer.c

/* * libmad - MPEG audio decoder library */ # ifdef HAVE_CONFIG_H # include "config.h" # endif # include "global.h" # include # ifdef HAVE_ASSERT_H # include

timer.h

# ifndef LIBMAD_TIMER_H # define LIBMAD_TIMER_H typedef struct { signed long seconds; unsigned long fraction; } mad_timer_t; extern mad_timer_t const mad_timer_zero; # define MAD_

timer.mak

/************* Code Composer V1 Project Data ******************** The following section contains data generated by Code Composer to store project information like build options, source filenames

timer.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="D:\test\C2000\2407EDULab_v299\Lab7-Timer\" ProjectType=Executable CPUFamily=TMS320C24

timer.vhd

library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_arith.all; use ieee.std_logic_unsigned.all; entity timer is port ( rst : in std_logic; p1khz : in std_logic; se

timer.vwf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to

timer.java

import javax.swing.*; import java.awt.*; import java.util.*; import java.awt.event.*; /** * 戈癟

timer.h

#ifndef __TIMER_H__ #define __TIMER_H__ void Test_Timer(void); #endif /*__CACHE_H__*/