资源列表
Fronter_xie3
- 前置机程序,可以连接GPRS终端登陆,并统计通信的流量和收发帧数-front-end process can be connected to GPRS terminal landing, communications and the flow of statistics and transceivers frame
src
- socket实现的小聊天工具,包括客户端和服务器端,附带可执行文件和说明文档
emailsend
- 可以自定义邮件的发送,使用了常用的API来发送
udp测试
- udp test tools
五子棋人人对战
- 该程序用Java语言编写,实现了一个网络双人五子棋对战功能
jxtaext
- 此程序包是jxta的类库,是.jar文件,类似于java类库中的tool.jar!-this package is JXTA the library, yes. Jar files, similar to the Java class libraries tool.jar!
SMTP
- 实现向指定邮箱发邮件.希望可以给大家带去帮助
RemoteControl_Vc
- 一个VC++写的远程控制例子《VC++网络通信编程实例案例精选》源代码-write a VC Remote Control example "VC network communications programming examples selected cases" source code
instance5
- 《Visualc++.net网络编程》随书源码:实例5 在线聊天室 由服务器(源代码在chatserver目录中),客户端(源代码在chat目录中)两部分组成。 先运行服务器程序chatserver.exe,单击程序窗口中的“开始服务”按钮。然后才可以运行客户端chat.exe并登陆聊天室。-"Visual. Net network programming "With the book source : Example 5 online chat rooms by t
挖地雷趣味小游戏
- 这是一个本地挖地雷游戏,它主要涉及游戏编程是图形的变换处理,游戏编程思想可以得到很好的理解。-This is a local mines dug game, it mainly involves the programming game is the graphics transform, game programming ideas can be well understood.
TcpBroadcast
- 一个简单实用的TCPserver端,支持同时开启多个端口,可以配置是否在接收到数据后转发给别的客户端。