虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

windows-i

  • Windows网络与通信程序设计[配套光盘] 本书将编程方法、网络协议和应用实例有机结合起来

    Windows网络与通信程序设计[配套光盘] 本书将编程方法、网络协议和应用实例有机结合起来,详细阐明Windows编程的各方面内容。本书首先介绍Windows平台上进行网络编程的基础 知识,包括网络硬件、术语、协议、Winsock编程接口和各种I/O方法等。然后通过具体实例详细讲述当前流行的高性能可伸缩服务器设计、IP 多播和Internet广播、P2P程序设计、原始套接字、SPI、协议驱动的开发和原始以太数据的发送、ARP欺骗技术、LAN和WAN上的扫描和侦测技术 、个人防火墙与网络封包截获技术等。最后讲述IP帮助函数。 本书结构紧凑,内容由浅入深,是学习Windows网络与通信程序设计的理想书籍

    标签: Windows 网络与通信 程序设计 光盘

    上传时间: 2013-12-21

    上传用户:epson850

  • “命名管道”或“命名管线”(Named Pipes )是一种简单的进程间通信( I P C)机制

    “命名管道”或“命名管线”(Named Pipes )是一种简单的进程间通信( I P C)机制, Microsoft Windows NT,Windows 2000、Windows 95以及Windows 98均提供了对它的支持 (但不包括Windows CE)。命名管道可在同一台计算机的不同进程之间,或在跨越一个网络的 不同计算机的不同进程之间,支持可靠的、单向或双向的数据通信。

    标签: Named Pipes 进程间通信 机制

    上传时间: 2013-12-26

    上传用户:nanfeicui

  • 本附录介绍一些新的A P I函数

    本附录介绍一些新的A P I函数,有了这些函数,便可在自己的计算机上对I P协议统计情况 进行查询和管理。它们有助于获得下面的能力: ■ I p c o n f i g . e x e(或适用于微软Windows 95的Wi n i p c f g . e x e):显示I P配置信息,允许释放 和更新D H C P分配的I P地址。 ■ N e t s t a t . e x e:显示T C P连接表、U D P监听者表以及I P协议统计情况。 ■ R o u t e . e x e:显示并处理网络路由表。 ■ A r p . e x e:显示并修改供“地址解析协议”(A R P)使用的I P到物理地址翻译表。

    标签: 函数

    上传时间: 2014-01-12

    上传用户:569342831

  • windows开源代码 Microsoft Windows is a complex operating system. It offers so many features and does so

    windows开源代码 Microsoft Windows is a complex operating system. It offers so many features and does so much that it s impossible for any one person to fully understand the entire system. This complexity also makes it difficult for someone to decide where to start concentrating the learning effort. Well, I always like to start at the lowest level by gaining a solid

    标签: Microsoft operating features windows

    上传时间: 2015-11-24

    上传用户:zhuyibin

  • This article describes a sniffer for Windows. WinSniff is an application for capturing packets on th

    This article describes a sniffer for Windows. WinSniff is an application for capturing packets on the network. It displays all the packets that are transmitted on the local network and gives detailed information about each header in the packet. In order to keep it simple, I am not dealing with application level protocols. If you are interested, you can add features to support various application level protocols such as SMTP, FTP, NETBIOS etc

    标签: application describes capturing for

    上传时间: 2016-01-22

    上传用户:lijianyu172

  • Windows CE下驱动程序开发基础

    Windows CE下驱动程序开发基础,   Windows CE下的串口驱动程序能够处理所有I/O行为类似串口的设备,包括基于16450、16550 UART(通用异步收发芯片)的设备和一些采用DMA的设备,常见的有9针串口、红外I/O口、Modem等

    标签: Windows 驱动程序 开发基础

    上传时间: 2016-01-27

    上传用户:bcjtao

  • WinSock Win32 API 的打包类和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows环境中用C++编写TCP/I

    WinSock Win32 API 的打包类和例子程序 < WinSock > winSocket/winSocketEx: 如果你正在Windows环境中用C++编写TCP/IP网络程序,那么使用这个打包类吧,我想它不会让你失望的。winSocket几乎封装了编写TCP/IP网络应用程序所需的所有内容,winSocketEx加入了对SOCKS 4/5代理服务器的支持。使得在自己的程序中加入代理支持易如反掌。这个打包类支持的特性包括:Connect、Send、Receive、Close、Listen、Bind、Accept、asyncSelect、get_LocalHost、get_LocalPort、get_RemoteHost、get_RemotePort等等。 [代码性质] VC可重用代码段 [代码作者] ryan [文件大小] 53K 声明:转自其他网站

    标签: WinSock winSocketEx winSocket Windows

    上传时间: 2014-12-01

    上传用户:youke111

  • This book explains how to write, install, and debug device drivers for Windows 2000. It is intended

    This book explains how to write, install, and debug device drivers for Windows 2000. It is intended to be a companion to the Microsoft DDK documentation and software. Windows 2000 represents a major improvement to previous versions of Windows NT. Device drivers for Windows 2000 may be designed for the new Windows Driver Model (WDM) architecture. If so, the driver will be source compatible with Windows 98. This book covers the new WDM specification. This book will also prove useful to those studying the internals of Windows 2000, particularly the I/O subsystem and related components.

    标签: explains intended Windows drivers

    上传时间: 2016-04-08

    上传用户:dreamboy36

  • Winsock提供了另一个有用的异步I/O模型。和WSAAsyncSelect模型类似的是

    Winsock提供了另一个有用的异步I/O模型。和WSAAsyncSelect模型类似的是,它也允许应用程序在一个或多个套接字上,接收以事件为 基础的网络事件通知。对于表1总结的、由WSAAsyncSelect模型采用的网络事件来说,它们均可原封不动地移植到新模型。在用新模型 开发的应用程序中,也能接收和处理所有那些事件。该模型最主要的差别在于网络事件会投递至一个事件对象句柄,而非投递至一个窗 口例程。(节选自《Windows网络编程》第八章) 还是让我们先看代码然后进行分析:

    标签: WSAAsyncSelect Winsock 模型

    上传时间: 2014-01-19

    上传用户:gxrui1991

  • 蕃茄炸弹超人[ACT]I ve no Tomatoes 开放原始码

    蕃茄炸弹超人[ACT]I ve no Tomatoes 开放原始码,45度视角,有点像炸弹超人, 你操作一个"蕃茄",在迷宫里炸敌人,这是跨平台游戏。游戏目的很简单,就是把对手炸了,至於为什么主角是蕃茄... 游戏本身是开源的,而且跨Windows/Linux/Mac,基於SDL,说起来SDL跨平台的能力是很不错...虽然有些人不是很喜欢。游戏支援2人同时玩~

    标签: Tomatoes ACT ve no

    上传时间: 2016-10-02

    上传用户:我干你啊