Purpose: --- -- This component is used for capturing staff from AVI to BMP. Installation: ------------- Extract the compiled units into your Lib directory or into another directory that is listed in the Library path in your Delphi options. Choose file AVIcap.dcu for register. description: ------------ AVIcap V2.0 used for capturing frame from AVI without drawing on the screen, that is essentially fast. It can be reached by using of avifil32.dll from MS Video For Windows. New property: number of bits per pixel of bitmap.Now you can save BMP using next formats: pf1bit, pf4bit, pf8bit, pf8bitGray, pf15bit, pf16bit, pf24bit, pf32bit, pfDevice. See example to detail.
標簽: Installation component capturing Purpose
上傳時間: 2016-12-13
上傳用戶:TF2015
java與Json實例,功能:使用json-lib.jar,使java與json相結合
上傳時間: 2016-12-18
上傳用戶:wxhwjf
gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz
標簽: Installtion gcclib kernel Linux
上傳時間: 2014-03-12
上傳用戶:源碼3
有關MYSQL的開源碼,生成LIB庫可以直接用來開發數據庫程序
上傳時間: 2016-12-28
上傳用戶:yuzsu
GSM 模塊軟件開發包 開發包說明 開發包基于GSM模塊開發,適用于任何希望通過GSM模塊來實現短信息系統的系統, 開發包的主要功能是短信息的發送和接收。 開發包包括內容 1、操作使用說明――開發包根目錄下為pdf文件,說明了如何正確使用GSM模塊; 2、測試工具――/Tools/ 目錄下,包括串口測試程序和模塊測試程序; 3、開發接口―― /DLL/目錄下,包括AscendComm.dll , AscendSMS.dll ,AscendSMS.lib 和AscendSMS 動態鏈接庫接口文檔.doc ; 4、例子程序―― /Example/目錄下,包括VC,VB,Delphi 等開發工具調用的具體例 子,以及源代碼。
上傳時間: 2017-01-06
上傳用戶:牧羊人8920
遠望谷804系列RFID讀寫器API穩定。 包括XCRF500API.dll,XCRF500API.h,XCRF500API.lib,sysit.cfg
上傳時間: 2013-12-16
上傳用戶:清風冷雨
來自網絡,國外網友做的,vc++代碼,測試過,表示感謝. 可以讀取串口GPS數據顯示地理位置,需要有外置的串口的GPS接收機連接電腦,在demo主窗口界面可以輸出GPS接收的地理位置,經度緯度,時間等信息. 提供給大家深入研究,包含NMEA0183.LIB的源代碼,以及SerialCom串口源代碼.
上傳時間: 2017-01-22
上傳用戶:zhangyigenius
粒子效果演示(附代碼) 利用C++所提供的一些標準容器很容易實現粒子效果. 簡單的說就是,將粒子數據寫在一個類里面,有一個粒子源,不停地生成粒子,然后放入一個stl::list中(push_back()方法), 然后在一個循環中遍例粒子鏈表,并渲染粒子,粒子的參數并不斷更新,如果粒子的ALPHA值小于0,即不可見了,即代表粒子已經死亡, 即從list中刪去(erase()方法), 銷毀死去的粒子很重要, 如果搞忘了這一步, 你的內存很快就會被吃掉干凈了. 第一個版本是用交錯平面畫的粒子. 第二個版本是用Point Spirit(點精靈)畫的粒子, 可以看看效果上面的區別 SPACE - 暫停粒子源發射粒子 LINK中忘記去掉cg.lib cgGL.lib 了, 此程序不需要CG, 如果要編譯請去掉.
上傳時間: 2013-12-15
上傳用戶:jing911003
getip1.cpp // // This program reports the IP address for each adapter in your machine. // To compile from command-line type: // // cl getip1.cpp wsock32.lib // // Make sure your INCLUDE and LIB environment variables are set up properly // you can run vcvars32.bat
標簽: address adapter program machine
上傳時間: 2014-01-05
上傳用戶:bibirnovis
This software package contains the USB framework core developped by ATMEL, as well as a CDC driver for an USB to serial converter. The following files are included : - core/ -> Source code for the framework core -> Makefile for the core - cdc/ -> Source code for the CDC driver -> Makefile for the CDC driver - lib/ -> Lib v3 files for every supported chips - bin/ -> Compiled binaries for every supported chips - ./ -> Makefile for the framework -> Startup file
標簽: developped framework software contains
上傳時間: 2017-02-14
上傳用戶:qq1604324866