BMP文件是Windows保存圖像的一種通用文件格式,在數字圖像處理方面占有重要的地位。BMP文件中保存的圖像數據是一種DIB(deviCE-Independent Bitmap,即設備無關位圖),DIB是標準的Windows位圖格式,它自帶顏色信息,因此調色板管理非常容易。有許多文章是關于講述如何將BMP文件讀取、顯示的,而如何將數據保存為BMP文件則不是太多,本文作者通過一個實例講述這一過程。
上傳時間: 2014-01-02
上傳用戶:zmy123
As science advances, novel experiments are becoming more and more complex, requiring a zoo of control deviCEs and electronics executing complicated sequences of steps. deviCE availability and monetary constrains usually lead to a highly heterogeneous setup with components from several different manufacturers using many different protocols and interfacing mechanisms. This often results in control software being puzzled together to use and provide a multitude of interfacing and control functionality, each using their own calling conventions, data structures, etc. To make matters worse, usually a group of relatively independent programmers is trying to write and maintain the code base. Often this causes extensive duplication of effort as program segments are hard to reuse, since unpredictable changes to the segments by the original authors might compromise other code using these segments.
標簽: more experiments requiring advances
上傳時間: 2013-12-24
上傳用戶:qilin
// This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave deviCE connected to the SPI bus. The read/write operations are // tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware // connections of the F06x MCU are shown here:
標簽: configured accesses program EEPROM
上傳時間: 2014-01-18
上傳用戶:liglechongchong
// This program accesses a SPI EEPROM using polled mode access. The F06x MCU // is configured in 4-wire Single Master Mode, and the EEPROM is the only // slave deviCE connected to the SPI bus. The read/write operations are // tailored to access a Microchip 4 kB EEPROM 25LC320. The relevant hardware // connections of the F06x MCU are shown here:
標簽: configured accesses program EEPROM
上傳時間: 2016-04-12
上傳用戶:qb1993225
JRed is a 100% Java implementation of the IrDA infrared communications protocols. JRed lets you beam objects from a PalmOS or Windows CE deviCE to your Windows 95/98/NT or Linux PC.
標簽: JRed implementation communications protocols
上傳時間: 2013-12-11
上傳用戶:saharawalker
JRemoteControl is a simple Java™ driven bluetooth remote control.It allows you to initiate virtually any task on your PC from a J2ME enabled deviCE.
標簽: JRemoteControl bluetooth initiate control
上傳時間: 2016-04-22
上傳用戶:1583060504
usb bulk 傳輸例程。 * The bulkusb driver is a generic function driver, based on the Windows Driver Model (WDM). * Supports Plug and Play(PnP), Power Management(PM), Windows Management Instrumentation (WMI) and the Selective Suspend (SS) features. * This sample is based off the selSusp DDK sample. Please refer the selSusp sample and the DDK docs to understand the handling of PnP, PM, WMI and SS features and implementations. * The USB deviCE used for this sample is a generic Intel I82930 USB evaluation board programmed with a simple loopback test using a 64 KB circular buffer. None of the code in the sample is specific to this controller chip.
標簽: driver function Windows bulkusb
上傳時間: 2016-04-25
上傳用戶:270189020
keil 下usb轉串口,USB2.0接口,可接MMC卡(U盤),可作USB Audio deviCE(USB聲卡)。
上傳時間: 2014-01-10
上傳用戶:ayfeixiao
Interface for Microsoft Audio Compression Manager. - Delphi Source The ACM uses existing driver interface hooks to override the default mapping algorithm for waveform audio deviCEs. This allows the ACM to intercept deviCE-open calls. After a call has been intercepted, the ACM can perform a variety of tasks to process the audio data, such as inserting an external compressor or decompressor into the sequence.
標簽: Compression Interface Microsoft existing
上傳時間: 2013-12-13
上傳用戶:541657925
The Radio Interface Layer is the name for an interface that was developed especially for the Pocket PC Phone Edition. It is meant to abstract the interface with a phone/modem deviCE. To achieve this it is closely modelled after the GSM AT command interface. Unfortunately the API was not published officially by Microsoft. Instead more high level API s were published that should be sufficient for developers. Again, unfortunately they are not sufficient. For example the API for receiving notification of incoming SMS messages is arranged for exclusively for one application per type of SMS. Apparently this will be improved upon in Pocket PC 2003. Another area is the availablity of a true AT command modem interface to interact with the GSM modem directly, which is also absent.
標簽: especially Interface for developed
上傳時間: 2013-12-02
上傳用戶:wff