代码搜索:目标端

找到约 10,000 项符合「目标端」的源代码

代码结果 10,000
www.eeworm.com/read/403229/11520562

asp stat.asp

www.eeworm.com/read/402196/11541090

c my_server.c

// Client/Server模型的服务器端 #include #include #include #include #include #include #include #include
www.eeworm.com/read/260856/11692767

java udpserverdemo.java

//基于UDP的服务器端程序演示 import java.net.*; import java.io.*; import java.util.*; public class UDPServerDemo { static final int PORT = 4000;//设置服务端口 private byte[] buf = new byte[1000]; private D
www.eeworm.com/read/344426/11881307

vcproj pdksrvdll.vcproj

www.eeworm.com/read/155356/11883240

pas submitunit.pas

{******************************************************************************* 功能简述 : 中国联通短信发送端 其它说明 : 1. 参考中国联合通信公司短消息网关系统接口协议(SGIP1.3) 2. 参考Short Message Peer-to-Peer Protocol Sp
www.eeworm.com/read/257715/11914913

java testserver.java

package talk; /** * 本程序实现了聊天程序服务器端的用户界面及功能。 */ import java.awt.Panel; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.DataInputStream; import java
www.eeworm.com/read/343514/11943790

java udpserver.java

// 基于 UCP协议的 服务器端代码 import java.io.*; import java.net.*; public class UDPServer { public static void main(String[] args) { try { // 创建一个 DatagramSocket对象,指定端口号为 8080 ,抛出SocketExcepti
www.eeworm.com/read/341401/12085874

frm form_multicli.frm

VERSION 5.00 Object = "{248DD890-BB45-11CF-9ABC-0080C7E7B78D}#1.0#0"; "MSWINSCK.OCX" Begin VB.Form Frm_MultiCli Caption = "客户端程序" ClientHeight = 5760 ClientLeft =
www.eeworm.com/read/340694/12139202

c my_server.c

// Client/Server模型的服务器端 #include #include #include #include #include #include #include #include
www.eeworm.com/read/338448/12306803

cpp client.cpp

//client.cpp #include #include #include DWORD WINAPI ThreadFunc(LPVOID pParam);//客户端的socket接收线程函数 char info[255]; //包含待发送数据的缓冲区。 #define DEF