亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

windows-i

  • This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT

    This book shows you how to write programs that run under Microsoft Windows 98, Microsoft Windows NT 4.0, and Windows NT 5.0. These programs are written in the C programming language and use the native Windows application programming interfaces (APIs). As I ll discuss later in this chapter, this is not the only way to write programs that run under Windows. However, it is important to understand the Windows APIs regardless of what you eventually use to write your code.

    標簽: Microsoft Windows programs shows

    上傳時間: 2013-12-13

    上傳用戶:古谷仁美

  • 本書是Windows程序設計領域的名著

    本書是Windows程序設計領域的名著,涵蓋了Windows的最新版本Vista 以及Windows XP的最新內(nèi)容。書中全面深入地介紹了Windows的各種基本要素,如進程、線程池、虛擬內(nèi)存、DLL、設備I/O和SEH 等,并列舉了大量應用程序,精辟地分析了要素的使用方法。 本書適于各層次Windows編程人員閱讀。

    標簽: Windows 程序設計

    上傳時間: 2013-12-19

    上傳用戶:dongbaobao

  • windows驅(qū)動開發(fā)例子

    windows驅(qū)動開發(fā)例子,可以在windows下操作硬件I/O。本例枚舉了主板里所有PCI設備。

    標簽: windows 驅(qū)動開發(fā)

    上傳時間: 2016-12-06

    上傳用戶:FreeSky

  • In this article, I will explain how to create UDP packets and then send them to a remote server thro

    In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note that the code here is very minimalistic, and can be greatly expanded depending on your needs. The reason I use WinPCap in this article is that it solves the issue of Winsock for Windows (XP SP2 and above) not allowing raw UDP packets to be sent (in Linux, you can just use regular sockets). With WinPcap, it is possible to specify your own source IP and source hardware addresses in packets.

    標簽: article explain packets create

    上傳時間: 2013-12-12

    上傳用戶:x4587

  • PartiTekSDK.chm is for windows, Unix/Linux and WinCE/WinMobile platform. SDK_Manul_Symbian.pdf i

    PartiTekSDK.chm is for windows, Unix/Linux and WinCE/WinMobile platform. SDK_Manul_Symbian.pdf is for Sybian platform

    標簽: SDK_Manul_Symbian PartiTekSDK WinMobile platform

    上傳時間: 2017-03-31

    上傳用戶:wyc199288

  • one of video tool Skype only in windows mobile5.0 more than running, but my task is to let it run S

    one of video tool Skype only in windows mobile5.0 more than running, but my task is to let it run Skype in WINCE only in windows mobile5.0 more than running, but my task is to let it run in WINCE . Leave no stone unturned when I can not get windows mobile, they thought would be needed for skype all library files to my WINCE, so perhaps will be able to run skype. 1. Used depend Show skype depends on which files. In fact, not many documents, I can remember only under the following: core.dllcommctr.dllaygeshell.dllhtmlview.dll In addition to htmlview.dll, the other documents in WINCE have (if your system does not, please IMAGE Canada on the corresponding module). Therefore, I find on the Internet htmlview.dll, the results really find

    標簽: running windows mobile Skype

    上傳時間: 2014-01-17

    上傳用戶:miaochun888

  • This application i made for handle simple finance this project using VB 6.0, SQL Server 2000 wit

    This application i made for handle simple finance this project using VB 6.0, SQL Server 2000 with report using html page. You should load this components: -Kewlbuttonz -Ms Rich Textbox Control -Ms Windows Common COntrols 6.0 -Ms Windows Common COntrols-2 6.0 -VB 6 Resource Editor All components in this source isn t include in this zip file s. you should find them on web, if you don t have it :-) Before you run this source, you must run reg file on folder Info.

    標簽: application finance project Server

    上傳時間: 2013-12-31

    上傳用戶:zm7516678

  • The zip file contais a sample program to check the sybase database connectivity. I ve attached the m

    The zip file contais a sample program to check the sybase database connectivity. I ve attached the makefile as well for compilation on windows. Usage : test_conn <sybaseservername> <dbname> <username>

    標簽: connectivity the attached database

    上傳時間: 2017-06-28

    上傳用戶:luke5347

  • 《Windows 7設備驅(qū)動程序開發(fā)》

    《Windows 7設備驅(qū)動程序開發(fā)》是人民郵電出版社出版的圖書,ISBN是9787115265791設備驅(qū)動程序是非常特殊的軟件,應用程序通過它才能與外界溝通。Windows 7與外界的所有溝通都必須有設備驅(qū)動程序的參與。《Windows 7設備驅(qū)動程序開發(fā)》介紹了編寫Windows 7設備驅(qū)動程序所需的知識,涵蓋了用戶模式驅(qū)動程序開發(fā)、內(nèi)核模式驅(qū)動程序開發(fā)、WDF架構、驅(qū)動程序調(diào)試等主題。作者展示了如何利用微軟提供的強大工具和模型,高效地開發(fā)穩(wěn)定、健壯的驅(qū)動程序。通過《Windows 7設備驅(qū)動程序開發(fā)》,你將學會:如何使用WDF減少開發(fā)時間,提高系統(tǒng)穩(wěn)定性,增強實用性;如何利用UMDF和KMDF進行開發(fā);如何以最佳方式設計、開發(fā)、調(diào)試用戶模式驅(qū)動程序和內(nèi)核模式驅(qū)動程序;如何管理I/O請求和隊列、自管理I/O、同步、鎖、即插即用、電源管理和設備枚舉;如何利用COM開發(fā)UMDF;如何利用安全的默認設置、參數(shù)驗證、Unicode計數(shù)字符串和安全的設備命名技巧,確保用戶模式驅(qū)動程序的安全。無論是開發(fā)實驗器材、通信硬件或其他設備的Windows驅(qū)動,本書都有助于加速產(chǎn)品的上市。

    標簽: win7 設備驅(qū)動

    上傳時間: 2022-05-23

    上傳用戶:

  • μi - GAP - AL 自動計算的軟件.xls

    μi - GAP - AL 自動計算的軟件.xls

    標簽: GAP xls AL 自動

    上傳時間: 2013-06-08

    上傳用戶:eeworm

主站蜘蛛池模板: 中江县| 苍山县| 施秉县| 花莲市| 三都| 遵义市| 淮滨县| 清流县| 德令哈市| 芜湖市| 宾阳县| 尖扎县| 调兵山市| 十堰市| 穆棱市| 贡山| 普兰店市| 莱州市| 墨脱县| 崇义县| 任丘市| 肇庆市| 镇雄县| 玉林市| 县级市| 抚宁县| 垦利县| 丁青县| 密云县| 普宁市| 和平县| 锡林浩特市| 肇庆市| 延寿县| 白银市| 泗水县| 南丰县| 宣恩县| 无极县| 沙洋县| 元阳县|