代码搜索:Async

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

代码结果 3,194
www.eeworm.com/read/337834/12338714

c test_skiplist.c

#include "async.h" #include "skiplist.h" struct item { item (int k, char *f) : key (k), foo (f) {} int key; char *foo; sklist_entry sklink; }; void print_item (item *p) { warnx
www.eeworm.com/read/11139/200418

nc msp430adc12channelconfigm.nc

module MSP430ADC12ChannelConfigM { uses interface MSP430ADC12ChannelConfig; } implementation { async event msp430adc12_channel_config_t MSP430ADC12ChannelConfig.getConfigurationData(uint8_t
www.eeworm.com/read/309984/3701097

makefile

TARGET = ndbapi_async SRCS = $(TARGET).cpp OBJS = $(TARGET).o CXX = g++ CFLAGS = -g -c -Wall -fno-rtti -fno-exceptions CXXFLAGS = -g DEBUG = LFLAGS = -Wall TOP_SRCDIR = ../../.. INCLUDE_DIR = $(TOP_S
www.eeworm.com/read/283561/4078396

vb mainform.vb

Public Class MainForm Private Const SND_FILENAME As Integer = &H20000 Private Const SND_LOOP As Short = &H8S Private Const SND_ASYNC As Short = &H1S Private Const SND_NODEFAULT A
www.eeworm.com/read/283561/4078412

vb mainform.vb

Public Class MainForm Private Const SND_FILENAME As Integer = &H20000 Private Const SND_LOOP As Short = &H8S Private Const SND_ASYNC As Short = &H1S Private Const SND_NODEFAULT A
www.eeworm.com/read/268871/4248927

c adbmigrate.c

#include #include #include #include #include unsigned int nout (0); bool done (false); const unsigned int maxstores (50); ptr odb (NULL
www.eeworm.com/read/268871/4249035

c test_skiplist.c

#include "async.h" #include "skiplist.h" struct item { item (int k, char *f) : key (k), foo (f) {} int key; char *foo; sklist_entry sklink; }; void print_item (item *p) { warnx
www.eeworm.com/read/268871/4249164

c newspeer.c

#include #include #include #include #include #include "usenet.h" #include "newspeer.h" // XXX should gc newspeers if connections are closed. qhash
www.eeworm.com/read/398634/2373829

makefile

TARGET = ndbapi_async SRCS = $(TARGET).cpp OBJS = $(TARGET).o CXX = g++ CFLAGS = -g -c -Wall -fno-rtti -fno-exceptions CXXFLAGS = -g DEBUG = LFLAGS = -Wall TOP_SRCDIR = ../../.. INCLUDE_DIR = $(TOP_S
www.eeworm.com/read/393721/2465613

makefile

TARGET = ndbapi_async SRCS = $(TARGET).cpp OBJS = $(TARGET).o CXX = g++ CFLAGS = -g -c -Wall -fno-rtti -fno-exceptions CXXFLAGS = -g DEBUG = LFLAGS = -Wall TOP_SRCDIR = ../../.. INCLUDE_DIR = $(TOP_S