代码搜索结果
找到约 10,000 项符合
Communication 的代码
readme
README for Bombilla
Author/Contact: Philip Levis
Description:
Bombilla is a test application for Bombilla, the TinyOS
communication-centric bytecode interpreter. It includes th
portrequesteddialog.java
// Serial SMS Client for handling SMS communication with a mobile terminal
// (C) 2001 by Stefan Moscibroda
// class representing incoming SMS
import java.awt.*;
import java.awt.event.*;
serialpanel.java
// Serial SMS Client for handling SMS communication with a mobile terminal
// (C) 2001 by Stefan Moscibroda
// Class representing SMS settings panel
import javax.comm.*;
import java.awt.*;
rolemanager.java
/**
* Business Service Interface to handle communication between web and
* persistence layer.
*
* www.relationinfo.com
*
* @author caogua
rolemanager.java
/**
* Business Service Interface to handle communication between web and
* persistence layer.
*
* www.relationinfo.com
*
* @author caogua
rolemanager.java
/**
* Business Service Interface to handle communication between web and
* persistence layer.
*
* www.relationinfo.com
*
* @author caogua
readme
Copyright (c) 1998 Sun Microsystems, Inc. All Rights Reserved.
SerialDemo is a sample program designed to demonstrate some of the features of
the Java(tm) Communication API (comm api). This document
rt_ipc.h
/*
* rt_ipc.h -- intertask communication primitives for Real-Time Linux
*
* Copyright (C) 1997 Jerry Epplin. All rights reserved.
*
* This program is distributed in the hope that it will be u
rt_ipc.c
/*
* rt_ipc.c -- intertask communication primitives for Real-Time Linux
*
* Copyright (C) 1997 Jerry Epplin. All rights reserved.
*
* This program is distributed in the hope that it will be u
httcp.c
/* Generic Communication Code HTTCP.c
** ==========================
**
** This code is in common between client and server sides.
**
** 16 Jan 92 TBL Fix strtol() undefined on CMU Mach.
** 25 Ju