代码搜索结果
找到约 10,000 项符合
Communication 的代码
关于回答网友有关servlet和servlet之间通信的问题(建议放入精华区).txt
作者:blackwhites
日期:2000-11-13 17:50:11
以下是几种常调用的方法
Servlet to Servlet Communication
Listing 1: ServletBase
public class ServletBase extends HttpServlet{
static Connectio
serial2.html
Serial Communication for WIN32
关于回答网友有关servlet和servlet之间通信的问题(建议放入精华区).txt
作者:blackwhites
日期:2000-11-13 17:50:11
以下是几种常调用的方法
Servlet to Servlet Communication
Listing 1: ServletBase
public class ServletBase extends HttpServlet{
static Connectio
readme12
Chapter 12 - Inter-Process Communication: Pipes.
popen1.c - A program that implements pipes using popen and pclose and captures output from
an external program.
popen2.c - A program that se
关于回答网友有关servlet和servlet之间通信的问题(建议放入精华区).txt
作者:blackwhites
日期:2000-11-13 17:50:11
以下是几种常调用的方法
Servlet to Servlet Communication
Listing 1: ServletBase
public class ServletBase extends HttpServlet{
static Connectio
bpsk_ask.m
%Run from editor Debug(F)
%This m file(ASK.m) analyzes a coherent amplitute shift keyed(ASK) and a binary
%phase shift keyed(BPSK) communication system. The receiver uses a correlator
%(mixer-integ
dwdcb.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
END
Attribute VB_Name = "dwDCB"
Attribute VB_Creatable = True
Attribute VB_Exposed = False
' dwDCB - Device Communication Block utility class
' P
random_binary.m
% File: random_binary.m
% Software given here is to accompany the textbook: W.H. Tranter,
% K.S. Shanmugan, T.S. Rappaport, and K.S. Kosbar, Principles of
% Communication Systems Simulation with
askbpsk.m
%Run from editor Debug(F)
%This m file(ASK.m) analyzes a coherent amplitute shift keyed(ASK) and a binary
%phase shift keyed(BPSK) communication system. The receiver uses a correlator
%(mixer-integ
pipeserver.c
/* pipeServer.c - Demonstrates intertask communication using pipes */
/* Copyright 1984-1997 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,06nov97,mm added copyright.