代码搜索:Async

找到约 3,194 项符合「Async」的源代码

代码结果 3,194
www.eeworm.com/read/248574/12552632

v async_receiver.v

module async_receiver(clk, RxD, RxD_data_ready, RxD_data, RxD_endofpacket, RxD_idle); input clk, RxD; output RxD_data_ready; // onc clock pulse when RxD_data is valid output [7:0] RxD_data; par
www.eeworm.com/read/333932/12651909

doc async32.doc

www.eeworm.com/read/205013/15329913

c test_async.c

/* ** 2005 December 14 ** ** The author disclaims copyright to this source code. In place of ** a legal notice, here is a blessing: ** ** May you do good and not evil. ** May you find forgivene
www.eeworm.com/read/205013/15330131

test async2.test

# # May you do good and not evil. # May you find forgiveness for yourself and forgive others. # May you share freely, never taking more than you give. # #*************************************
www.eeworm.com/read/113031/15471963

c async_safe.c

/******************************************************** * An example source module to accompany... * * "Using POSIX Threads: Programming with Pthreads" * by Brad nichols, Dick Buttlar, Jacki
www.eeworm.com/read/106368/15638648

c async_io.c

// // This file is part of the C++ Threads library. // // Copyright (C) 2001 Orn E. Hansen // #include "io.h" #include "signal_num.h" #include "sig_handler.h" #include #include
www.eeworm.com/read/100958/15859268

exe async32.exe

www.eeworm.com/read/377447/9275910

cpp async_test_server.cpp

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version
www.eeworm.com/read/162078/10338482

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/162078/10338489

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() <