BmpRgn is a *FREEWARE* unit that allows you to create forms with transparent areas based on a bitmap that you provide. The bitmap is converted to a form region, where only the interior pixels are displayed. The transparent border remains transparent.
標簽: transparent FREEWARE BmpRgn allows
上傳時間: 2015-10-04
上傳用戶:himbly
J2ME高級用戶界面的學習代碼,在ktoolbar下運行,是學習J2ME的好助手.這里包括 ExpandThread,Form,FormN,Gauge,ImageItemAnimation,ImageItem,ItemStateListener
上傳時間: 2015-10-08
上傳用戶:wff
Do your applications look a little boring? Would you like to get spectacular yet easy to use visual effects? Billenium Effects will give your applications a different touch without interfering with your existing code. For example, just by dropping two components to your Splash Screen or About form they will be shown with a professional transition effect that will delight your customers. First impressions count!
標簽: applications spectacular little boring
上傳時間: 2015-10-09
上傳用戶:dreamboy36
適用于將離散點云數據(.txt),轉換為IGS格式- This procedure will be suitable for is separated the cloud data (txt), the transformation will be the IGS form
上傳時間: 2014-11-08
上傳用戶:AbuGe
Abstract:Noise frequency modulation(FM)jamming。which belongs to blanket jamming。is already become the main form ofnoise jamming at present。because the wideband was gained by it.Tne spectnlnl ofnoise FM jamming is analyzed by time domain autocorrelation method in this paper.It’S jamm g peculiarity and幾out— putting signal’S jamming peculiarity ale explained.At last,these time series models ofnoise FM jalllIIling sig— nal and幾outputting signal ale built.
標簽: jamming modulation frequency Abstract
上傳時間: 2015-10-17
上傳用戶:lijinchuan
每種程序設計語言都有描述程序語法結構的規則。例如,Pascal程序由程序塊(又叫分程序)構成,程序塊由語句組成,語句由表達式組成,表達式由記號組成等等。這些規則可以用上下文無關文法或BNF范式(Backus-Naur Form)描述。 編譯器常用的文法分析方法有自上而下和自下而上兩種。正如它們的名字所示,自上而下分析器建立分析樹是從根結點到葉結點,而自下而上分析器恰好反過來。它們的共同點是從左向右地掃描輸入,每次一個符號。 最有效的自上而下和自下而上的分析法都只能處理上下文無關文法的子類。這些子類足以描述程序設計語言的大多數語法結構,其中LL文法的分析器通常用手工實現,而LR文法的分析器通常利用自動工具構造。 本章致力于編譯器采用的典型語法分析方法。我們首先提出有關上下文無關文法的基本概念,然后介紹適合于手工實現的預測分析技術,最后給出自動工具用的LR分析算法。由于程序員準備的代碼經常會出現一些語法錯誤,因此我們還擴展所介紹的分析方法,使之能從常見的錯誤中恢復過來。 3.1 上下文無關文法 ..... 3.4 自下而上分析 3.6 二義文法的應用
上傳時間: 2013-12-25
上傳用戶:hanli8870
功能∶ 用于UNIX上做畫面、菜單、查詢、輸入、修改;可操作數據庫。 設計思路∶ 將人機對話,可分為基本的輸入與輸出兩大類,在此前提下,為了不同的需要把域分作 多種類型;對涉及數據庫的域指明有關的表名、字段名,以進行數據庫的讀寫。將這些 不同功能的域有機的組合在一個FORM中,來實現一個功能模塊。將FORM編號,按一定的 結構以二進制的形式存入文件,在使用時,系統按編號讀入FORM的數據,按步實現預定 的功能。
上傳時間: 2014-01-06
上傳用戶:ynsnjs
Given an positive integer A (1 <= A <= 109), output the lowest bit of A. For example, given A = 26, we can write A in binary form as 11010, so the lowest bit of A is 10, so the output should be 2. Another example goes like this: given A = 88, we can write A in binary form as 1011000, so the lowest bit of A is 1000, so the output should be 8.
標簽: A. positive integer example
上傳時間: 2014-01-22
上傳用戶:rocketrevenge
送表單數據的方法,有兩種方法“get”"post"。GET是將FORM的輸入信息作為字符串附加到action所設定的URL后面,中間用”?“隔開,每個表單域之間用”&“隔開,然后把整個字符串傳送到服務器端。 使用GET方法所得到的信息不能很多,一般在4000字符左右,而且不能含有非ASCⅡ碼字符,并且在瀏覽器的地址欄中將以明文的形式顯示表單中的各個表單或值。POST是將FORM的輸入信息進行包裝,而不用附加在action屬性的URL之后,其傳送的信息數據量基本上沒什么限制。
上傳時間: 2014-01-04
上傳用戶:frank1234
VCLSkin是delphi的控件,使你的delphi程序具有skin(換皮膚)功能。特點: 1. 自動換膚,不用修改form,把控件放到form上即可 2. 大量高質量的皮膚
上傳時間: 2014-01-23
上傳用戶:thuyenvinh