代码搜索:IP Modem
找到约 10,000 项符合「IP Modem」的源代码
代码结果 10,000
www.eeworm.com/read/107260/6190334
cpp modem.cpp
#include "stdafx.h"
#include "modem.h"
void MTIMER::set(DWORD t)
{
settime=GetTickCount()+t;
}
BOOL MTIMER::ifzero()
{
if(GetTickCount()>=settime) return TRUE;
return FALSE;
}
www.eeworm.com/read/107260/6190352
h modem.h
#if !defined(ZYFMODEM)
#define ZYFMODEM
#undef STRICT
#include
#include
#include
#include
#include
#include
//enu
www.eeworm.com/read/101135/6238269
1 modem.1
.TH MODEM 1
.SH NAME
modem \- switch the modem and getty state
.SH SYNOPSIS
\fBmodem \fR[\fB\-o\fR] [\fB\-i \fInum\fR] \fBtty\fIn\fR\fR
.br
.de FL
.TP
\\fB\\$1\\fR
\\$2
..
.de EX
.TP 20
\\fB\\$1\\fR
#
www.eeworm.com/read/101135/6238522
1 modem.1
%!PS-Adobe-1.0
%%Creator: devps (Pipeline Associates, Inc.)
%%CreationDate: Fri Sep 13 13:04:06 1996
%%Pages: (atend)
%%DocumentFonts: (atend)
/devps 180 dict def devps begin
/res 10.000000 def
/y_of
www.eeworm.com/read/101135/6238706
1 modem.1
MODEM(1) Minix Programmer's Manual MODEM(1)
NAME
modem - switch the modem and getty state
SYNOPSIS
modem [-o] [-i num] ttyn
OPTIONS
www.eeworm.com/read/101082/6252516
txt modem.txt
If the modem you are adding is of a baud rate different from
those listed in the 'Add a Modem line' option of the Modem
Line Setup Menu, see the Guide to the uucp Utility.
www.eeworm.com/read/348228/6286383
vhd modem.vhd
-- --------------------------------------------------------------------
-- >>>>>>>>>>>>>>>>>>>>>>>>> COPYRIGHT NOTICE
www.eeworm.com/read/486629/6537074
h modem.h
int ModemInit(char UART0_TX_BUF[]);
int SetPhoneNum(char UART0_TX_BUF[],char nPhone,char PhoneNumber[]);
int PackData(char UART0_TX_BUF[],char pBuf[],int nSendLen);
int DataToCommand(char UART0_TX
www.eeworm.com/read/486629/6537075
c modem.c
#include "Modem.h"
// MODEM初始化设置
int ModemInit(char UART0_TX_BUF[])
{
int nLen;
// 发送MODEM的初始化命令
UART0_TX_BUF[0] = 'A';
UART0_TX_BUF[1] = 'T';
UART0_TX_BUF[2] = 'E';
www.eeworm.com/read/486651/6537642
rc modem.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////