代码搜索结果
找到约 10,322 项符合
Communication 的代码
communication.h
// Communication.h: interface for the CCommunication class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_COMMUNICATION_H__36368C42_1E27_11D5_863E_444
communication.cpp
// Communication.cpp: implementation of the CCommunication class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "RegionComm.h"
#include
communication.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,2, 0x0
File 1,1,
communication.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
communication rec.m51
BL51 BANKED LINKER/LOCATER V6.02 10/26/2006 20:06:19 PAGE 1
BL51 BANKED LINKER/LOCATER V6.02, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
communication.m51
BL51 BANKED LINKER/LOCATER V6.02 10/26/2006 20:35:40 PAGE 1
BL51 BANKED LINKER/LOCATER V6.02, INVOKED BY:
C:\KEIL\C51\BIN\BL51.EXE STARTU
kb.h
// Keyboard communication routines
#ifndef __KB_INCLUDED
#define __KB_INCLUDED
#include "io8515.h"
#define ISC00 0
#define ISC01 1
void init_kb(void);
void decode(unsigned char sc);
vo
communication.cpp
#include "stdafx.h"
#include "communication.h"
CComStatus::CComStatus()
{
m_hCom = NULL;
m_bComId = 1; //COM1
m_bByteSize=8;
m_bStopBits=ONESTOPBIT;
m_bParity=NOPARITY;
m_dwBaudRa
sample10svr.h
/****************************************************************************/
/* SERVER.H: This file contains the public communication protocols which */
/* the server exports, so that communica
cgpdf.m
function value = cgpdf(x,mean,sigma)
% 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 Sim