代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/120989/14777278
vhd rx_sync_stat.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8251
-- Component: Rx
www.eeworm.com/read/212358/15158891
txt ce004_readme.txt
Readme File for Code Example:
CE004 - Timer1 used in Real-Time Clock Applications
---------------------------------------------------
dsPIC Digi
www.eeworm.com/read/171081/5399110
c pthread_setcanceltype.c
/*
* pthread_setcanceltype.c
*
* Description:
* POSIX thread functions related to thread cancellation.
*
* --------------------------------------------------------------------------
*
* P
www.eeworm.com/read/148107/12493726
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/236147/14030800
vhd rx_sync_stat.vhd
-- Altera Microperipheral Reference Design Version 0802
--**********************************************************************************************
--
-- System: A8251
-- Component: Rx
www.eeworm.com/read/390195/8476897
c usart.c
#define USART_C
#include "includes.h"
void usart_putchar(char c)
{
if (c == '\n')
usart_putchar('\r');
while(UCSRA & (1
www.eeworm.com/read/387005/8713488
c opttest.c
/*
Checking for an option.
Sec. 1.5.4
Copyright 2003 by Marc J. Rochkind. All rights reserved.
May be copied only for purposes and under conditions described
on the Web page www.basepath.com/aup
www.eeworm.com/read/283259/9032629
c ide-adma.c
/*
* linux/drivers/ide/ide-adma.c Version 0.00 June 24, 2001
*
* Copyright (c) 2001 Andre Hedrick
*
* Asynchronous DMA -- TBA, this is a holding file.
*
*/
www.eeworm.com/read/281973/9125564
c oem_pym.c
/******************************************************************************/
//功能:读取模块信息
/******************************************************************************/
#include
www.eeworm.com/read/166568/10016271
java compactdomimplementationls.java
package org.w3c.dom.ls;
public interface DOMImplementationLS {
public static final short MODE_SYNCHRONOUS = 1;
public static final short MODE_ASYNCHRONOUS = 2;
public DOMWriter createDO