-
linux下的聊天软件
局域网OICQ程序设计,包括客户端和服务端。
客户端与服务端之间使用tcp协议进行通讯,客户端和客户端之间使用upd协议进行通讯。服务端监听一个tcp端口,接受客户端的连接。每个客户端使用udp协议监听一个端口。接受来自其他客户端的信息。
- 2022-01-24 08:45:03下载
- 积分:1
-
This the client part of the chat application. Clients can connect to the chat se...
This the client part of the chat application. Clients can connect to the chat server(Refer MFCChatServer Post) using this application.-This is the client part of the chat application. Clients can connect to the chat server(Refer MFCChatServer Post) using this application.
- 2022-10-16 01:05:03下载
- 积分:1
-
VB6.0实现SOCKET通讯一对多
VB6.0实现SOCKET通讯一对多VB6.0实现SOCKET通讯一对多VB6.0实现SOCKET通讯一对多VB6.0实现SOCKET通讯一对多VB6.0实现SOCKET通讯一对多VB6.0实现SOCKET通讯一对多VB6.0实现SOCKET通讯一对多VB6.0实现SOCKET通讯一对多
- 2023-02-14 15:25:03下载
- 积分:1
-
通过snmp得到网络信息
通过snmp得到网络信息-snmp been through Network Information
- 2023-05-04 02:05:04下载
- 积分:1
-
适用于局域网客户端下载,可以下载任何类型的文件
适用局域网下载的客户端,可以下载任意类型的文件-Applicable to the LAN client download, you can download any type of document
- 2022-03-09 21:19:52下载
- 积分:1
-
读写DBF文件的库,支持WINDOS,LINUX
读写DBF文件的库,支持WINDOS,LINUX-literacy DBF file libraries, and support the T4010, LINUX
- 2022-07-09 16:38:58下载
- 积分:1
-
VC++MFC TCP_SOCKET最简单的TCP传输协议 ,可以在这上面所以的加你喜欢的扩展功能
本人自己编写的最简单的TCP_SOCKET传输协议,有助于初学者了解SOCKET编程,一窥SOCKET的奥秘!
希望对大家有所帮祝!
- 2022-08-20 20:51:36下载
- 积分:1
-
PHP读取excel的程序,简单明了
PHP读取excel的程序,简单明了-PHP read excel procedures simple and clear
- 2022-02-20 23:51:17下载
- 积分:1
-
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所...
仿制IE在“解决方案资源管理器” 中,右键单击“TextBoxExt”项目,从弹出的菜单中选择“属性”,会弹出属性配置对话框,在左上角的“配置(C)”中选择“所有配置”,设置输出路径为“.."output”,注意,该输入有点特殊,两个小数点+反斜杠+output,意思是当前文件夹上一层的ouput文件夹(从VC过来的朋友可能比较熟悉这种方式)-IE private void lstBox_MouseMove(object sender, System.Windows.Forms.MouseEventArgs e)
{
ListBox box=(ListBox)sender
Point pt = new Point(e.X,e.Y)
int n=box.IndexFromPoint(pt)
if(n>=0)
box.SelectedIndex=n
}
- 2022-01-25 19:43:26下载
- 积分:1
-
A ping to write your own procedures, it can be said that many people take the fi...
编写自己的一个ping程序,可以说是许多人迈出网络编程的第一步吧!!这个ping程序的源代码经过我的修改和调试,基本上可以取代windows中自带的ping程序. 各个模块后都有我的详细注释和修改日志,希望能够对大家的学习有所帮助-A ping to write your own procedures, it can be said that many people take the first step network programming!! The ping procedures after the source code to modify and debug my, basically to replace the windows in the built-in ping procedures. Each module After I have detailed notes and modify the log, hope to be able to help you study!!
- 2022-08-08 09:20:47下载
- 积分:1