-
实现功能:・ 用户上线・包括新用户上线和已使用过该系统的用户上线・每位在线的用户将会收到该用户上线的通知・该用户会收到所有已在线的用户的信息・朋友下线 ・服务...
实现功能:・ 用户上线・包括新用户上线和已使用过该系统的用户上线・每位在线的用户将会收到该用户上线的通知・该用户会收到所有已在线的用户的信息・朋友下线 ・服务器端删除该用户信息・每位在线的用户将会收到该用户下线的通知,同时删除改用户的信息・聊天终止,文件传输终止・ 修改用户名字・用户可以在对应的文本框内直接修改名称・用户可以在保存的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
-
自动换IP地址,自动获取本地ADSL连接,定时自动拨号,自动缩小到状态栏,拨号日志记录,IP地址记录,可以用来刷IP地址用,刷网站等等。软件很完整。现在发布出来...
自动换IP地址,自动获取本地ADSL连接,定时自动拨号,自动缩小到状态栏,拨号日志记录,IP地址记录,可以用来刷IP地址用,刷网站等等。软件很完整。现在发布出来给大家用用,并提供源码下载。-Automatically change IP addresses, automatically get a local ADSL connection, timing automatic dialing, auto-reduced to the status bar, dial-up log records, IP address of record, IP addresses can be used to brush use, brush sites, and more. The software is very complete. Now released for everyone to come out with use, and provide source code to download.
- 2023-06-22 22:40:04下载
- 积分:1
-
一个网络工具的开发包 很有实用价值
一个网络工具的开发包 很有实用价值-a network tool development kits very practical value
- 2023-05-28 09:35:03下载
- 积分:1
-
关于游戏对站平台的,服务器和客户端.自己解压后看吧,
关于游戏对站平台的,服务器和客户端.自己解压后看吧,-Of the game on the station platform, server and client. Check it out myself after decompression,
- 2022-04-22 18:24:22下载
- 积分:1
-
编写一个简单的http client程序,从某个服务器获取某些对象,要求记录发送和接收的数据。...
编写一个简单的http client程序,从某个服务器获取某些对象,要求记录发送和接收的数据。-Write a simple http client program, access to certain objects from a server to require records to send and receive data.
- 2022-09-01 03:20:02下载
- 积分:1
-
一个很好的多线程聊天室的源程序,详细的讲解了MFC的多线程编程方法socket...
一个很好的多线程聊天室的源程序,详细的讲解了MFC的多线程编程方法socket-A good multi-threaded chat room source code, detailed explanation of the MFC multi-threading programming socket
- 2023-01-09 06:10:04下载
- 积分:1
-
SMTP protocol collection, seven program's source code! Very good! For course...
SMTP协议实现总集,
有7个程序的源代码!非常好!用于课程设计的! -SMTP protocol collection, seven program"s source code! Very good! For course design!
- 2022-01-21 22:42:35下载
- 积分:1
-
利用Indy组件可以更方便地开发出网络通信软件,Indy开放源代码的形式使用户能有效地实现多线程通信。...
利用Indy组件可以更方便地开发出网络通信软件,Indy开放源代码的形式使用户能有效地实现多线程通信。-using Indy components can be more easily develop a network communications software, Indy open-source form so that users can effectively achieve multithreaded communications.
- 2022-11-30 07:55:03下载
- 积分:1
-
VC中调用WebService的问题,其实在Visual Studio.Net(下称VS.NET)及其以后的版本中调用WebService已经变得相当简单。你所...
VC中调用WebService的问题,其实在Visual Studio.Net(下称VS.NET)及其以后的版本中调用WebService已经变得相当简单。你所要做的只是“找到 WebService的发布地址”,然后将其引用添加到VC项目中即可。接下来VS.NET帮你生成的代理类,会帮你搞定一大堆的麻烦事,包括:网络调用、数据传递等等;什么SOAP啊、网络啊,你都可以不管。
InvokeConsole // 在控制台中调用WebService的Demo
InvokeDemo // 在MFC程序中调用WebService的Demo
-VC Calling WebService problem, In Visual Studio (hereinafter referred to VS.NET) and its subsequent version called W ebService has become quite simple. You had to do was to "find the publication addresses WebService" then added to the quoted VC project can be. VS.NET help you to the next generation of Acting Class, Bangnigaoding lot of trouble, including : network calling, data transmission, etc.; What SOAP ah, network ah, you can regardless. InvokeConsole// Calling the console in the Demo rooted WebService okeDemo// MFC in proceedings called the Demo WebService
- 2022-01-27 19:58:52下载
- 积分:1
-
通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端
通过Winsock API实现TCP聊天的程序,程序中集成了服务器端和客户端- Realized the procedure through Winsock API which TCP chatted,
in the procedure integrated the server end and the customer end
- 2022-05-22 17:50:13下载
- 积分:1