代码搜索:asynchronous

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

代码结果 2,366
www.eeworm.com/read/109695/15552209

c if_ppp.c

/* * if_ppp.c - Point-to-Point Protocol (PPP) Asynchronous driver. * * Copyright (c) 1989 Carnegie Mellon University. * All rights reserved. * * Redistribution and use in source and binary forms
www.eeworm.com/read/103993/15715220

doc asynch.doc

The files ASYNCH.H and ASYNCH.CPP are the actual source code to the asynchronous object class. The file SPDTERM.CPP is merely a sample test program to test the interrupt and some of the functions o
www.eeworm.com/read/189508/8466976

c pso.c

/* This program optimizes five benchmark functions using swarm algorithm Asynchronous version Yuhui Shi, May 15, 1998 */ #include "headfile.h" #include "global.h" #include "mem_loc.h"
www.eeworm.com/read/380138/9160476

c pso.c

/* This program optimizes five benchmark functions using swarm algorithm Asynchronous version Yuhui Shi, May 15, 1998 */ #include "headfile.h" #include "global.h" #include "mem_loc.h"
www.eeworm.com/read/377447/9275889

readme

README This is libasync version 0.4. Copyright (C) 2002, Simon Brenner What is async? async is a library for asynchronous, event-driven IO over sockets (TCP and UDP supported so far). How does it
www.eeworm.com/read/351812/10608184

v an_dcfifo_top.v

//Design Example for Application Note: Using DCFIFO for Data Transfer Between Two Asynchronous Clock Domain `timescale 1 ps / 1 ps module an_dcfifo_top( trclk, reset, rvclk, word_count,
www.eeworm.com/read/422279/10650368

c pso.c

/* This program optimizes five benchmark functions using swarm algorithm Asynchronous version Yuhui Shi, May 15, 1998 */ #include "headfile.h" #include "global.h" #include "mem_loc.h"
www.eeworm.com/read/442253/7656434

c pso.c

/* This program optimizes five benchmark functions using swarm algorithm Asynchronous version Yuhui Shi, May 15, 1998 */ #include "headfile.h" #include "global.h" #include "mem_loc.h"
www.eeworm.com/read/296915/8072288

c pso.c

/* This program optimizes five functions using swarm algorithm Asynchronous version Yuhui Shi, May 15, 1998 */ #include "headfile.h" #include "global.h" #include "mem_loc.h" #include "
www.eeworm.com/read/306761/13738105

vhd register.vhd

-- reg.vhdl -- -- N bit rising edge triggered register with asynchronous reset and clock -- enable. -- -- N = 32 bit by default -- -- 1.2 [dsulli] added ce input (clock enable) -- 1.3 [dsulli] change