The zlibex.pas unit included in this archive will work with delphi 5, 6,and 7. if you previously downloaded my delphi 5 unit, you will notice that the unit has been renamed. this was done because borland included in its delphi 6 and 7 lib directories a zlib.dcu file and i felt it was more correct to rename my unit and force developers to have to update their code than to make developers worry about the possible file contention in delphi 6 and 7.
標簽: previously included archive zlibex
上傳時間: 2015-04-30
上傳用戶:縹緲
軟件包中包含了完整的庫和頭文件 有一個說明文件readme.txt 包含已編譯鏈接好的可執行程序例子和nano-X可執行 文件; 使用方式: 1.將該包釋放到某個目錄,如$(SDK_DIR)\microWinDev 2.運行“uClinux Build window” 3.進入該釋放的目錄: cd $(SDK_DIR)\microWinDev 4.在該目錄下有一個chenTest的目錄,是一個開發示例模板。進入該目錄: cd chenTest 5.運行make可生成可執行文件 6.利用TFTP/NFS等方式,將生成的可執行文件下到ZA7V開發板運行: bin/nano-X & sleep 1 chenTestChinese
上傳時間: 2014-11-18
上傳用戶:Avoid98
SelectionDemo also has code (not included in the preceding snippet) that changes the table s selection orientation. By changing a couple of boolean values, you can make the table allow either column selections or individual cell selections, instead of row selections.
標簽: SelectionDemo the preceding included
上傳時間: 2015-05-04
上傳用戶:gut1234567
一個極簡單的Linux下程序的例子,編譯用命令"make"。這個例子演示了Linux靜態程序庫的生成和使用、編譯和連接的使用。具體請參考Makefile里面的命令。
上傳時間: 2015-05-05
上傳用戶:ommshaggar
This a full 3-tier dababase application which includes a activex dll project(business objects) and a standard exe(UI). Besides all the database techniques it demonstrates, it also shows how to make MSHFlexgrid a editable grid(with combobox, checkbox, datetimepicker) and how to merge a toolbar for multi forms.
標簽: application dababase business includes
上傳時間: 2014-01-01
上傳用戶:qq21508895
linux下 ipv6協議 ping程序 最多運行50線程 2.每個線程發送4個ICMP6包后開始接收 3.試驗程序,多線程結構安排不一定合理,待試驗后進一步修改 4.在終端./pingipv6 IP1 1P2......即可運行程序 5.為單源文件,沒寫make,編譯命令為: gcc -Wall -o pingipv6 pingipv6.c -lpthread
上傳時間: 2015-05-13
上傳用戶:wyc199288
The LT® 1529/LT1529-3.3/LT1529-5 are 3A low dropout regulators with micropower quiescent current and shutdown. The devices are capable of supplying 3A of output current with a dropout voltage of 0.6V. Designed for use in battery-powered systems, the low quiescent current, 50mA operating and 16mA in shutdown, make them an ideal choice. The quiescent current is well controlled it does not rise in dropout as it does with many other low dropout PNP regulators.
標簽: 1529 micropower regulators quiescent
上傳時間: 2013-12-17
上傳用戶:qiao8960
The tar file contains the following files: ptfsf.c: heart of the perfect TFSF code ptfsf.h: header file for same ptfsf-demo.c: FDTD code which demonstrates use of perfect TFSF code. Essentially this program used to generate results shown in the paper ptfsf-file-maker.c: code to generate an incident-field file using the "perfect" incident fields ptfsf-demo-file.c: FDTD code which uses the perfect incident fields stored in a file fdtdgen.h: defines macros used in much of my code Makefile: simple make-file to compile programs Also include are some simple script files to run the programs with reasonable values. The code assumes a two-dimensional computational domain with TMz polarization (i.e., non-zero field Ez, Hx, and Hy). The program is currently written so that the incident field always strikes the lower-left corner of the total-field region first. (If you want a different corner, that should be a fairly simple tweak to the code, but for now you ll have to make that tweak yourself.)
標簽: ptfsf following the contains
上傳時間: 2013-11-28
上傳用戶:風之驕子
最通用的301P攝像頭芯片在LINUX下的驅動程序(首先確保內核已經編譯過,然后make,make install即可)
上傳時間: 2015-05-19
上傳用戶:waitingfy
Although there has been a lot of AVL tree libraries available now, nearly all of them are meant to work in the random access memory(RAM). Some of them do provide some mechanism for dumping the whole tree into a file and loading it back to the memory in order to make data in that tree persistent. It serves well when there s just small amount of data. When the tree is somewhat bigger, the dumping/loading process could take a lengthy time and makes your mission-critical program less efficient. How about an AVL tree that can directly use the disk for data storage ? If there s something like that, we won t need to read through the whole tree in order to pick up just a little bit imformation(a node), but read only the sectors that are neccssary for locating a certain node and the sectors in which that node lies. This is my initial motivation for writing a storage-media independent AVL Tree. However, as you step forth, you would find that it not only works fine with disks but also fine with memorys, too.
標簽: available libraries Although nearly
上傳時間: 2014-01-22
上傳用戶:zhoujunzhen