搜索资源列表
-
0下载:
很多时候感觉用www.google.com搜索网站挺麻烦的,查阅MSDN的知识库后用C#写了这个windows应用程序版的google搜索引擎,主要调用了google开放出来的web service,不过搜索时速度还不是很快,但至少省去了右键[在新窗口中打开]的麻烦,以下是程序的源码.
-often feel www.google.com search site with a very troublesome to access the knowledge base after MSDN
-
-
0下载:
Windows Sockets 规范及应用Windows网络编程接口.施炜,李铮,秦颍编著
-Windows Sockets specifications and the Windows Application Programming Interface networks. Shi Wei, Li Zheng, Qin Ying compilation
-
-
0下载:
The window created for converting fonts remains open and
* displays information about what is being converted,
* what the output file name is, and when the conversion
* is done. The window is closed like any regular Windows
* application
-
-
0下载:
动态数据交换DDE客户机/服务器应用
DDE作为一种基本机制,在许多应用程序中仍得到普遍支持,作为应用程序间(本地、远程)通信的一种方式,是建立在Windows内部消息系统、全局和共享内存基础上的一种协议,用来协调Windows应用程序之间的数据交换和命令调用。该实例,服务器端有两个数据项,一个是输入的字符串,一个是定时增加的整数,运行两次后,两个实例可建立DDE连接。-Dynamic Data Exchange DDE client/server applications, as a
-
-
0下载:
Windows Sockets 规范及应用 pdf格式的参考资料-Windows Sockets specification and application of the reference pdf format
-
-
0下载:
SNTP是简单网络时间协议(Simple Network Time protocol)的简称,它是目前Internet网上实现时间同步的一种重要工程化方法。本文对SNTP协议的工作原理、工作模式、时间戳格式、信息帧格式进行了研究,最后对SNTP协议的应用提出一些有益的建议。-SNTP is the Simple Network Time Protocol (Simple Network Time protocol) the short title, which is currently the
-
-
0下载:
用VC#开发的聊天室程序,具有公众和私人两重模式聊天-This is a VC# windows application program
-
-
0下载:
Windows Sockets规范及应用-Windows网络编程接口,pdf格式-Windows Sockets specification and application programming interface-Windows network, pdf format
-
-
0下载:
Windows socket编程的应用层小程序参考 vs2010
发送并接受http请求 ftp上传下载文件 邮件发送接受 Base64编码-Windows socket programming reference for the application layer to send and receive http requests to download files ftp upload Base64 encoding and sending and receiving e-mail
-
-
0下载:
1.TCP流式套接字的编程步骤
在使用之前须链接库函数:工程->设置->Link->输入ws2_32.lib,OK!
服务器端程序:
1、加载套接字库
2、创建套接字(socket)。
3、将套接字绑定到一个本地地址和端口上(bind)。
4、将套接字设为监听模式,准备接收客户请求(listen)。
5、等待客户请求到来;当请求到来后,接受连接请求,返回一个新的对应于此次连接的套接字(accept)。
6、用返回的套接字和客户端进行通信(sen
-
-
0下载:
这也是一个基于网络抓包捕获的源代码,支持应用层数据包的抓取分析。程序基于第三方组件VBPCAP.DLL。支持实时抓取,IPV4报头,以太网报头,帧报头获取分析。目前测试基于局域网,无线网卡好像无法捕获,正在研究中。
程序需要用到VBPCAP.DLL,这个文件感觉有些问题,程序每次退出时VB会崩溃,整个源代码功能上还是不错,给大家参考下。
方法:
1. 下载 Winpcap 3.1 完毕先安装
http://www.winpcap.org/archive/3.1beta2-Wi
-
-
0下载:
UDP通信,Windows 应用程序向子网发送广播信息,同时接受子网中任意主机发送的广播信息。-UDP traffic, Windows application, send a broadcast message to the subnet, subnet also accept any broadcast messages sent by the host.
-
-
0下载:
《网络编程综合资料》
介绍
常用网络协议编程
怎样接收电子邮件(POP3协议简介)
POP3协议封装类
POP3协议命令原始码及工作原理
RFC1939-POP3协议中文版
RFC821-简单邮件传输协议(SMTP)中文版
SMTP协议原始命令码和工作原理
TCP IP网络通信程序设计
TCP IP协议详解
TCPIP协议的化学专家实时交流系统
VC++SMTP协议电子邮件传送剖析
WINDOWS SOCKET API 使用经验
WINDO
-
-
1下载:
便携心电仪上位机 UDP 协议 网络编程 波形控件 c# windows程序-PC portable ECG device UDP protocol network programming waveform control c# windows application
-
-
0下载:
FTP客户端软件是在了解FTP工作原理后,利用C#语言来设计和开发的。FTP客户端分为连接模块、文件管理模块、文件传输模块和辅助管理模块。连接模块实现主机与服务器的连接的功能;文件管理模块实现新建文件、删除文件等功能;文件传输模块实现主机与服务器连接成功后上传和下载文件功能。辅助管理模块实现一些相关功能如:读写配置INI文件。该FTP客户端软件达到了使用方便的目标,希望开发软件的经验能为使用.NET设计开发Windows应用程序FTP客户端软件的初学者提供一些帮助。-FTP client FTP
-
-
0下载:
本书是从事Windows应用程序开发的软件工程师的必备参考手册。-This book is the necessary reference manual for software engineers engaged in Windows application development
-
-
0下载:
串口通信是 Windows 应用软件开发的重要环节,除了普通的通信软件外,还在工业控制领域有广泛的用途。本串口通测试讯源码,用于测试串口是否正确联通。-Serial communication is an important part of Windows application software development, in addition to general communication software, but also a wide range of industrial cont
-
-
0下载:
This a complete project for Network TCP in Visual Studio C++.This is a windows application that user can handle the program well.-This is a complete project for Network TCP in Visual Studio C++.This is a windows application that user can handle the p
-
-
0下载:
windows程序开发 基于VC6.0的局域网聊天-LAN chat Windows application development based on VC6.0
-
-
0下载:
《Windows网络编程技术》通过应用实例引入VC++集成开发环境下的网络编程技术。全书突出网络编程技术应用背景,发掘编程技术与网络应用开发的逻辑联系。内容主要包括Windows网络编程基础、单机资源共享的应用编程、基于NetBIOS网络编程、基于WinSock网络编程、直接网络编程和高级网络编程等。("Windows network programming technology" introduces the network programming technology i
-