登录
首页 » Visual C++ » 多功能聊天程序

多功能聊天程序

于 2020-06-26 发布 文件大小:224KB
0 360
下载积分: 1 下载次数: 2818

代码说明:

  利用VC++6.0来实现一个类似QQ的聊天程序。本程序只实现添加好友,文字聊天,文件传输和语音聊天4大功能。(VC 6.0 to achieve a similar QQ chat program. This procedure will only add to achieve good friend, text chat, file transfer, and voice chat four major functions.)

文件列表:

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ProjExtend
    中频感应加热以其加热效率高、速度快,可控性好及易于实现机械化、自动化等优点,已在熔炼、铸造、弯管、热锻、焊接和表面热处理等行业得到广泛的应用。 本设计根据设计任务进行了方案设计,设计了相应的硬件电路,研制了20KW中频感应加热电源。 本设计中感应加热电源采用IGBT作为开关器件,可工作在10 Hz~10 kHz频段。它由整流器、滤波器、和逆变器组成。整流器采用不可控三相全桥式整流电路。滤波器采用两个电解电容和一个电感组成Ⅱ型滤波器滤波和无源功率因数校正。逆变器主要由PWM控制器SG3525A控制四个IGBT的开通和关断,实现DC-AC的转换。 设计中采用的芯片主要是PWM控制器SG3525A和光耦合驱动电路HCPL-316J。设计过程中程充分利用了SG3525A的控制性能,具有宽的可调工作频率,死区时间可调,具有输入欠电压锁定功能和双路输出电流。由于HCPL-316J具有快的开关速度(500ns),光隔离,故障状态反馈,可配置自动复位、自动关闭等功能,所以选择其作为IGBT的驱动。 对原理样机的调试结果表明,所完成的设计实现了设计任务规定的基本功能。此外,为了满足不同器件对功率需要的要求,设计了功率可调。这部分超出了设计任务书规定的任务。(induction heating with high heating efficiency, speed and good controllability and easy to mechanization. the advantages of automation, in melting, casting, bending, forging, welding and surface heat treatment and other industries have been widely employed. According to the design tasks for the design of the program design, design corresponding to the hardware circuit, Development of 20 KW induction heating power. The design of induction heating power IGBT used as a switching device, which can work in 10 Hz- 10 kHz frequency band. It consists of rectifier, filter, and the inverter components. Controlled Rectifier not use the entire three-phase bridge rectifier circuit. 2 filter used an electrolytic capacitor and inductor components II-type filter and passive PFC. Inverter mainly by the PW)
    2007-04-19 11:31:35下载
    积分:1
  • zxshell3
    说明:  后门zxshell3.0 一个功能强大的后门(Zxshell3.0 a powerful backdoor backdoor)
    2008-09-27 14:29:31下载
    积分:1
  • 49525823chap04Telnet
    Visual C++ .NET 网络与通信高级编程范例配套代码(Visual C++. NET network and high-level programming paradigm supporting code)
    2014-02-20 23:05:14下载
    积分:1
  • IOCPScalableServer
    该代码展示了如何利用完成端口配合异步I/O开发可扩展服务端。(The code demonstrates how to complete port with the use of asynchronous I/O can be expanded development of the server.)
    2007-06-19 17:55:21下载
    积分:1
  • GetNetSetting2
    Visual C++ 6.0.此代码可以进行显示网络设置,包括IP地址等。(Visual C 6.0. This code can show network configuration, including the IP address.)
    2005-04-20 22:39:50下载
    积分:1
  • ping
    用rawsocket实现简单的ping程序(Rawsocket with simple ping program)
    2009-04-10 08:01:58下载
    积分:1
  • socketsvc
    用vc6.0实现的强大有界面的sockets通讯程序,可使server端与client端即时通信,需先运行server端。(Vc6.0 achieved using a powerful interface sockets are the communication process, will enable the server-side and client-side real-time communications, the need to run server-side.)
    2007-11-26 08:45:11下载
    积分:1
  • lancs
    说明:  vc++实现的简单的cs架构程序,服务器端分登录和注册服务器,通信服务器,及客户端三部分程序。(vc++ server and client c/s lan chatroom)
    2010-04-20 07:35:37下载
    积分:1
  • MONG
    说明:  mongoose v6.15,多线程http——server,线程数可设。从GitHub下载C语言原代码,在vc6里面编译成c++工程(multi-threads http_server, based on source code from Github. The project is conducted in VC6, converted from c language. The threads num can be edited in code.)
    2020-06-18 04:40:02下载
    积分:1
  • SendFileClient
    VC++实现类似于QQ文件传输功能的文件发送与接收程序示例,分为服务端和客户端,客户端首次接收数据,将判断文件包大小,数据包中一定包含完整的数据包结构信息,数据不一定完整;读取数据包的大小,包含数据包结构大小和数据大小,之前接收的数据与现在接收的数据能够构成至少一个完整的数据包,文件接收完毕则设置结束标记,若终止的连接,则弹出窗口告诉用户,对方终止了文件传送。   服务端程序是比较简单的,基本是复制文件数据、判断文件是否传递成功、等待对方收受发送任务或取消发送任务,分包继续发送文件等功能(VC++ implementation is similar to QQ file transfer capabilities to send and receive files program examples, divided into server and client, the client receives the first data packet to determine the file size, the packet must contain the complete information packet structure, the data is not must complete reading packet size, including the size and structure of the data packet size, and previously received data received data can now constitute at least one complete packet, the file has been received then set the mark, if the connection is terminated, the pop-up window telling the user, the other party to terminate the file transfer. Server program is relatively simple, basically copying the file data, to determine whether the file transfer is successful, waiting for the other to accept or cancel the sending task sends tasks, subcontractors continue to send files and other functions )
    2014-06-03 13:50:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载