代码搜索:Async

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

代码结果 3,194
www.eeworm.com/read/137346/13327715

asm async.asm

www.eeworm.com/read/137346/13327721

doc async.doc

This is a set of rather simple serial communication routines written in assembly, and to be called from C. If it is not stated elsewhere, this code is public domain! Do with it as you wish, put it
www.eeworm.com/read/137264/13336584

gif async.gif

www.eeworm.com/read/320071/13433231

doc async.doc

ASYNCHRONOUS FUNCTIONS FOR MICROSOFT, TURBO, OR ZORTECH C The LIB(s) on the included disk are libraries of serial communications functions designed spe
www.eeworm.com/read/316244/13527184

html async.html

www.eeworm.com/read/152814/5666641

t async.t

#!./perl BEGIN { unless(grep /blib/, @INC) { chdir 't' if -d 't'; @INC = '../lib' if -d '../lib'; } } use Test; BEGIN {plan tests => 20} use SNMP; use vars qw($agent_port $co
www.eeworm.com/read/149876/5696292

exp async.exp

# Copyright (C) 1999 # Free Software Foundation, Inc. # 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
www.eeworm.com/read/149876/5696295

c async.c

#ifdef PROTOTYPES int foo (void) #else int foo () #endif { int x, y; x = 5; y = 3; return x + y; } #ifdef PROTOTYPES int main (void) #else int main () #endif { int y, z; y = 2; z = 9; y
www.eeworm.com/read/148694/5711729

exp async.exp

# Copyright (C) 1999 # Free Software Foundation, Inc. # 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
www.eeworm.com/read/148694/5711732

c async.c

#ifdef PROTOTYPES int foo (void) #else int foo () #endif { int x, y; x = 5; y = 3; return x + y; } #ifdef PROTOTYPES int main (void) #else int main () #endif { int y, z; y = 2; z = 9; y