代码搜索:asynchronous

找到约 2,366 项符合「asynchronous」的源代码

代码结果 2,366
www.eeworm.com/read/18434/788085

v counter.v

`timescale 1ns/1ns module counter( clk, arst, data ); input clk; //input clock input arst; //asynchronous res
www.eeworm.com/read/491809/1187568

cc synchdisk.cc

// synchdisk.cc // Routines to synchronously access the disk. The physical disk // is an asynchronous device (disk requests return immediately, and // an interrupt happens later on). This is a lay
www.eeworm.com/read/478768/1349699

cpp gserial.cpp

/*------------------------------------------------------------------* GSERIAL.CPP For asynchronous serial port communications 适用于DOS环境下异步串口通信编程 ATTENTION: Compile this progr
www.eeworm.com/read/216450/4895549

c signal.c

/* This file handles signals, which are asynchronous events and are generally * a messy and unpleasant business. Signals can be generated by the KILL * system call, or from the keyboard (SIGINT) or
www.eeworm.com/read/343231/3223664

c cbnbsvr.c

// Module Name: cbnbsvr.c // // Description: // This NetBIOS sample implements a server using the asynchronous // callback functions as opposed to asynch events. The server will // add
www.eeworm.com/read/335547/3357648

java missingcontextexception.java

/** * JORAM: Java(TM) Open Reliable Asynchronous Messaging * Copyright (C) 2001 - ScalAgent Distributed Technologies * * This library is free software; you can redistribute it and/or * modify it
www.eeworm.com/read/335547/3357649

java missingrecordexception.java

/** * JORAM: Java(TM) Open Reliable Asynchronous Messaging * Copyright (C) 2001 - ScalAgent Distributed Technologies * * This library is free software; you can redistribute it and/or * modify it
www.eeworm.com/read/335547/3358265

java messagebody.java

/* * JORAM: Java(TM) Open Reliable Asynchronous Messaging * Copyright (C) 2005 - ScalAgent Distributed Technologies * * This library is free software; you can redistribute it and/or * modify it
www.eeworm.com/read/304805/3785778

c signal.c

/* This file handles signals, which are asynchronous events and are generally * a messy and unpleasant business. Signals can be generated by the KILL * system call, or from the keyboard (SIGINT) or
www.eeworm.com/read/303749/3809090

c cbnbsvr.c

// Module Name: Cbnbsvr.c // // Description: // This NetBIOS sample implements a server using the asynchronous // callback functions as opposed to asynch events. The server // will add