代码搜索:asynchronous
找到约 2,366 项符合「asynchronous」的源代码
代码结果 2,366
www.eeworm.com/read/382649/9007461
c gmpls.c
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that: (1) source code
* distributions retain the above copyright notice and this para
www.eeworm.com/read/283325/9027802
lib aiopxshow.lib
aioPxShow {asynchronous I/O (AIO) show library } aioPxShow {aioPxShow} {VxWorks API Reference} {OS Libraries} {} {}
www.eeworm.com/read/283325/9028491
rtn aiopxlib.rtn
aioPxLibInit {initialize the asynchronous I/O (AIO) library} {aioPxLibInit\( \)} {aioPxLibInit(\ )} {VxWorks API Reference} {OS Libra
www.eeworm.com/read/283325/9028602
lib aiopxlib.lib
aioPxLib {asynchronous I/O (AIO) library (POSIX) } aioPxLib {aioPxLib} {VxWorks API Reference} {OS Libraries} {} {}
www.eeworm.com/read/382342/9034673
txt readme.txt
PROJECT: Programmable Universal Asynchronous Receiver/Transmitter.
Version 1.1
Keith Willis
www.eeworm.com/read/165275/10070165
prg testprogress1.prg
*!* 设置环境级的SQL设置
=SQLSETPROP(0,"DispWarnings",.F.) &&不提示错误信息
=SQLSETPROP(0,"DispLogin",3) &&不显示ODBC登录框
=SQLSETPROP(0,"QueryTimeOut",10) &&错误等待时间
=SQLSETPROP(0,"ConnectTimeOut",10
www.eeworm.com/read/417641/10983535
c dsp2833x_xintf.c
// TI File $Revision: /main/5 $
// Checkin $Date: August 16, 2007 11:06:26 $
//###########################################################################
//
// FILE: DSP2833x_Xintf.c
//
//
www.eeworm.com/read/464849/7060997
v cntr4.v
`timescale 1ns / 1ps
//4-bit binary up counter
module cntr4(input clock,
input reset,
output reg [3:0] count);
always @(posedge clock or posedge reset)
begin
if (reset == 1'b1) //