代码搜索结果

找到约 10,000 项符合 Communication 的代码

dqplot.m

% File: dqplot.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 Wireles

snrmse.m

% File: snrmse.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 Wireles

wilkinson.m

% File: wilkinson.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 Wire

otherdaemoncomm.h

/** @file otherdaemoncomm.h defines the communication routine between daemons */ #ifndef OTHERDAEMONCOMM_H #define OTHERDAEMONCOMM_H #include "config.h" #include "debug.h" #include "flitvec.h" #inc

otherdaemoncomm.c

/** @file otherdaemoncomm.c implements the communication fonction between daemons */ #include "debug.h" #include "config.h" #include "otherdaemoncomm.h" #include "simple_list.h" #include "flitvec.h" #

daemoncom.h

/** @file daemoncom.h defines the communication between daemons implied in the fault tolerant protocol */ #ifndef DAEMONCOM_H #define DAEMONCOM_H #include "debug.h" #include "config.h" #include "conn

lists.bash

#!/bin/bash # Name of PIPE file declare PI=/tmp/bash.gtk.$$ # Communication function; assignment function function gtk() { echo $1 > $PI; read GTK < $PI; } function define() { $2 "$3"; eval $1=$GTK;

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

updatepersonbean.java

package Communication; import java.awt.*; import javax.swing.*; import java.awt.event.*; import java.util.*; public class updatePersonBean extends JFrame implements ActionListener { JPanel p1

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