搜索资源列表
MySIPServer
- 基于java socket的网络聊天室 GUI界面-java socket
Code1
- 网络的相关知识,网络程序的编写,Socket是连接应用程序与网络驱动程序的桥梁,Socket在应用程序中创建,通过bind与驱动程序建立关系。此后,应用程序送给Socket的数据,由Socket交给驱动程序向网络上发送出去。计算机从网络上收到与该Socket绑定的IP+Port相关的数据后,由驱动程序交给Socket,应用程序便可从该Socket中提取接收到的数据。网络应用程序就是这样通过socket进行数据的发送与接收的。TCP与UDP的工作原理与编写过程,如何在程序中链接库文件。一个字符界面
RDC
- 通过java socket实现的远程控制,界面由java swing制作,适合初学者学习,本代码纯属手工原创,如有雷同,那也正常。-Remote control via java socket to achieve, the interface by Java Swing production, suitable for beginners to learn, this code is purely manual original, if identical, that is normal.
TransFile
- 利用MFC,使用套接字编程实现文件传输,在界面ip地址编辑框输入IP地址.即可传输文件-Use MFC, using socket programming to realize file transfer, edit box, enter the IP address in the interface IP address. You can transfer files
FTP
- 基于Socket 阻塞模式的多线程FTP客户端 (控制台界面)+ FTP客户端(有界面) -FTP socket
石头剪刀布
- 利用Socket,多线程,进行剪刀石头布的游戏开发。同时界面的设置是利用GUI设置!(The use of Socket, multi-threaded, scissors, stone cloth game development. At the same time, the setting of the interface is to use the GUI settings!)
firstpyqt
- python qt联合开发,QT做界面,python写逻辑和控制,其中包括qTimer使用的Socket udp使用(Python QT joint development, QT do interface, python write logic and control, including the use of qTimer Socket UDP use)