SCTP lib庫,版本1。0。4,實用于windows和linux平臺,希望大家喜歡
上傳時間: 2015-08-28
上傳用戶:xinyuzhiqiwuwu
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 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下的串口驅動程序能夠處理所有I/O行為類似串口的設備,包括基于16450、16550 UART(通用異步收發芯片)的設備和一些采用DMA的設備,常見的有9針串口、紅外I/O口、Modem等
上傳時間: 2016-01-27
上傳用戶:bcjtao
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 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
非常適合內嵌式mp3播放,例如控制臺!注意看壓縮包里readme.doc 詳細過程,在ARM及MIPS下通過 新建一個 wce application,選擇 a simple windows ce application 在 1.tool->options->directories>include files里包含必要的頭文件 D:\WINCE500\pubilc\directx\SDK\INC D:\WINCE500\pubilc\common\SDK\INC D:\WINCE500\pubilc\common\OAK\INC D:\WINCE500\pubilc\common\DDK\INC 2. >Library files D:\WINCE500\PUBLIC\DIRECTX\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\SDK\LIB\MIPSII\RETAIL D:\WINCE500\PUBLIC\COMMON\OAK\LIB\MIPSII\RETAIL 3.可能要在Project->Settings->link的object/library modules 加入 commctrl.lib coredll.lib ole32.lib oleaut32.lib uuid.lib strmiids.lib newres.h play.cpp play.vcw resource.h StdAfx.cpp StdAfx.h 下面為播放源碼 #include "stdafx.h" #include<dshow.h> #include<streams.h> .......其實編譯時的 object/library modules 只要看 sourse 文件包含哪個dll,或lib 就行
標簽: application windows readme simple
上傳時間: 2016-05-05
上傳用戶:ynsnjs
《Windows多媒體編程基礎》書第五章源代碼SimpleBrowse一款簡單易用的圖片瀏覽器。其他目錄中都是編譯時需要的庫和包含文件等(Bin是調試輸出)。該工程較好的演示了一個工程中個要素之間的關系,可以幫助理解.h/.lib/.dll文件各自扮演的角色
標簽: SimpleBrowse Windows Bin 工程
上傳時間: 2016-05-18
上傳用戶:shanml
用于Windows操作系統的通用USB 其中涉及到CyUSB.sys,CyAPI.h,CyAPI.lib的功能及用法。
上傳時間: 2013-12-04
上傳用戶:dianxin61
(1)本程序可在Windows 2000、Visual C++6.0 環境下編譯通過。 (2)源碼是一個編碼模塊,編譯后生成encore.lib庫文件, 不能直接執行。需要讀者自己編寫程序調用其中的功能。 (3)運行時打開//encore/build/目錄下的encore.dsw文件。
上傳時間: 2014-11-30
上傳用戶:xinzhch