代码搜索:IP Modem

找到约 10,000 项符合「IP Modem」的源代码

代码结果 10,000
www.eeworm.com/read/425368/10360311

h modem.h

// modem.h : main header file for the MODEM application // #if !defined(AFX_MODEM_H__81318245_5A98_11D2_ABDF_C05C49757B0D__INCLUDED_) #define AFX_MODEM_H__81318245_5A98_11D2_ABDF_C05C49757B0D__IN
www.eeworm.com/read/425368/10360316

001 modem.001

# Microsoft Developer Studio Project File - Name="modem" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 5.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) App
www.eeworm.com/read/425368/10360322

dsp modem.dsp

# Microsoft Developer Studio Project File - Name="modem" - Package Owner= # Microsoft Developer Studio Generated Build File, Format Version 6.00 # ** DO NOT EDIT ** # TARGTYPE "Win32 (x86) App
www.eeworm.com/read/425368/10360326

mak modem.mak

# Microsoft Developer Studio Generated NMAKE File, Based on modem.dsp !IF "$(CFG)" == "" CFG=modem - Win32 Debug !MESSAGE No configuration specified. Defaulting to modem - Win32 Debug. !ENDIF
www.eeworm.com/read/425368/10360329

aps modem.aps

www.eeworm.com/read/425368/10360330

ncb modem.ncb

www.eeworm.com/read/161747/10381696

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/161747/10381707

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/353880/10408772

vhd modem.vhd

library IEEE; use IEEE.STD_LOGIC_1164.all; use IEEE.STD_LOGIC_ARITH.all; use IEEE.STD_LOGIC_UNSIGNED.all; -- Uncomment the following lines to use the declarations that are -- provided for instantia
www.eeworm.com/read/424814/10410282

v modem.v

// -------------------------------------------------------------------- // >>>>>>>>>>>>>>>>>>>>>>>>> COPYRIGHT NOTICE