Delphi6.0函數大全,Delphi程序員的至愛。∷圖書簡介∷ 電子圖書名:Delphi6函數大全 Delphi6函數大全(1) <> 首部 function AnsiResemblesText(const AText, AOther: string): Boolean $[StrUtils.pas功能 返回兩個字符串是否相似說明 ANSI(American National Standards Institute)美國國家標準協會 不區分大小寫參考 function StrUtils.SoundexProc var StrUtils.AnsiResemblesProc例子 CheckBox1.Checked := AnsiResemblesText(Edit1.Text, Edit2.Text)
上傳時間: 2016-01-25
上傳用戶:mikesering
個完整的代碼,雖然功能沒有專業的軟件強大,但是也算是比較好的軟件。-a complete ftp client code, although the function of the professional powerful client software, but is relatively good ftp client
標簽: 代碼
上傳時間: 2014-01-13
上傳用戶:star_in_rain
個完整的代碼,雖然功能沒有專業的軟件強大,但是也算是比較好的軟件。-a complete ftp client code, although the function of the professional powerful client software, but is relatively good ftp client
標簽: 代碼
上傳時間: 2013-12-17
上傳用戶:trepb001
個完整的代碼,雖然功能沒有專業的軟件強大,但是也算是比較好的軟件。-a complete ftp client code, although the function of the professional powerful client software, but is relatively good ftp client
標簽: 代碼
上傳時間: 2016-01-27
上傳用戶:270189020
圖像處理,利用bilt 函數 Description: This example shows how to edit (cut,paste,copy) a selection of a bitmap using BitBlt function just like Microsoft Photo Editor does. It s really EASY! Take a look to the sample if you don t believe me and don t forget to VOTE FOR ME! Note: comments are in italian...i hadn t enough time to translate them all. Sorry..(VOTE!)
標簽: 圖像處理
上傳時間: 2013-12-18
上傳用戶:851197153
Returns weighted percentiles of a sample given the weight vector w % The idea is to give more emphasis in some examples of data as compared to % others by giving more weight. For example, we could give lower weights to % the outliers. % The motivation to write this function is to compute percentiles for Monte % Carlos simulations where some simulations are very bad (in terms of goodness % of fit between simulated and actual value) than the others and to give % the lower weights based on some goodness of fit criteria.
標簽: percentiles weighted Returns sample
上傳時間: 2016-01-28
上傳用戶:小儒尼尼奧
這是我參考做的模型其中有三個文件:一個是初始化文件,一個是s-function 的電機模型(靜止兩相坐標系),還有一個仿真圖
上傳時間: 2014-01-20
上傳用戶:wfl_yy
使用VC++開發的很棒的上網撥號工具的程序的源碼,可以選擇PING,UDP,TCP/IP等等方式,功能比較全面.Using Visual C + + development of the great tools of the Internet dial-up program source code, can choose PING, UDP, TCP / IP, etc., function more comprehensive.
標簽: development Visual Using great
上傳時間: 2016-02-06
上傳用戶:l254587896
The algorm of viterbi. You talk to your friend three days in a row and discover that on the first day he went for a walk, on the second day he went shopping, and on the third day he cleaned his apartment. You have two questions: What is the overall probability of this sequence of observations? And what is the most likely sequence of rainy/sunny days that would explain these observations? The first question is answered by the forward algorithm the second question is answered by the Viterbi algorithm. These two algorithms are structurally so similar (in fact, they are both instances of the same abstract algorithm) that they can be implemented in a single function:
標簽: discover viterbi algorm friend
上傳時間: 2016-02-16
上傳用戶:xc216
Matlab小問題 問: Matlab仿真中怎樣編輯Scope中的圖象??? 答: 實現的方法有以下的幾種: 1)PrintScreen,然后粘貼到Windows位圖編輯器,選擇圖像點擊右鍵,選擇“反色”即可; 2)在Scope中,它的參數設置的第二頁,有一個Save Data to Workplace,將它選中,然后在下面的方框 中指定變量名,然后用plot命令畫出; 3)直接在模型上再加一個,to Workplace模塊,也用plot畫出; 4) 等scope顯示出來圖像以后,在matlab上運行 set(0, ShowHiddenHandles , On ) set(gcf, menubar , figure ) 這時候你會發現scope的工具欄的上面多了一行,點擊insert-axes,鼠標會變成十字形狀,然后再圖像的任意一處雙擊左鍵出現一個對話框PropertyEditor,選中style在窗口的右便會出現color,這時你就可以任意修改背景顏色了。 問: 怎樣進行S-function的編程和使用??? 答: S-function也就是System-function的縮寫。說得簡單,S-function就是用MATLAB所提供的模型不能完全滿足用戶,而提供給用戶自己編寫程序來滿足自己要求模型的接口。要了
標簽: Matlab PrintScreen Scope 仿真
上傳時間: 2013-12-15
上傳用戶:13681659100