-
网络聊天
网络聊天工具原代码-Internet chat-source tools
- 2022-09-16 09:50:03下载
- 积分:1
-
C++socket通信
C++socket通信
- 2022-10-04 15:10:03下载
- 积分:1
-
一个网络下载的源代码。具有拖放界面,直接将链接拖到窗口上,即可以实现下载。...
一个网络下载的源代码。具有拖放界面,直接将链接拖到窗口上,即可以实现下载。-a network to download the source code. With drag-and-drop interface that will link directly dragged window, which can download.
- 2022-02-04 17:33:51下载
- 积分:1
-
来宾留言板CGI程序 by visual c
来宾留言板CGI程序 by visual c-guests bulletin board CGI program by visual c
- 2022-02-03 21:25:57下载
- 积分:1
-
服务器源代码VisualC++6.0开发。
服务器源代码VisualC++6.0开发。-server source code VisualC 6.0.
- 2023-07-18 16:45:02下载
- 积分:1
-
基于webplayer的电影下载工具(VC6源码)
使用webplayer在线影院观看电影,是点播的形式,如果你的网络不好就要忍受长时缓冲的痛苦,有没有办法先下再看呢?我开发这个工具就是为了这个目的,发现了webplayer如何跟服务器沟通的规则,并最终获得电影数据,代码其实并不复杂,使用基本的socket编程,伪装成webplayer客户端与服务器沟通,最终得以获得电影数据,最后存成rmvb格式的电影,可以慢慢欣赏了。以上工具仅为学习目的开发,切勿用于任何非法目的,责任请自负,请支持正版电影:)
- 2023-01-18 10:25:04下载
- 积分:1
-
SOCKET客户端和服务器端程序,我们课题组用来做嵌入式开发时的网络测试,如果嵌入式设备是客户端程序,则用此次上载的服务器端程序与之连接进行测试,反之用客户端程...
SOCKET客户端和服务器端程序,我们课题组用来做嵌入式开发时的网络测试,如果嵌入式设备是客户端程序,则用此次上载的服务器端程序与之连接进行测试,反之用客户端程序连,比较好用。-SOCKET client and server-side process, we used to do embedded development group at the time of network testing, if the embedded device is a client program, then use the upload server-side connection with testing procedures, on the contrary by the client procedures even compare the ease of use.
- 2023-08-20 19:55:05下载
- 积分:1
-
本系统可初步满足超市的收支管理,是一个实际开发的系统,本系统采用Struts,Hibernate整合开发的架构...
本系统可初步满足超市的收支管理,是一个实际开发的系统,本系统采用Struts,Hibernate整合开发的架构-The initial system of income and expenditure to meet the supermarket management, is the development of a practical system, the system uses the Struts, Hibernate framework for integrated development
- 2022-03-10 20:48:14下载
- 积分:1
-
网络蜘蛛,爬取指定网站的内容,并下载电视。
网络蜘蛛,用于爬取指定网站内容,并下载到本地电脑上-Web spiders, for the climb to take the specified website content, and download to your local computer
- 2022-12-31 11:00:04下载
- 积分:1
-
基于WinSocket和TCP协议实现的一个基本的服务器,可用于测试客户端是否正确
应用背景刚接触网络编程,通过学习使用winsocket实现了一个简单的服务器程序,可以接收中英文字符串、数组能功能。将socket的API封装到一个类中,可以方便的快捷的进行修改,实现自己想要的功能。根据封装的WSocket类,可以快速的实现一个客户端程序。关键技术winsocket套接字编程,调用winsocket的API函数封装到一个类中。使用TCP协议,以及流式套接字编程。在编程过程中要注意主机字节顺序和网络字节顺序的区别。
- 2022-03-23 03:04:19下载
- 积分:1