搜索资源列表
delphi模拟qq登陆界面
- delphi模拟qq的客户端,包括登录界面,注册向导,聊天等QQ基础功能,可以配合前面的服务器端使用-the client, including the login screen, a registered guide, and chat with other QQ basic function will be in line with previous use of the server-side
severclient
- 使用java实现的最简单的客户-服务器程序,实现了两者之间的交互,可以在此基础上完成多种操作。-java use of the most simple client-server procedures, the interaction between the two. This can be completed on the basis of a variety of operation.
Socket
- 通过本实验使得学生掌握Windows通信程序的编写,通信原理,实际编写通信程序,本试验是后续实验的基础。要求学生做到在一台计算机上实现两个程序的通信,以及在两台计算机上实现两个应用程序的通信,对于学生所使用的程序开发环境不限。
Hermes
- 一款基于P2P模式的即时通信软件。支持多种语音编码格式传输语音数据,包括PCM,G723,GSM610等。基于Windows开发的,使用Windows Audio系统作为语音采集和播放的基础。-Hermes is a kind of instant communication system based on P2P mode.It can support several kinds of voice coding pattern that used to transfer data of voi
vcqq
- 创造了这个应用程序向导为您ChatClient申请。此应用程序 不仅展示了使用Microsoft基础类的基本知识 而且也是写你的应用程序的起点。 该文件包含了什么你会发现在每个文件的摘要 让你的ChatClient申请。-AppWizard has created this ChatClient application for you. This application not only demonstrates the basics
LanChat
- 简单文字消息通信.在了解windows socket编程的基础上,使用微软的mfc框架与winsock结合编写简单文字消息通信软件,实现不同端口之间的消息互通。-Simple text messaging. In understanding the basis of windows socket programming, using Microsoft winsock mfc framework and integrate communication software to write simp
qq
- 使用java基础知识实现的qq聊天功能。纯java程序 希望对学习java学习者有帮助-It can achieve QQ chatting function by using the java based knowledge.
jstxxt
- 用java写的即时通信系统,功能几使用方法类似QQ,采用C/S架构,数据库采用aceess实现,对于有一定java基础的程序员来说是不错的借鉴示例-Using java to write real-time communication system, functions of several similar use QQ, using C/S architecture, the database used aceess to achieve, for a certain java based p
Talking-in-the-Darkness
- 个人参考案例教程的java程序,仅仅使用AWT图形库,无任何Swing,并在原程序的基础上修正了美观度和代码。-Personal reference case tutorial java program, using only AWT graphics library, without any Swing, and amendments to the aesthetics and the code on the basis of the original program.
zuoye4
- (1)编写主人类(Master),添加不同的方法,根据输入的宠物类型不同,为不同的宠物看病。编写测试类验证; (2)使用多态修改代码,为各宠物类添加看病的方法,主人类中保留一个为宠物看病方法即可,参数类型为宠物类类型。编写测试类验证输出效果如图所示。(注意:同一个引用类型,使用不同的实例而执行不同操作就是多态;方法重写是实现多态的基础)((1) write Master class and add different methods to treat different pets depend
一个基础的 Go 语言视频聊天应用的框架
- 这个应用将使用 WebRTC 进行视频通话,使用 Websocket 进行信令。我们先创建基本的项目结构: video-chat/ ├── main.go # 主程序入口 ├── server/ │ ├── server.go # 服务器逻辑 │ └── websocket.go # WebSocket 处理 ├── static/ └── index.html # 前端页面 要运行这个项目,你需要