代码搜索:3G通信

找到约 10,000 项符合「3G通信」的源代码

代码结果 10,000
www.eeworm.com/read/469421/6976555

txt javatcp01.txt

import java.net.*; import java.io.*; import java.util.*; /** * TCP协议下单向通信的客户端程序。 * @author new * */ public class TCPClientA { public static void main(String[] args) { Socket s=null; try {
www.eeworm.com/read/467049/7014694

c rs232.c

/*---------- RS232 -----------*/ #include "DSP28_Device.h" #ifdef RS232 /*与主机通信方式的变量定义*/ #if !SelfTest unsigned int Sci_VarRx[100]; unsigned int i,j; unsigned int Send_Flag; #endif
www.eeworm.com/read/463249/7185133

txt readme.txt

第十一章包括以下代码: 1. 目录democomm是使用windows api编写的串口通信程序。 以上所有程序在VB6.0中调试通过 系统平台是:Windows XP Professional
www.eeworm.com/read/462931/7191558

frm 上位机.frm

VERSION 5.00 Object = "{648A5603-2C6E-101B-82B6-000000000014}#1.1#0"; "MSCOMM32.OCX" Begin VB.Form Form1 Caption = "通信" ClientHeight = 3105 ClientLeft = 60 Cli
www.eeworm.com/read/462789/7196352

h twi_usart.h

/* avr串口通信常程序,包括中断设置与波特率的设置等*/ #ifndef _LIWN_UART_H_ #define _LIWN_UART_H_ void UartInit( ); void SendChar(unsigned char num); #endif /* _LIWN_UART_H_ */
www.eeworm.com/read/410123/7217316

c main.c

/*********************************************************** 程序功能:在液晶上用串行数据通信方式依次显示常用ASCII码 ------------------------------------------------------------ 跳线设置:将跳线座J5的2脚和3脚(-)用短路帽短接 ----------------
www.eeworm.com/read/461524/7226012

htm delphi 中 串 行 通 信 的 实 现.htm

Delphi中串行通信的实现
www.eeworm.com/read/439010/7718143

c internet_clt.c

/* * server.c * Created on: 2008-10-18 * Author: xunzhao * internet domain 通信,客户端 */ #include #include #include #include #include
www.eeworm.com/read/399115/7892454

htm send_info_win.htm

通信工具
www.eeworm.com/read/196754/8062268

java protocol.java

/** * Server与Client之间的通信协议 */ public interface Protocol { // 防刷屏时间设置 final static int TIME_BETWEEN_MSG = 1; // 版本号 public static String VERSION = "1.0"; // 默认IP地址 public static String