代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/249569/12487734
chm ajax.creating.web.pages.with.asynchronous.javascript.and.xml.prentice.hall.aug.2006.chm
www.eeworm.com/read/175598/9540675
c pthread_setcanceltype.c
/*
* pthread_setcanceltype.c
*
* Description:
* POSIX thread functions related to thread cancellation.
*
* --------------------------------------------------------------------------
*
* P
www.eeworm.com/read/417321/10995120
c pthread_setcanceltype.c
/*
* pthread_setcanceltype.c
*
* Description:
* POSIX thread functions related to thread cancellation.
*
* --------------------------------------------------------------------------
*
* P
www.eeworm.com/read/259820/7148190
vhd rx_sync_stat.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8251
-- Component: Rx
www.eeworm.com/read/396373/8110619
txt ce004_readme.txt
Readme File for Code Example:
CE004 - Timer1 used in Real-Time Clock Applications
---------------------------------------------------
dsPIC Digi
www.eeworm.com/read/322893/13362353
bat build.bat
rem Writing to the C2xx Asynchronous Serial Port in C V1.00
rem by Jeff Axelrod 3/26/97
dspcl -g -v2xx main.c
dsplnk main.obj rts2xx.lib c203.cmd -o uart2xx.out
www.eeworm.com/read/405411/11463185
java callbackerrorhandler.java
/*
* Copyright 2004 WIT-Software, Lda.
* - web: http://www.wit-software.com
* - email: info@wit-software.com
*
* All rights reserved. Relased under terms of the
* Creative Commons' Attr
www.eeworm.com/read/345507/11810852
h asyncdatabase.h
// AsyncDatabase.h : header file
//
//***************************************************************************
// Asynchronous database
// performs asynchronous query execution
//
// SAMPLE
www.eeworm.com/read/258306/11871516
vhd rx_sync_stat.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8251
-- Component: Rx
www.eeworm.com/read/127805/14332991
cc thread.cc
/* $Id: Thread.cc,v 1.5 2000/09/24 12:57:54 pure Exp $ */
#include "Thread.h"
#include
void* Thread::kickoff(void* obj)
{
Thread* thread = (Thread*)obj;
thread->sem.wait();
thread->ac