搜索资源列表
简易聊天程序
- 实现基本的聊天功能,只需输入IP,即可与对方聊天,服务器端和客户端集成在同一个文件中,并且以多线程方式监听端口。-achieve basic chat function keys IP, can chat with each other. servers and clients with an integrated document and, in a multithreaded manner monitor ports.
QQ_delete
- 想批量删除 自己也是闲者没事了于是就写了这个程序,完全模拟按键,入门的朋友可以看一下-to batch delete themselves were idle with nothing to write on the result of this process, fully simulated keys The portal can look at the friends
AsaiChatV2
- 1、支持系统自动清理聊天记录; 2、支持管理员功能,在发言框中输入管理密钥即可进入管理模块; 3、管理员可以审核聊天内容; 4、管理员可以踢人(将某一聊天的会员加入黑名单),禁止发言; -1, the support system automatically clean up chats 2, support manager functions, management of keys in his speech to enter into the management modu
qqprotocol_cPP
- QQProtocol中代码的基本结构: CQQUser存储一个QQ用户的所有信息,包括客户指定信息(用户名,密码等)和服务器返回信息(指在和服务器通讯过程中服务器“设置的”信息,如各种各样的密钥是在和服务器通讯过程中某些特定步骤由服务器生成并返回的,而还有些信息如服务器IP和端口则是最初由客户指定,但有可能因为服务器重定向而改变,等等等等) CInPacket和COutPacket是发送/接收包基类,CBasicInPacket/CBasicOutPacket是QQ基本协议族发送/接收包
SecChat
- 本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能。-After this chat program uses a 2048 bit RSA encryption algorithm for data encryption
