搜索资源列表
getNameIp
- 可以获取主机的name和ip,调用windows动态链接库,源代码非控件-can access mainframe name and ip, called Windows dynamic link libraries, source code control -
20054302397770
- VB源代码 / 网络编程该系统可以实现网络通话功能! -VB source code / network programming of the system can achieve network calls!
CMPP短信网关范例
- 短信网关,一个用VC++开发的源代码。可以为企业开发自己的短信网管服务器作为借鉴。-Short Message Gateway is a source code written by VC++.This can help enterprice to develop private short message manager server.
IEURLSniffer
- Sniffer 程序.可以监视IE里传输的各种网址.-Sniffer source code , can monite the address appared in IE
利用Socket进行Java网络编程
- 利用socket进行网上对话聊天,包括服务器端和客户端程序源码及用户界面的建立.-You can chat with socket online,including server and client source code and the implementation of GUI
TCPdemo
- 一个简单实用的网络TCP/IP测试程序源代码,不修改 即可完成普通测试,在此基础上修改后,即可得到特定的程序。-a simple and practical network TCP / IP testing program's source code can be completed without amending the general test, on the basis of this revision, can be a particular procedure.
ylm6_urlfile
- 使用HTTP协议将文件下载到Windows的下载文件临时目录的程序源代码。-use HTTP protocol can be downloaded to the Windows temporary directory download the source code.
Fgame_src
- 我自己做的一个基于C/S模式的网络游戏。下棋的。附带服务器端和客户端全部源代码。 单机运行的话需要运行一个服务端和两个客户端,就可以自己跟自己下棋了。-I do one based on C / S mode of online games. Chess-playing. Fringe server and the client all of the source code. The stand-alone operation need to run a server and two cli
取拨号IP
- 一个取网络上IP的源代码,可用来取网络上IP的功能。-an IP network from the source code can be used to gain access to the IP network functions.
ndis驱动程序代码
- 首先,读者可以先将DDK原来的packet例子程序备份,然后用改动后的驱动程序源码覆盖原先的代码(即覆盖packet->driver目录下的代码,修改后的代码已经给出)。 然后开始编译。顺次选择开始->程序->Development kits->Windows 2000 DDK->Checked Build Environment,将出现一个控制台窗口。使用cd命令进入D:\\programs\\NTDDK \\src\\network\\ ndis\\pac
DOS下串口通信程序来传送文件的C源代码
- DOS下串口通信程序来传送文件的C源代码,能实现文件传送-DOS serial communication procedures to document transmission C source code can achieve file transfer
chat room
- 这是一个语音聊天的源代码,完成了主要的功能,只是采集的语音信号没有编码就直接发送出去了,有兴趣的朋友可以-This a voice chat source code, to complete the main function, but the acquisition of the voice signal coding not directly sent away, interested friends can s
局域网信使工具
- 一个局域网信使工具,在局域网内通信,及时快速。包含源代码,可随意改动。-a LAN messenger tool in LAN communications, timely fast. Includes source code can be altered arbitrarily.
SimpleChat
- 一个简单的网络聊天和传送文件源代码,用VC6.0编辑。封装了NETLIB,可供学习,也可以直接用来在其它应用程序中使用-a simple Web chat and document transmission source code editor with VC6.0. Packaging of NETLIB available for learning, and also can be directly used in other applications using
自动生成HTML的新闻系统ASP程序
- 这是一个比较好的新闻网页加载源代码,通过它你可以很方便的加入新闻在你的网站上。-This is a relatively good news pages load source code, through which you can easily join the news in your website.
VC++实现语音聊天的例子
- 这是用VC++实现语音聊天的例子,里面有可编译通过的源代码-VC voice chat example, and they can compile the source code
HDSI3[1].0
- 编写语言 Delphi 7 --- --- 此代码可以任意分发或者修改 但是希望保留作者版权. HDSI 是一款SQL注入工具。相信大家都不会陌生的。 程序用到的第3方控件请大家自己去下载,网上都可以找到的. 顺祝邪恶八所有的成员在新的一年里一切顺利。 希望这一份代码能够帮助到一些需要帮助的人,顺便也希望大家体会一下写程序是多么 痛苦的一件事情。不要随便侮辱别人的作品。 顺便祝福:老婆永远快乐,幸福... (如果转载时觉得废话很多,那么
CSocketMaster
- 提供了实现Socket的VB源代码,可以做出基本的聊天软件,很不错了,里面还附带实例.-provided Socket VB source code, can make the basic chat software, it's pretty good, they also attached examples.
WinSNMPApi
- SNMP 网关软件原代码 雨体所能IT offers you the freedom of choosing the right moment. Improve your intimate life! Take care of your health today! -SNMP gateway software original source code can rain on IT offers you the free dom of choosing the right moment
使用java控制HTTP协议客户端应用
- Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。 -Http client program has been integrated into the Java language, URLConnection can call category. Unfortunately, because S