FIBPlus is a component suite intended for work with InterBase. It is direct, fast and flexible InterBase connectivity for Delphi, C++ Builder, Ada and Kylix. FIBPlus supports Delphi 5-7, Delphi 2005, Delphi 2006, Delphi 2007, C++ Builder 5-6, C++ Builder 2006, C++ Builder 2007, Kylix 3, gnat-3.15p, gnat2006 GPL, and all versions of InterBase 4.x-7.x, InterBase 2007 and Firebird 1.x-2.x. Using FIBPlus in your applications you do not need to install any additional software except for InterBase Client Software. FIBPlus supports all special InterBase features such as array-fields, event alerters, BLOB-fields, etc. FIBPlus is a native component set and its evaluation versions are distributed partially in sources. Registering FIBPlus you get full sources of components and technical support
標簽: component InterBase intended flexible
上傳時間: 2013-12-01
上傳用戶:xuan‘nian
本文通過簡易的表單制作, 添加表單的方法程序, 在程序中巧妙設置線條控件的L i neS2lant 、Left 、Top 、Height 及Width 屬性值,同時設置計時器的Interval 屬性及Timer Event 方法程序改變線條的顏色,以達到動態顯示效果
標簽: neS2lant Interval Height Width
上傳時間: 2013-12-31
上傳用戶:zhaiye
This program incorporates the FV method for solving the Navier-Stokes equations using 2D, Cartesian grids and the staggered arrangement of variables. Variables are stored as 2D arrays. SIMPLE method is used for pressure calculation. UDS and CDS are implemented for the discretization of convective terms, CDS is used for the diffusive terms. The boundary conditions are set for the lid-driven cavity flow. Only steady flows are considered.
標簽: Navier-Stokes incorporates Cartesian equations
上傳時間: 2017-05-14
上傳用戶:ryb
Solves the incompressible Navier-Stokes equations in a rectangular domain with prescribed velocities along the boundary. The standard setup solves a lid driven cavity problem.
標簽: incompressible Navier-Stokes rectangular prescribed
上傳時間: 2013-11-25
上傳用戶:15736969615
1. 汽車輪渡口,過江渡船每次能載10輛車過江,過江車輛分為客車類和貨車類,上渡船有如下規定:同類車先到先上船,客車先于貨車上渡船,且每上4輛客車,才允許上一輛貨車。若等待客車不足4輛,則從貨車代替,若無貨車等待允許客車上船。試寫一個算法模擬渡口管理。 算法設計: 1客車和貨車均建立一個鏈式隊列,初始均為空。以后來一輛車不是貨車就是客車,因此可以說整個程序的事件驅動event就是這兩個,客車表示1,貨車表示0. 2輪船還沒有到達時客車和貨車均按次序排在各自隊列中。 3輪船到達時,根據兩個隊列的情況,分別處理。處理如下: a 客車數不滿4輛,則將排在前面的貨車上船,但總數不能超過10,若沒有貨車等待,客車直接上船。 b 客車數滿4,但不滿8輛,客車先上,排在前面的只有一輛貨車可以上船,若沒有貨車等待則貨車不上。 c 客車滿8輛但不滿10,客車上船,排在前面的貨車最多可以上2輛,但總數不能超過10。 d 客車滿10,則全上客車,但總數不能超過10。
標簽: 汽車
上傳時間: 2014-06-28
上傳用戶:wendy15
javax.swing | 最常用的pachage,包含了各種swing組件的類 javax.swing.border | 包含與swing組件外框有關的類 javax..swing.colorchooser | 針對swing調色盤組件(JColorChooser)所設計的類 javax.swing.event | 處理由swing組件產生的事件,有別于AWT事件 javax.swing.filechooser | 包含針對swing文件選擇對話框(JFileChooser)所設計的類
上傳時間: 2017-05-27
上傳用戶:dongbaobao
How to control the time s equence of LM3033B- 0BR3 LCD module by C51 programming was dis cus s ed in this paper. In this way the LCD module was driven by parallel communication and the characters and graphics could be were narrated in detail.
標簽: programming control equence module
上傳時間: 2017-05-29
上傳用戶:熊少鋒
In the last decade the processing of polygonal meshes has emerged as an active and very productive research area. This can basically be attributed to two developments: Modern geometry acquisition devices, like laser scanners and MRT, easily produce raw polygonal meshes of ever growing complexity Downstream applications like analysis tools (medical imaging), computer aided manufacturing, or numerical simulations all require high quality polygonal meshes as input. The need to bridge the gap between raw triangle soup data and high-quality polygon meshes has driven the research on ecient data structures and algorithms that directly operate on polygonal meshes rather than on a (most often not feasible) intermediate CAD representation.
標簽: processing productive the polygonal
上傳時間: 2017-06-03
上傳用戶:TF2015
在大多2440開發板BSP中的SMDK2440\DRIVERS\backlite目錄下一般都有背光驅動。在注冊表中添加如下函數的時候,開機時確實可以打印"!!!!!!!!!!!! BACKLIGHT ON !!!!!!!!!!!!,如果沒有操作大概1分鐘后也可以打印!!!!!!!!!!!! BACKLIGHT OFF !!!!!!!!!!!!。但打印("!!!!!!!!!!!! BACKLIGHT OFF !!!!!!!!!!!!后,就算有觸發事件(在觸摸屏上點擊,或者移動鼠標)也不會打印"!!!!!!!!!!!! BACKLIGHT ON !!!!!!!!!!!!。 其實這個驅動大體是正確的,只是當鍵盤鼠標或觸摸屏輸入時候gwes 發送“PowerManager/ActivityTimer/UserActivity” event,而不是原驅動中的“("UserInputEvent") ”修改后的源程序如下(SMDK2440\DRIVERS\backlite目錄下bak_hw.cpp文件)。
上傳時間: 2013-12-25
上傳用戶:cx111111
ucosII源碼分析,從CPU的執行順序來看吧,這樣也許清晰一些,并且我們暫時拋棄那些Event/MailBox、信號量等元素,還是先看看作為一個OS核心的Task Schedule部分內容吧。首先從main函數開始,下面是uC/OS-II main函數的大致流程:
上傳時間: 2017-06-19
上傳用戶:hwl453472107