研華USB溫度測量USB-4718, 32-Bit DLL Driver Examples for VB, VC++, Delphi and BCB.
上傳時間: 2013-11-25
上傳用戶:kernaling
C語言是一種結構化語言。它層次清晰,便于按模塊化方式組織程序,易于調試和維護。C語言的表現能力和處理能力極強。它不僅具有豐富的運算符和數據類型,便于實現各類復雜的數據結構。它還可以直接訪問內存的物理地址,進行位(Bit)一級的操作。
標簽: 語言
上傳時間: 2014-01-22
上傳用戶:釣鰲牧馬
用verilog語言編寫,一個8-Bit ALU,可以完成按字節的+、-和與、或、非操作
上傳時間: 2013-12-06
上傳用戶:妄想演繹師
環形緩沖庫,單位是Bit,讀寫指針獨立,測試通過
標簽: 環形
上傳時間: 2013-12-23
上傳用戶:wff
This sample provides a generic example of a PCI IDE minidriver. The sample isolates vendor-specific code from the higher-level PCI IDE bus driver, much as SCSI minidrivers isolate code from the SCSI port driver. See the Release Notes section for more information. This sample works on both x86 and Alpha platforms, and is 64-Bit compliant. It builds with Microsoft® Visual C® 6.0. It does not implement Plug and Play or Power Management.
標簽: sample vendor-specific minidriver provides
上傳時間: 2013-12-20
上傳用戶:wyc199288
Addfilter is a command-line application which adds and removes filter drivers for a given drive or volume. It is intended to demonstrate how to insert a filter driver into the driver stack of a device. The sample illustrates how to do this by using the SetupDi APIs. The sample works on the x86 platform. It has only been tested in a 32-Bit environment. Since Addfilter is not a driver, it does not deal with Plug and Play or Power Management. No INF file is needed to install this application.
標簽: command-line application Addfilter drivers
上傳時間: 2016-06-28
上傳用戶:源碼3
The CD Audio sample allows some non-SCSI2 CD ROMs to support audio operations by intercepting the relevant audio ioctls and translating them into the command block(s) expected by the non-compliant cdroms. It supports Plug and Play and Power Management, and is 64-Bit compliant. No INF file is needed to install this driver.
標簽: intercepting operations non-SCSI support
上傳時間: 2014-08-17
上傳用戶:pkkkkp
The DiskPerf filter driver monitors disk-accesses, capturing performance data. It supports Plug and Play, Power Management, and WMI . It is not 64-Bit compliant. No INF file is needed to install this driver.
標簽: disk-accesses performance capturing DiskPerf
上傳時間: 2013-12-31
上傳用戶:wuyuying
123456uyygbb溫度傳感器ds1820 的匯編程序 晶振:12M TEMPER_L EQU 36H TEMPER_H EQU 35H TEMPER_NUM EQU 60H FLAG1 Bit 00H DQ Bit P3.3 AAA:MOV SP,#70H LCALL GET_TEMPER LCALL TEMPER_COV LJMP AAA NOP ------------------讀出轉換后的溫度值 GET_TEMPER: SETB DQ 定時入口 BCD:LCALL INIT_1820 JB FLAG1,S22 LJMP BCD 若DS18B20不存在則返回 S22:LCALL DELAY1 MOV A,#0CCH 跳過ROM匹配------0CC LCALL WRITE_1820 MOV A,#44H 發出溫度轉換命令 LCALL WRITE_1820
標簽: EQU TEMPER_NUM TEMPER_L TEMPER_H
上傳時間: 2013-12-26
上傳用戶:ainimao
本程序使用MSP430F149驅動DS18B20,并再1602液晶顯示溫度;DS18B20 是一款小巧的溫度傳感器,它通過單總線協議與 MCU 進行通信,硬件連接十分簡潔,它具有如下特性:測溫范圍-55℃~+125℃,并且在-10℃~+85℃范圍內具有±0.5℃的精度,9-Bit 到 12-Bit 的可編程分辨率,用戶自定義、非易失性溫度閾值。MCU的P1.6端口與DS18B20的DQ端連接, 通過在MCU的IO 端口模擬1-Wire協議的時序就能實現對 DS18B20 的讀寫了。
上傳時間: 2016-07-04
上傳用戶:鳳臨西北