资源列表
rectifier
- this file includes rectifier mdl. models
MSNMessenge
- 这是一个基于windows下的用vc++编写的MSN Messenger模仿程序,对于深入理解c++编程有一定帮助.
1111
- P2P文件传输P
QQAutoLogin
- 这是我写的一个QQ自登陆的源码,能够实现QQ自动登陆,用到MD5和HASH算法,感兴趣的可以看下!
SecChat
- 和平时的聊天工具原理相似,不过聊天过程中的信息是通过RSA算法加密传送,这样使数据更安全。 -And the usual chat principle is similar, but the chat is in the process of information transmission through the RSA encryption algorithm, so that data is more secure.
ficq
- 一个简单实用的局域网网络聊天ficq源码,高手可以略过。 -A simple LAN network chat utility ficq source, you can skip.
SecChat
- 本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能。 -2048bit the chat program using the RSA encryption algorithm for data encryption an
Internettalk
- 此程序在VC平台上编译了网络聊天的客户端与服务器的实例程序-this procedure in VC platform translation of a network chat client and server examples of procedures
chat
- winsock 聊天室程序,模仿聊天室编程开发的程序,非常好,大家使用吧-winsock chat program, chat rooms Programming mimic the procedure very well, we use it
Setup
- 这段时间研究 原版飞鸽传书,用MFC 改写的一个[选项配置]的小演示程序!!代码简单,思路清晰,大家可能会用到-During this time of the original IP Messenger, a rewrite using MFC [configuration options] small demo! ! Code simple, clear thinking, we might use! ! !
SecChat
- 本聊天程序采用2048bit 的RSA 数据加密算法对数据进行加密和数字签名后发出,因为RSA加密信息需要大量的时间,因此本程序适合用来传递密钥或对非常重要且信息量较少的网络通讯。本程序编译后运行界面如上所示,正常聊天需要进行设置,设定对方IP地址,QQ号或电子邮件地址,接下来就可以发消息了,程序还可以完成如图所示的其它功能。-After this chat program uses a 2048 bit RSA encryption algorithm for data encryption
AnyTalkBasedonMFC
- 实现简单的公共聊天室功能,类似于腾讯QQ的群聊,包括客户端和服务器端两个应用程序,可以指定服务器地址和相应端口号。