-
超有用的网络库(http、rtsp)
封装了 http rtsp和其他工具,项目一直在用2年多了
http 主要是封装了客户端部分,存在若干类
rtsp 主要是封装了客户端部分,存在若干类
socket 封装了socket接口,可以直接使用
base64编码
总代码行数25455
- 2022-09-10 16:15:03下载
- 积分:1
-
各种网络程序的源码,来自一本网络编程书的光盘资料
各种网络程序的源码,来自一本网络编程书的光盘资料-Procedures for a variety of network source, from a network programming book, CD-ROM
- 2022-03-02 03:43:26下载
- 积分:1
-
进销存系统。asp自主开发,功能齐全。
进销存系统。asp自主开发,功能齐全。-Invoicing System. asp independent development, full-featured.
- 2022-01-21 20:51:07下载
- 积分:1
-
一个封装良好、稳定的SOCKET基类(TCP),不使用MFC,可初始化为服务端或客户端。...
一个封装良好、稳定的SOCKET基类(TCP),不使用MFC,可初始化为服务端或客户端。-a good, stable base class SOCKET (TCP), do not use MFC, initialize to the server or client.
- 2022-03-14 13:47:52下载
- 积分:1
-
windows网络编程。。用C++实现。推荐入门学习
windows网络编程。。用C++实现。推荐入门学习-windows
- 2022-08-04 03:16:08下载
- 积分:1
-
bank
一个简单的基于工作流的银行系统,适合初学者(A simple banking system based on workflow)
- 2017-12-15 08:00:39下载
- 积分:1
-
WINSOCK服务器端示例程序说明 该程序是基于对话框编程的,是采用一对多的方式进行连接的。 整个程序主要由CServerDlg,CServerApp,CLis...
WINSOCK服务器端示例程序说明 该程序是基于对话框编程的,是采用一对多的方式进行连接的。 整个程序主要由CServerDlg,CServerApp,CListenSocket,CClientSocket构成的。 (所有关于类的说明在代码中有) 下面简单介绍一下程序流程: 主程序调用CListenSocket类的对象来进行对Socket的监听,当收到请求时调用主程序的函数来处理相应的连接,把Socket放进队列中。 对于Socket的接收数据和断开连接是由消息来触发的,是通过调用基类CSocket中的虚函数重载来处理的。 注:详细的过程,在程序代码中均有注释!-Winsock server sample program note that the procedure was based on dialog programming, using one-to-many is the way to connect. The entire process by CServerDlg, CServerApp, CListenSocket, constitute the CClientSocket. (All categories on the note in code) The following outlines procedures have : main program called CListenSocket category to the target of the listening socket, when the call request is received when the main program functions to the corresponding connections, socket into the queue. Socket for the reception of data and disconnected from the news to trigger, by calling the base class CSocket the virtual function to handle the heavy load. Note : Details of the procedure code have Notes!
- 2022-01-26 07:55:19下载
- 积分:1
-
站长写的一个使用FTP自动更新应用系统文件的程序,可以自动拨号...
站长写的一个使用FTP自动更新应用系统文件的程序,可以自动拨号- Stationmaster writes uses FTP automatically to renew the
application system document the procedure, may the automatic digit
dialing
- 2022-01-25 17:29:43下载
- 积分:1
-
IIC_24C0x
说明: I2C的通用驱动,需要定义端口,适用于C51,延时长度是按照单周期指令的51芯片计算的(I2C's universal driver needs to define the port.)
- 2018-01-29 14:10:41下载
- 积分:1
-
实现功能:・ 用户上线・包括新用户上线和已使用过该系统的用户上线・每位在线的用户将会收到该用户上线的通知・该用户会收到所有已在线的用户的信息・朋友下线 ・服务...
实现功能:・ 用户上线・包括新用户上线和已使用过该系统的用户上线・每位在线的用户将会收到该用户上线的通知・该用户会收到所有已在线的用户的信息・朋友下线 ・服务器端删除该用户信息・每位在线的用户将会收到该用户下线的通知,同时删除改用户的信息・聊天终止,文件传输终止・ 修改用户名字・用户可以在对应的文本框内直接修改名称・用户可以在保存的Myinfo.txt中直接修改名称・ 聊天功能:・公聊:所有在线的用户都可以看到你的发言・私聊:能和所有以在线的用户进行私聊,其他用户看不到私聊对象之间的聊天 ・文件传输 ・能给所有的已在线用户发送文件(先打开私聊窗口) ・只能给一位用户发送文件,但是却可以接收多个用户发送的文件・查看历史记录 ・可以查看私聊的聊天记录 ・可以查看公聊的聊天记录 ・可以查看服务器端的所有记录-achieve functional : on-line users, including new users on line and have used the system users on the line every online users will be received by the users of on-line users will be notified of the receipt of all users of online information Linear friends server to delete the user information each of the Line users will receive the notification from the assembly line users, delete users change the information termination chat, file transfer, termination of modifying user names users can text box corresponding directly alter the names of users can keep Myinfo.txt directly change the name chat : public talk : all online users can se
- 2022-04-15 07:32:42下载
- 积分:1