雖然Windows下可視化開發(fā)工具如VC、Delphi、C++ Builder等都有專用的定時器控件Timer,而且使用很方便,可以實現(xiàn)一定的定時功能,但最小計時精度僅為55ms,且定時器消息在多任務操作系統(tǒng)中的優(yōu)先級很低,不能得到及時響應,往往不能滿足實時控制環(huán)境下的應用。不過Microsoft公司在Win32 API函數(shù)庫中已經(jīng)為用戶提供了一組用于高精度計時的底層函數(shù),如果用戶使用得當,計時精度可到1ms。這個計時精度、對于一般的實時系統(tǒng)控制完全可以滿足要求。現(xiàn)將由C++ Builder 4.0提供的重新封裝后的一組與時間相關(guān)的主要接口函數(shù)(函數(shù)名、參數(shù)、功能與Win32 API基本相同)說明如下:
標簽: Windows Builder Delphi Timer
上傳時間: 2013-12-21
上傳用戶:康郎
本書介紹了在Microsoft Windows 98、Microsoft Windows NT 4.0和Windows NT 5.0下程序?qū)懽鞯姆椒ā_@些程序用C語言編寫并使用原始的Windows Application Programming Interface(API)。如在本章稍后所討論的,這不是寫作Windows程序的唯一方法。然而,無論最終您使用什么方式寫作程序,了解Windows API都是非常重要的。
上傳時間: 2014-07-16
上傳用戶:270189020
1.服務器裝有jdk和resin服務器等 2.安裝完JSDK后,配置下面的內(nèi)容: 在系統(tǒng)變量中找到ClassPath并加入下面內(nèi)容(如果你找不到ClassPath,則新建它): c:\jsdk\LIB\dt.JAR c:\jsdk\LIB\TOOLS.JAR c:\jsdk\BIN . 再在系統(tǒng)變量中找到Path并加入下面內(nèi)容: c:\jsdk\ c:\jsdk\bin 3.直接解壓resin就可以運行把程序放在doc目錄下面把classes目錄的文件放在 WEB-INF目錄下 4.在odbc放里加入數(shù)據(jù)庫路徑為guestbook也可改為別的要修改classes\myjsp\dbconn.java文件 5.上面成功后就可以http://localhost:8080/目錄名/可以訪問了
上傳時間: 2015-07-23
上傳用戶:wang0123456789
用API函數(shù)實現(xiàn)串行通訊 以往的DOS系統(tǒng)是通過DOS中斷和BIOS中斷向用戶提供串行接口的通訊能力。在Windows環(huán)境下,C++的開發(fā)工具既沒有提供象DOS和BIOS中那樣專門的串行通訊控制方法,也不允許用戶直接控制串口的中斷。 為了保證資源共享,Windows系統(tǒng)完全接管了各種硬件資源,使用中斷來控制端口將破壞系統(tǒng)的多任務性,使系統(tǒng)的穩(wěn)定性受到影響。但Windows同時也提供了功能強大的API函數(shù)使用戶能間接的控制串行通訊。
上傳時間: 2013-12-10
上傳用戶:xiaoxiang
· Develop clear, readable, well-documented and well-designed programs in the C Programming Language. · Develop software in the Unix/Linux using tools such as gcc, gdb, and make. · Locate and interpreting “man pages” applicable to application-level system programming. · Use the POSIX/Unix API to system functions to manage process and sessions as well as use signals and pipes for inter-process communication. · Understanding how synchronization might become problematic in light of concurrency. · Understand how to communicate and cooperate with a project partner.
標簽: well-documented well-designed Programming Language
上傳時間: 2015-08-16
上傳用戶:yuchunhai1990
/** * <p>Title: 個人開發(fā)的API</p> * <p>Description: 將指定的HTTP網(wǎng)絡(luò)資源在本地以文件形式存放</p> * <p>Copyright: Copyright (c) 2004</p> * <p>Company: NewSky</p> * @author MagicLiao * @version 1.0 */
標簽: lt gt Description Title
上傳時間: 2013-12-28
上傳用戶:lhc9102
本書通過大量實例深入淺出地介紹了Visual C++ 6.0網(wǎng)絡(luò)及Internet開發(fā)技術(shù)。全書共8章,主要內(nèi)容包括:Internet應用程序開發(fā)基礎(chǔ)、WinInet類編程、WinInet客戶應用程序開發(fā)、WinInet API編程、WinInet API客戶應用開發(fā)、Windows Sockets類編程、Windows Sockets應用程序開發(fā)和電子郵件程序設(shè)計。 全書對每種編程技術(shù)都給出了具有代表性的應用實例,而且將Visual C++ 6.0的Internet特性和技術(shù)難點融入到具體的實例中,使讀者通過實例的學習,能夠迅速掌握網(wǎng)絡(luò)及Internet開發(fā)技術(shù)。本書所附的光盤中含有全部實例的源代碼。 本書內(nèi)容全面、深入,適合中高級編程技術(shù)開發(fā)人員,以及大專院校師生學習參考,也適合各類培訓班學員學習Visual C++、網(wǎng)絡(luò)及Internet開發(fā)技術(shù)。
標簽: Internet Visual 6.0 網(wǎng)絡(luò)
上傳時間: 2014-01-23
上傳用戶:ayfeixiao
C語言接口設(shè)計與實現(xiàn) -- 本書概念清晰、內(nèi)容新穎、實例詳盡,是一本有關(guān)設(shè)計、實現(xiàn)和有效使用C語言庫函數(shù),掌握創(chuàng)建可重用C語言軟件模塊技術(shù)的參考指南。本書倡導基于接口的C語言設(shè)計理念及其實現(xiàn)技術(shù),深入詳細地描述了24個C語言接口及其實現(xiàn)。本書通過敘述如何用一種與語言無關(guān)的方法將接口的設(shè)計與實現(xiàn)獨立開來,從而形成一種基于接口的設(shè)計途徑來創(chuàng)建可重用的API,本書是一本針對
上傳時間: 2015-09-08
上傳用戶:er1219
OpenCV means Intel® Open Source Computer Vision Library. It is a collection of C functions and a few C++ classes that implement some popular Image Processing and Computer Vision algorithms. OpenCV has cross-platform middle-to-high level API that consists of a few hundreds (>300) C functions. It does not rely on external libraries, though it can use some when it is possible. OpenCV is free for both non-commercial and commercial use (see the license for details). OpenCV provides transparent interface to Intel® Integrated Performance Primitives (IPP). That is, it loads automatically IPP libraries optimized for specific processor at runtime, if they are available. More information about IPP can be retrieved at http://www.intel.com/software/products/ipp/index.htm -------------------------------------------------------------------------------- 本文是opencv的入門教程
標簽: collection functions Computer Library
上傳時間: 2015-09-12
上傳用戶:zhangyi99104144
用C做的,加解密。使用ms的crypto API接口
標簽:
上傳時間: 2014-11-26
上傳用戶:caiiicc
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1