搜索资源列表
WinSNMPAPI
- WinSNMP API规范 内容包括SNMP开发的的API规范: WinSNMP编程任务 一般WinSNMP编程任务 SNMP支持的级别 关于SNMP版本 自陷从SNMPv1转换到SNMPv2C 关于SNMP消息 网络传输错误 简单网络管理协议(SNMP) WinSNMP会话 新的SNMP编程元素 WinSNMP数据管理概念 对象标识符 ....................... ..................... ....
ShareGuard_210src.tar
- 一个漂亮的p2p聊天程序客户端。编译时出错,在mainfrm.h上边加入#include \"TCToolBar.h\" 即可顺便通过 vc++ .net-a beautiful p2p Chat Client. Compile-time errors. mainfrm.h upside to the # include "TCToolBar.h" will be passing Link Guo vc. net
linux_c_s
- 基于终端的订花系统_socket #include<stdio.h> #include<stdlib.h> #include<errno.h> #include<string.h> #include<sys/types.h> #include<netinet/in.h> #include<sys/socket.h> #include<sys/wait.h>
IMapi
- 一个类IMapi,可以用于在应用程序中加入发送邮件的功能,参考下面的一个应用: #include \"imapi.h\" void CBugReport::OnOK() { CIMapi mail mail.To (\"UltraMaroon@email.msn.com\") // Set recipient name mail.To(\"someoneelse@somewhereelse.com\") // Second recipient mail.Cc(\"cc@
MyInsaneBT
- 类似flashget下载工具代码 本来想在完善了上传的,但太忙了,有些功能可能没有实现或存在一些 bug. 编译运行说明 1)安装BCG 9.4把BCGCBPRO940d.dll BCGPStyle2007Luna.dll BCGPStyle2007Obsidian.dll BCGPStyle2007Silver.dll copy 到bin目录下 2)把程序里的SHELLAIP目录下的SHELLAPI.H覆盖vc安装目录下vc98/include/下
threadpoo.tar
- threadpoo #include \"thread-pool.h\" static void *tp_work_thread(void *pthread) static void *tp_manage_thread(void *pthread) static TPBOOL tp_init(tp_thread_pool *this) static void tp_close(tp_thread_pool *this) static void tp_p
一个判断远程主机存活程序代码
- 一个判断远程主机存活程序代码(ping) #include #include #include #include #include "winsock.h" #pragma comment(lib,"Ws2_32"); #define SEND_SIZE 32 #define PACKET_SIZE 4096 #define ICMP_ECHO 8 #define ICMP_ECHOREPLY 0 struct icmp {
HTTP
- HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例-#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h>
SNTP
- 简单网络时间协议的程序C++语言实现,#include "SNTPClient.h" CSNTPClient client //声明CSNTPClient客户端类 client.RequestServer("210.72.145.44") //调用类接口连接国家授� � -Simple Network Time Protocol procedures for C++ language,# include " SNTPClient.h" CSNTPClie
qq2008_console_client
- qq2008贺岁版协议控制台客户端,同时支持linux和win32版。本人修正其一处错误,确保在mingw平台下编译通过。linux下我没试~~编译需设置pthread库(包中已有)最简单的办法是把.a库直接扔到mingw的lib目录下.h文件到include目录 可以实现登录 退出 聊天 群聊 等功能 -Hesuiban agreement qq2008 console client, while supporting linux and win32 versions. The fir
p2pC
- p2p网络广播,winsock2.0实现。分inject与peer两个主程序,别外包括头文件proto.h和exception主要用于区分消息内容和出错信息-p2p network broadcasting, winsock2.0 realize. Sub-inject with the two main peer, do not include header files proto.h and the exception is mainly used to distinguish betwee
arpProject2
- 本软件利用wincap和NDIS驱动实现了ARP防火墙,内容分为两部分,防火墙应用程序的编译和NDIS驱动模块的编译。源代码一起打包了,下载下来后解压,然后在VC的 工具->选项->目录 里添加它。例如你解压在了C:\WPDPACK目录,那么在VC中则要添加“include files”为C:\WPDPACK INCLUDE\, 同时添加“library files”为C:\WPDPACK\LIB。 其间视乎安装环境的不同,可能还会使用到iphlpapi相关的文件,如果你使
scan
- 采用编写的个人自动扫描器..#include<netinet/in.h> #include<errno.h> #include<netdb.h> -auto scan
firm
- Bluetooth xfu flash #include <sys/stat.h> #include <stdio.h> #include <stdlib.h> #include <stdint.h> #include <unistd.h> #include <fcntl.h> #include <err.h> #include <string.h> #inclu
paging
- 模拟分页存储的实现,实验题目:模拟分页技术, #include<stdio.h> #include<time.h> #include<stdlib.h> #include<conio.h> #include<string.h> #define N 80 #define PAGE 4 //PAGE表示页尺寸 -Mini Storage of page
snmp_pp.lib
- snmp静态库以及头文件(建议SNMP工程包含全部的静态库,头文件只用包含snmp_pp.h)。snmp_pp.h,snmp_pp.cpp和snmp_pp文件夹放置在VS的include目录下,静态库放置在VS的lib目录下。-snmp static libraries and header files (recommended SNMP project includes all the static libraries, header files only contain snmp_pp.h)
client
- 服务器端口监听,实现端口的实时监听-#include <winsock2.h> #include <stdio.h> #include <stdlib.h> int TCount = 0 //MAX Thread numbers int ThreadNu
diwnload
- 一个简单的下载#include<windows.h> #include<urlmon.h> #include<process.h> #include<Shellapi.h> //这个头文件里有ShellExecute的定义 #pragma comment (lib,"Urlmon.lib") int main() { URLDownloadToFile(NULL,"http://www.baidu.com/img
Linux-ping
- Linux-ping源代码,e "stdlib.h" #include "string.h" #include "stdio.h"-e "stdlib.h" #include "string.h" #include "stdio.h" #include "fcntl.h" #include "errno.h" #include "signal.h" #include "sys/types.h" #in
omnetpp.h
- omnet++ header, this file include essential library of ned language ( network descr iption ). is used by omnet-omnet++ header, this file include essential library of ned language ( network descr iption ). is used by omnet++