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

蟲蟲首頁(yè)| 資源下載| 資源專輯| 精品軟件
登錄| 注冊(cè)

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.

    標(biāo)簽: Microsoft Windows programs shows

    上傳時(shí)間: 2013-12-13

    上傳用戶:古谷仁美

  • 本書是Windows程序設(shè)計(jì)領(lǐng)域的名著

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

    標(biāo)簽: Windows 程序設(shè)計(jì)

    上傳時(shí)間: 2013-12-19

    上傳用戶:dongbaobao

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

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

    標(biāo)簽: windows 驅(qū)動(dòng)開發(fā)

    上傳時(shí)間: 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.

    標(biāo)簽: article explain packets create

    上傳時(shí)間: 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

    標(biāo)簽: SDK_Manul_Symbian PartiTekSDK WinMobile platform

    上傳時(shí)間: 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

    標(biāo)簽: running windows mobile Skype

    上傳時(shí)間: 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.

    標(biāo)簽: application finance project Server

    上傳時(shí)間: 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>

    標(biāo)簽: connectivity the attached database

    上傳時(shí)間: 2017-06-28

    上傳用戶:luke5347

  • 《Windows 7設(shè)備驅(qū)動(dòng)程序開發(fā)》

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

    標(biāo)簽: win7 設(shè)備驅(qū)動(dòng)

    上傳時(shí)間: 2022-05-23

    上傳用戶:

  • μi - GAP - AL 自動(dòng)計(jì)算的軟件.xls

    μi - GAP - AL 自動(dòng)計(jì)算的軟件.xls

    標(biāo)簽: GAP xls AL 自動(dòng)

    上傳時(shí)間: 2013-06-08

    上傳用戶:eeworm

主站蜘蛛池模板: 滕州市| 济源市| 西城区| 涟水县| 古蔺县| 财经| 拉萨市| 长海县| 灵宝市| 寿宁县| 沂水县| 镇平县| 南陵县| 建始县| 榆社县| 安塞县| 林周县| 长子县| 大足县| 锦屏县| 霍州市| 和平县| 平顺县| 阜宁县| 甘泉县| 老河口市| 六盘水市| 明溪县| 开原市| 新营市| 阳山县| 焦作市| 建昌县| 芷江| 崇阳县| 朝阳区| 阜宁县| 诏安县| 德阳市| 庆云县| 贵州省|