搜索资源列表
DoubanRadio
- 豆瓣电台客户端有点大,自己做了个小豆瓣电台,这是源代码 简单介绍下: 1、创建工程时使用MFC单文档,View选那个HTMLVIEW 2、View的InitialUpdate中浏览豆瓣电台http://douban.fm/radio,顺便把窗口大小改变下 3、加个右键置顶的系统菜单项 -Douban radio client a bit large, a small Douban own radio station, which is the source code for
Real-time-video-transmission
- 一个简单的实时视频传输系统。服务器端有摄像头连接,单击“预览”按钮,可以在窗口中显示从摄像头获取到的视频。单击“开始侦听”按钮,等待客户端连接。 当服务器端启动侦听,客户端只需单击“连接”按钮,就可实时获取服务器端视频。-A simple real-time video transmission system. The server-side camera connection, click the "Preview" button, you can access to video from
StreamClient
- 利用libvlc进行二次开发,制作了一个简单的播放器。-vlc libvlc
MYRMI
- 通过C++特有的代码复用机制模拟实现具有类似RMI功能的类库,此类在接到stop命令后,简单的调用TerminateThread函数将所有客户端的请求线程关闭,此欠考虑,应选择一种切实有效的机制避免在客户端调用函数时正确结束,或者如果不接受则向用户传递一个消息-Code reuse mechanism through C++ specific simulation to achieve a similar the RMI function of the class library, such s
Code-for-chatting-system
- 局域网内的聊天工具源代码...原理简单...值得初学者学习 本聊天工具由服务器端程序和客户端程序两部分组成,整体采用C#平台开发,在Visual Studio2005集成开发环境下,并使用SQL Server 2000管理数据库数据。-we will make the general design both for the client and server in a local network chatting system
最简单的VC++ Sock测试程序
- 最简单的实现Client和Socket通信,实现电文的发送和接受,用户需要提供自己的IP地址和对方的IP地址(The simplest implementation of Client and Socket communications, the realization of the message sent and accepted, the user needs to provide their own IP address and the other party's IP address)