代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/353951/10402635
txt readme.txt
This directory contains 8051 firmware for the Cypress Semiconductor EZ-USB FX2
chip.
The purpose of this code is to demonstrate how to utilize EZUSB FX2 Slave FIFOs.
It configures FX2 as follo
www.eeworm.com/read/352556/10539548
txt readme.txt
This directory contains 8051 firmware for the Cypress Semiconductor EZ-USB FX2
chip.
The purpose of this code is to demonstrate how to utilize EZUSB FX2 Slave FIFOs.
It configures FX2 as follo
www.eeworm.com/read/332478/12755064
cpp struct_f.cpp
/*===========================================================================/
* Program: zoung
===========================================================================*/
#include "Async.h"
www.eeworm.com/read/245981/12765719
txt readme.txt
This directory contains 8051 firmware for the Cypress Semiconductor EZ-USB FX2
chip.
The purpose of this code is to demonstrate how to utilize EZUSB FX2 Slave FIFOs.
It configures FX2 as follo
www.eeworm.com/read/245980/12765844
txt readme.txt
This directory contains 8051 firmware for the Cypress Semiconductor EZ-USB FX2
chip.
The purpose of this code is to demonstrate how to utilize EZUSB FX2 Slave FIFOs.
It configures FX2 as follo
www.eeworm.com/read/308070/13709405
txt readme.txt
This directory contains 8051 firmware for the Cypress Semiconductor EZ-USB FX2
chip.
The purpose of this code is to demonstrate how to utilize EZUSB FX2 Slave FIFOs.
It configures FX2 as follo
www.eeworm.com/read/266467/11224676
txt readme.txt
This directory contains 8051 firmware for the Cypress Semiconductor EZ-USB FX2
chip.
The purpose of this code is to demonstrate how to utilize EZUSB FX2 Slave FIFOs.
It configures FX2 as follo
www.eeworm.com/read/265679/11257761
txt readme.txt
什么是异步通讯?
就是通讯任意一方可以任意发送消息,有消息来到时会收到系统提示去接收消息。
这里要用到select函数。使用步骤如下:
1、设置一个集合变量,用来存放所有要判断的句柄(file descriptors:即我们建立的每个socket、用open打开的每个文件等)
2、把需要判断的句柄加入到集合里
3、设置判断时间
4、开始等待,即select
5、如果在设定的时间内 ...
www.eeworm.com/read/135259/13944999
h rpcasync.h
/*++
Copyright (c) 1997-1999 Microsoft Corporation
Module Name:
rpcasync.h
Abstract:
This module contains the RPC runtime APIs needed to use
[async] RPC features.
--*/
www.eeworm.com/read/441406/7670798
v adder4.v
`timescale 1ns / 1ps
//////////////////////////////////////////////////////////////////////////////////
// Company:
// Engineer:
//
// Create Date: 16:13:08 03/19/2009
// Design Name:
// Modul