Go To English Version 超过100万源码资源,1000万源码文件免费下载
  • RtcCallControl.rar 使用Rtc/RTCP技术来传输VIDEO和SOUND的程序(需要到MICROSOFT下载最新的RTC CLIENT SDK API才能编译,VC7不需要下载)
  • RTCVidoSoundTextChat.zip 一个完整的文字聊天,视频/语音传输,电子白板,共享文件的使用RTC技术编写的程序。(使用前请下载RTC CLIENT SDK API,现在最新版是1。3,大家可以在微软的网站上下载)
  • 网络平台源代码.rar 大连理工大学机器人足球仿真比赛平台网络版 网络版平台由3部分程序组成,包括Server、Client和Monitor
  • Email_MAPI.rar 使用IMAPI完成Email client端功能 可attach 附加檔案
  • PocketSM-0.7.6-src.zip Pocket SIP Messenger is a SIP instant messaging client for small devices that use Windows CE (iPAQ Pocket PC, ...). The IM protocol is based on SIMPLE (IETF) working group s specification.
  • TinyFtpServer.zip 一个基于控制台应用的TinyFtpServer,tinyle发现网上有好多FTP Client客户端的源码,而没发现Server的,就 ...
  • copymodp-driver-0.09 ... ISA and PCI-85 cards. It is written in C and includes example shell scripts for administration, and an example client program. Development Status: 4 - Beta Intended Audience: Developers License: BSD License Operating System: All POSIX (Linux/BSD/UNIX- ...
  • RPCCLIENT.zip This is a RPC client pragram for transfer data string(s) to host. It does work we
  • 使用DCOM技术实现远程计算机的关闭(含源程序).rar 软件说明: DCOM技术,服务器端是一个NT Service程序.使用方法: 1.将目录Server拷贝到远程计算机,然后执行install.bat 2.将目录Client拷贝到本地计算机,然后执行install.bat 3.在本机上执行ShutDownClient.exe,然后输入远程计算机的IP地址即可 4.卸载时只需要执行uninstall.bat,然后删除文件即可
  • 网络聊天:VC winsock-tcp.rar 一个经典的socket套接字的程序!分为server和client两个部分! 利用CSocket发送消息!!值得新手学习socket的使用!