联合开发网   搜索   要求与建议
                登陆    注册
排序按匹配   按投票   按下载次数   按上传日期
按分类查找All ICQ/即时通讯(93) 
按平台查找All C#(93) 

[ICQ/即时通讯] mchat

软件介绍 每个人进入聊天室不需要密码,当名字注册后可以受密码保护,别人就不能用你的名字进入了。有私聊,表情,颜色等部分功能,聊天室的主人有踢人权。点浏览器的刷新不会使聊客退出。可在线开设聊天室,室主可设定聊天室的功能,背景色等等。在简版中,可以注册名字,但不能修改密码等其它属性;可以开设聊天室,在申请时对聊天室进行设置,但不能修改设置。
Software introduction Each person entering the chat room does not require a password, when the name of the registration can be protected by password, others can not use your name to enter the. Private chat, face, color, and other parts of the function, the owner of the chat room to play human rights. Point of the browser refresh will not make chat off. Online chat rooms, the main function of the chat room can set the background color and so on. In the simplified version, you can register the name, but can not modify other attributes such as password, you can set up a chat room, in the application of the chat room to set up, but can not modify the settings. (2016-03-14, C#, 16KB, 下载2次)

http://www.pudn.com/Download/item/id/1457949375526074.html

[ICQ/即时通讯] Csharp_QQ

C#写的模拟QQ聊天软件,可以学习网络编程。当用户第一次运行客户端程序时,将会弹出注册窗口进行注册,用户注册后,再次运行客户端程序时,将直接进行登录,无须注册。用户首先启动服务器端,如图1.1所示。单击“控制台”/“开始服务”命令,启动服务器端的UDP协议。在局域网的其它计算机中,启动客户端程序,如果用户第一次运行本程序,将弹出用户注册窗口。
When a user first runs the client program, registration window will pop up to register, after user registration, when you run the client program again, it will log in directly without registration. The user first starts the server, as shown in Figure 1.1. Click Control Panel / Start service command to start the server UDP protocol. In the other computers in the LAN, start the client program, if the user first runs of the program, the user registration window will pop up. (2014-11-25, C#, 1407KB, 下载8次)

http://www.pudn.com/Download/item/id/2661837.html

[ICQ/即时通讯] morechats

C#多人聊天程序源码下载,客户端实现过程:创建Socket聊天实例,得到服务器的IP地址,创建远程终结点,连接到远程服务器,异步等待数据,当连接上的客户有写的操作的时候,调用回调函数,该类保存Socket以及发送给服务器的数据,EndReceive完成BeginReceive异步调用,返回服务器写入流的字节数,用UTF8格式来将string信息转化成byte数组形式。   多人聊天服务端:创建侦听的Socket,将Socket 绑定到本地的终结点上,开始侦听,最大的连接数是 5,开始一个异步操作接受客户的连接请求,调用EndAccept完成BeginAccept异步调用,返回一个新的Socket处理与客户的通信
C# personas programa de chat de código fuente de descarga, un proceso de implementación del cliente: Crear instancia de chat Socket, obtener la dirección IP del servidor, cree un extremo remoto para conectarse a un servidor remoto, en espera de los datos de forma asíncrona, cuando los clientes se conectan a la operación de escritura, la la función de devolución de llamada, guarde la clase Socket y se envía al servidor de datos, EndReceive BeginReceive llamada asincrónica para finalizar, el servidor devuelve el número de bytes escritos en la corriente, utilizando la información de formato de cadena UTF8 en la matriz de bytes. Servidor de chat multijugador: Crear proceso de escucha socket Socket enlazado a un extremo local, empezar a escuchar, el número máximo de conexiones es de 5 a comenzar una operación asincrónica para aceptar una solicitud de conexión de los clientes, la terminación de la llamada EndAccept BeginAccept llamada asincrónica , devuelve un nuevo identificador de socket (2014-04-09, C#, 23KB, 下载3次)

http://www.pudn.com/Download/item/id/2506105.html

[ICQ/即时通讯] MyQQ

与基本功能相仿的局域网聊天软件的源代码 是客户端服务器模式 有注册登录 文字视频聊天等功能
the basic function of the QQ is similar to this LAN chat software source code which is the client server mode ( c/s ) having registered log 、text video chat and other functions。 (2012-12-01, C#, 1005KB, 下载9次)

http://www.pudn.com/Download/item/id/2068203.html

[ICQ/即时通讯] chat

在先前已上传的那个版本上做了一点改进: 1.将服务器与客户端之间的通讯命令做了处理,这次采用特殊编码格式的命令控制方式,摒弃了先前版本中采用的通过解码成字符串的命令格式,避免了解码过程中会出现的bug(特殊情况下此bug才会出现,表现为将内部命令作为消息正文打印出来。。。让我很受伤。。) 2.增加了闪屏振动功能(一看就知道模仿MSN的。。没创意。。。),可以群振,也可以点对点振,反正振你没商量! 3.修正了其他的一些小bug。 程序截图还是先前版本的截图,凑合着看看吧,偶懒得再截了。。。 有个朋友发邮件问我在本机测试时为什么服务器开了,客户端死活连不上去,这次服务器启动监听后会打印出绑定到的IP地址及端口号,这样貌似就可以解决了吧。。。。 程序运行需要.NET Framework2.0的支持,以后不会再折腾这玩意了,其实这也就是一个作业而已,貌似就我搞得很来劲。。。总感觉同步的Socket的不会做出很强大的功能出来,bug多的要死,还折腾了这么长时间,伤心。。。以后有时间会尝试一下异步通信,后话了。。。不过就此程序还是欢迎大家一起交流。 :-)
In the previous version that has been uploaded to do a little improvement: 1 server and client communication between the command to do a deal, this time using a special encoding format of the command and control approach instead of the previous version used a string by decoding the command format, to avoid the decoding process will be the bug (a special case of this bug to appear, showing the internal command as the message body will be printed... I am hurt.) (2) increase the splash screen vibration function (see that mimic the MSN.. Not creative 。。。), group of vibration can also be point-vibration, vibration you top anyway! 3. Fixed some other small bug. Program screenshot or screenshots of the previous version, make do with a look at it, even too lazy to cut up. . . Email a friend asked me why the test in the local server opened, life and death Rom to the client, the server will start listening to bind to print out the IP address and port number, so it looks lik (2011-07-04, C#, 1457KB, 下载11次)

http://www.pudn.com/Download/item/id/1588757.html

[ICQ/即时通讯] YunQianopen-sourceIM

云骞开源IM(Lesktop 2.1.2.10)是一款使用ASP.NET,Ajax和Comet等技术开发的轻量级IM。主要功能特点如下: 1、云骞开源IM的服务端实际上就是一个ASP.NET网站,因此不需要使用独立服务器,仅需要一个支持.NET2.0的Web空间即可将IM部署到互联网上。 2、只需要拷贝两个文件夹,并在页面中嵌入一行代码,就可以将IM集成到自己的网站或企业内部的OA系统中。 数据库配置: Lesktop默认使用SQLite数据库,您可以修改Lesktop/Web.config文件,使用SQL Server数据库,具体方法如下: 将Lesktop/Web.config中的AppSettings中的: 修改为: 配置好名称为Lesktop_ConnectString连接字符串。
Yun Qian open source IM (Lesktop 2.1.2.10) is a use of ASP.NET, Ajax, and Comet and other technology development lightweight IM. Main features are as follows: 1, Yun Qian of the open source IM server is actually an ASP.NET Web site, so do not need to use a separate server, only need a support. NET2.0 the Web space can be deployed to the Internet, IM . 2, only need to copy two folders, and a line of code embedded in the page, you can integrate IM into their website or business within the OA system. Database Configuration: Lesktop default SQLite database, you can modify the Lesktop/Web.config file, use the SQL Server database, and specific methods are as follows: The Lesktop/Web.config in the AppSettings: amended to read: configured connection string name is Lesktop_ConnectString string. (2011-04-14, C#, 4660KB, 下载16次)

http://www.pudn.com/Download/item/id/1490811.html

[ICQ/即时通讯] KHMessage

局域网内的文本聊天软件,没有注册,直接输入服务器地址、端口、姓名、部门既可以使用,采用异步TCP通讯协议。
LAN text chat software, there is no registration, direct input server address, port, name, department can either use, using asynchronous TCP communication protocol. (2009-10-07, C#, 126KB, 下载8次)

http://www.pudn.com/Download/item/id/931148.html

[ICQ/即时通讯] msnlibrary

直接使用MSN协议和MSN服务器通讯,可以在自己的程序中和MSN进行通讯.目前可支持消息发送,获取联系人列表,修改PM和NickName.
Direct access to MSN and the MSN server communication protocol, you can program in their own and communicate with MSN. Currently supports messaging, contact list access, modify PM and NickName. (2009-07-19, C#, 83KB, 下载6次)

http://www.pudn.com/Download/item/id/848560.html

[ICQ/即时通讯] SyncChatServer

用套接字写的同步聊天工具的服务器端,带有截图功能,但没有实现将图形的字符串用流的方式传递的功能
Synchronization with socket chat tool written by the server-side, with a screenshot function, but did not achieve the string graphics streams transmitted by the functional (2009-04-30, C#, 116KB, 下载3次)

http://www.pudn.com/Download/item/id/738684.html

[ICQ/即时通讯] CsharpchatV1

CSHARP聊天室,此聊天程序是我1年前做的,主要的特点是实现了字体、颜色的传送,每个程序既是客户端也是服务器端。可用户大家的课程设计
CSharp chat rooms, the chat program that I make one years ago, the main feature is the realization of the fonts, colors, transmission, each process is both a client server-side. Everyone can be a user of the curriculum design (2008-06-30, C#, 125KB, 下载80次)

http://www.pudn.com/Download/item/id/501541.html

[ICQ/即时通讯] 20204500172

简单的网络聊天事例程序,分服务器端和客户端 c/s结构。适用于初学者初始阶段了解有关网络传输的基础知识
Simple examples of online chat program, sub-server-side and client c/s structure. Applicable to the initial stage of beginners learn more about the basic knowledge of network transmission (2008-05-06, C#, 60KB, 下载5次)

http://www.pudn.com/Download/item/id/454025.html

[ICQ/即时通讯] AgileIM[1]

AgileIM 是一款类似QQ、MSN的聊天软件,这个软件却是我“无意插柳”的结果,AgileIM 的“前身”原本只是为了测试我的通信框架ESFramework的通信能力,没想到,做了两个星期后则个用于测试的小软件居然有点模样了,AgileIM 如今已经支持的主要功能: (1)文字聊天 (2)文件传输 (3)视频/音频聊天 (4)基于Udp的NAT/NAPT 穿透 IM类型的软件所需要的框架的能力大致也在这里了,现在把AgileIM的源码开放,希望能对后来者有些许帮助,当然,服务端通信框架的源码时不开放的。即使如此,你也可以从AgileIM中学到: (1)如何与服务器进行通信、客户端基于Tcp的通信框架的特点 (2)如何组织通信消息/协议 (3)如何进行视频/音频捕捉 (4)多线程 (5)如何使用ESFramework框架的ESFramework.Network.Tcp.Passive空间 AgileIM基于ESFramework构建,使用VS2005开发,代码并不是很多(因为很多能力已经在ESFramework框架中实现),组件装配/IOC使用了Spring框架,数据访问层使用了XCodeFactory。 测试登录帐号: 100000 ,密码: 111111 110000 ,密码: 111111 111000 ,密码:
AgileIM is a similar QQ, MSN chat software, the software is I "inadvertently inserted Liu", AgileIM the "predecessor" was originally just to test my communications framework ESFramework communications capacity Unexpectedly, a two weeks after the tests were 000 for a small software actually a bit like, AgileIM now has support for the main functions : (1) Text-Chat (2), file transfer (3) video/audio chat (4) Based on the Udp NAT/NAP T-penetrating types of IM software required for the ability of the framework is here broadly, now AgileIM of open-source, in hopes of later were shown some help, of course, server communications source framework is not open. Even so, you can learn from AgileIM : (1) how to communicate with the server. Based on DEC client communications fra (2006-07-11, C#, 759KB, 下载458次)

http://www.pudn.com/Download/item/id/202440.html

[ICQ/即时通讯] 语音和视频聊天全源代码

此程序用C#实现了网络上视频于语音聊天,模块清晰,性能优越,但美中不足就是没有附带服务器端程序.但它的确有不少共我们学习之处
this program with C# video on the network in voice chat module clear, superior performance, but the fly in the ointment is not accompanied by server-side procedures. However, it has a lot to learn from us (2005-11-15, C#, 3720KB, 下载916次)

http://www.pudn.com/Download/item/id/124596.html
12345
总计:93