代码搜索:asynchronous

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

代码结果 2,366
www.eeworm.com/read/175308/9552731

ex-21-07

// Example 21-07: Implementing asynchronous I/O namespace Programming_CSharp { using System; using System.IO; using System.Threading; using System.Text; public class AsynchI
www.eeworm.com/read/166352/10022975

asm ex1401.asm

; ; UART (Universal Asynchronous Receiver Transmitter) ; ; Transmit ASCII of 4x4 keys w/o display (by polling ) ; Display received ASCII on LCD ( by Interrupt ) ; ; LIST P=16F877, R=DEC #IN
www.eeworm.com/read/151988/5677876

cpp waitloop.cpp

// WaitLoop.cpp // // Copyright (C) Symbian Software Ltd 2000-2005. All rights reserved. // Show asynchronous programming (without active objects) // Example shows how a wait loop can be used t
www.eeworm.com/read/135153/5889793

c sched.c

/* * linux/net/sunrpc/sched.c * * Scheduling for synchronous and asynchronous RPC requests. * * Copyright (C) 1996 Olaf Kirch, * * TCP NFS related read + write fixes * (C)
www.eeworm.com/read/259973/11753879

asm ex1401.asm

; ; UART (Universal Asynchronous Receiver Transmitter) ; ; Transmit ASCII of 4x4 keys w/o display (by polling ) ; Display received ASCII on LCD ( by Interrupt ) ; ; LIST P=16F877, R=DEC #IN
www.eeworm.com/read/341658/12074380

vhd rreg.vhd

-- Set of registers -- sizes:(1,size) -- -- clk--posedge clock input -- reset--asynchronous reset -- load--active high input loads register -- d--register input -- q--register output ---------
www.eeworm.com/read/18335/784549

vhd counter5.vhd

-- Stretchable loadable, up/down/hold counter -- with load and asynchronous high reset library ieee; use ieee.std_logic_1164.all; use ieee.std_logic_unsigned.all; entity counter is gener
www.eeworm.com/read/480930/1312754

c sched.c

/* * linux/net/sunrpc/sched.c * * Scheduling for synchronous and asynchronous RPC requests. * * Copyright (C) 1996 Olaf Kirch, * * TCP NFS related read + write fixes * (C)
www.eeworm.com/read/479151/1344226

c sched.c

/* * linux/net/sunrpc/sched.c * * Scheduling for synchronous and asynchronous RPC requests. * * Copyright (C) 1996 Olaf Kirch, * * TCP NFS related read + write fixes * (C)
www.eeworm.com/read/249895/4444867

java asyncreplicationmasterfile.java

package org.garret.perst.impl; import java.io.*; import java.net.*; import org.garret.perst.*; /** * File performing asynchronous replication of changed pages to specified slave nodes. *