代码搜索:Async
找到约 3,194 项符合「Async」的源代码
代码结果 3,194
www.eeworm.com/read/132069/5924765
cpp symbian_async_test.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the
www.eeworm.com/read/132069/5924770
cpp unix_async_test.cpp
/* ***** BEGIN LICENSE BLOCK *****
* Version: RCSL 1.0/RPSL 1.0
*
* Portions Copyright (c) 1995-2002 RealNetworks, Inc. All Rights Reserved.
*
* The contents of this file, and the
www.eeworm.com/read/101082/6241100
c nfs_async_daemon.c
/* @(#)nfs_async_daemon.c 4.1 (ULTRIX) 7/3/90 */
#include "SYS.h"
SYSCALL(nfs_async_daemon)
ret
www.eeworm.com/read/487864/6501187
v async_fifo_tb.v
`timescale 1ps/1ps
module async_fifo_tb ();
`include "async_fifo_defines.v"
parameter wclk_period = 24;
parameter rclk_period = 3200;
parameter wrst_n_period = 10;
parameter rrst_n_period = 20;
pa
www.eeworm.com/read/485513/6552151
c bfin-async-flash.c
/*
* drivers/mtd/maps/bfin-async-flash.c
*
* Handle the case where flash memory and ethernet mac/phy are
* mapped onto the same async bank. The BF533-STAMP does this
* for example. All board-sp
www.eeworm.com/read/148696/12441085
mak get_async_keys.mak
# Nmake macros for building Windows 32-Bit apps
all: Get_As~1.exe
# Update the resource if necessary
Get_As~1.res: Get_As~1.rc Get_As~1.h
rc -r -fo Get_As~1.res Get_As~1.rc
# Update t
www.eeworm.com/read/148696/12441091
cpp get_async_keys.cpp
#include
#include "Get_Async_Keys.h"
#if defined (WIN32)
#define IS_WIN32 TRUE
#else
#define IS_WIN32 FALSE
#endif
#define IS_NT IS_WIN32 && (BOOL)(GetVersion() <
www.eeworm.com/read/148696/12441095
h get_async_keys.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM
www.eeworm.com/read/148696/12441097
rc get_async_keys.rc
#include "windows.h"
#include "Get_Async_Keys.h"
MYAPP ICON DISCARDABLE "GENERIC.ICO"
MYAPP MENU DISCARDABLE
BEGIN
POPUP "&File"
BEGIN
MENUITEM "E&xit
www.eeworm.com/read/128628/14286726
mak get_async_keys.mak
# Nmake macros for building Windows 32-Bit apps
all: Get_As~1.exe
# Update the resource if necessary
Get_As~1.res: Get_As~1.rc Get_As~1.h
rc -r -fo Get_As~1.res Get_As~1.rc
# Update t