搜索资源列表
TCP.UDP高级编程
- 是一个高级的聊天程序,程序中集成了TCP和UDP聊天程序,注意程序运行的时候需要设定命令行参数,可以在项目设置中进行设定,或者通过命令行参数直接执行。-is a senior Chat procedures, procedures which integrates TCP and UDP chat program, to the running time needed to set the command line parameter, which can be installed in the
CommandMSN
- 命令行下的MSN,可以通过socks4代理,发送信息时需要输入对方的全名,这点比较麻烦, 欢迎改进,学习MSN协议的人一定要看看,源码中比较清晰地处理基本命令-command line under the MSN, through socks4 agents, send information to enter each other's full name, this relatively trouble, welcomed the improvements, learning the
chat_program
- 这是一个高级的聊天程序,程序中集成了TCP和UDP聊天程序,注意程序运行的时候需要设定命令行参数,可以在项目设置中进行设定,或者通过命令行参数直接执行-This is a senior Chat procedures, procedures which integrates TCP and UDP chat program, to the running time needed to set the command line parameter, which can be installed i
A_simple_chat_tool
- 一个简单的用java编写的聊天工具,用socket类处理通信部分 1. 运行server.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 8888 打开服务器 8888也可以改为任意端口号 2. 运行client.bat 或在命令行下输入(要在工作目录): java -jar Chat.jar 打开客户端 3. 主要类说明: Server.java 等待用户连接,连接后为当前用户创建ServerLi
QQpwdhash
- QQ命令行登陆器源代码-QQ command line landers source code
ExecuteCommand
- ExecuteCommand.zip try { //Asynchronously start the Thread to process the Execute command request. Thread objThread = new Thread(new ParameterizedThreadStart(ExecuteCommandSync)) //Make the thread as background thread. objThread.IsBac
chat
- 基于VC++的即时通讯工具设计开发一个简单的网络聊天通讯程序 1、以客户-服务器方式工作,给出服务器工作端口和客户机工作端口,任何一方都可以主动发起连接服务请求; 2、显示连接建立的过程; 3、定义客户机和服务器之间的通信格式及各个控制字段的作用; 3、服务端和客户端可用命令行界面或Windows风格界面实现,显示通讯双方发送和接收信息内容; 4、通讯结束后,任何一方都可以终止通信,并撤销已连接的链路,释放网络资源。 -Based on VC++ Instant comm
EasyMessage
- 软件介绍:一个用于局域网的消息发送程序,你可以用它在局域网内向同网的计算机发送消息。其原理就是使用了WindowsNT的netsend命令,程序中使用的Access保存发送信息的纪录。因为用的是NT的命令,所以本程序只能在基于NT的操作系统中使用,也就是不能在Windows98下使用。-Software Descr iption: one for the LAN messaging program, you can use it on the LAN computer within the sa
Emote
- VC++开发的QQ聊天辅助发表情工具OicqEmote源代码,它是一个配合Oicq使用的聊天辅助软件,可以方便地在QQ里输入定制的MUD表情并发送,允许通过命令行的方式使用表情,大大提高了聊天速度,极大的丰富了聊天的乐趣-VC++ development of the QQ chat auxiliary published intelligence tools OicqEmote source code, it is a tie Oicq use chat auxiliary software,
socket_chat
- 使用socket编程实现聊天室和文件传输的功能,命令需要遵循一定的格式,在!help里面可以得到帮助。可以实现群聊,一对一聊天,以及一对一文件传输。-Socket programming using chat rooms and file transfer capabilities, the command to follow a certain format, in! help which can be helped. Can group chat, one on one chat, file
MiniQQ
- MiniQQ,可以登录腾讯QQ的程序代码,登录成功的概率不是很高,而且是基于命令行的,可以自己修改来-MiniQQ, Tencent QQ, you can login code, log on is not very high probability of success, and is based on the command line, you can modify to their own play
tcp-udp
- 一个高级的聊天程序,程序中集成了TCP和UDP聊天程序,注意程序运行的时候需要设定命令行参数,可以在项目设置中进行设定,或者通过命令行参数直接执行。-An advanced chat program, the program integrates the TCP and UDP chat program, attention needs to be set when running command-line parameters can be set in the project setting
chat
- 在先前已上传的那个版本上做了一点改进: 1.将服务器与客户端之间的通讯命令做了处理,这次采用特殊编码格式的命令控制方式,摒弃了先前版本中采用的通过解码成字符串的命令格式,避免了解码过程中会出现的bug(特殊情况下此bug才会出现,表现为将内部命令作为消息正文打印出来。。。让我很受伤。。) 2.增加了闪屏振动功能(一看就知道模仿MSN的。。没创意。。。),可以群振,也可以点对点振,反正振你没商量! 3.修正了其他的一些小bug。 程序截图还是先前版本的
QQLogin
- 功能特色 1.支持目前最新版的QQ2011和QQ2010客户端; 2.支持多帐号登录,以排队方式一一为您完成登录; 3.支持登录失败重试,当重试登录失败后踢出队列,继续登录下一个帐号; 4.可设置帐号登录时使用的在线状态,如:我在线上、Q我吧……等; 5.解除登录数量的限制,能登录的数量受机器配置和系统而定; 6.允许设置管理员口令,保护您的帐号安全; 7.支持以命令行方式登录或关闭QQ帐号,可通过编写脚本实现自动挂机; 8.允许登录后将QQ窗口隐藏,避免登录大量
java_video_src
- 用JAVA做的音视频即时通讯程序,可用于二次开发,可用于游戏的音视频引擎,也可以作为视频会议、网络教育、IM系统、网络视频聊天系统,还可以应用于政府应急指挥平台、专家远程协商平台等专用系统。-JAVA do audio and video instant messaging program, can be used for secondary development, can be used for audio and video of the game engine, and can also
talk_5.zip
- linux下类似QQ的聊天工具,没有界面,命令行下操作,共大家学习用的,similar QQ chat tool under linux, interface, command line operation, a total of Learning
chat1
- 基于DES和RSA的加密聊天工具,共包含4个文件: chat.cpp、des.h、rsa.h、makefile。 编译:命令行模式下,切换到代码所在目录,输入make后回车即可。 运行:命令行模式下输入 ./chat,然后选择程序执行角色(客户端或服务器),如选择服务器,则程序自动打开端口开始监听;如选择客户端,则需要输入服务器地址。最后输入命令quit退出程序。 此外,代码中实现了异步,select以及普通三种IO模型,需要通过定义宏控制。-DES and RSA encrypti