代码搜索:timeout
找到约 9,694 项符合「timeout」的源代码
代码结果 9,694
www.eeworm.com/read/335362/12534905
c timeout.c
#include "apue.h"
#include
#include
#include
extern int makethread(void *(*)(void *), void *);
struct to_info {
void (*to_fn)(void *); /* function */
void *to_arg
www.eeworm.com/read/238098/13907574
asm timeout.asm
;put into the public domain by Russell Nelson, nelson@crynwr.com
;we read the timer chip's counter zero. It runs freely, counting down
;from 65535 to zero. We sample the count coming in and subr
www.eeworm.com/read/205283/15321746
h timeout.h
/*
* $Id: timeout.h,v 1.4 2006/06/21 16:23:57 vfrolov Exp $
*
* Copyright (c) 2004-2006 Vyacheslav Frolov
*
* This program is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/205283/15321774
c timeout.c
/*
* $Id: timeout.c,v 1.7 2006/06/21 16:23:57 vfrolov Exp $
*
* Copyright (c) 2004-2006 Vyacheslav Frolov
*
* This program is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/202138/15390261
c timeout.c
/****************************************************************************
* 文件名:TIMEOUT.C
* 功能:使用定时器0实现1秒定时,控制蜂鸣器蜂鸣。(中断方式)
* 说明:将跳线器JP9短接,JP4断开。
***********************************************
www.eeworm.com/read/202138/15390273
o timeout.o
www.eeworm.com/read/113758/15448949
java timeout.java
// Developed by Kinva Network Inc. 2000
// Source File Name: Timeout.java
package com.kinva.util.thread;
public interface Timeout
{
public abstract void timeout(Object obj);
www.eeworm.com/read/112487/15484457
c timeout.c
/****************************************************************************
* File:TIMEOUT.C
* 功能:使用定时器0实现1秒定时,并打开IRQ中断,控制LED闪烁。
* 同时使用定时器1实现比较匹配输出。
* 说明:将跳线器JP8_LED4、JP8_LED3短接。
*********
www.eeworm.com/read/112487/15484461