




版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、delphi 字符串轉(zhuǎn)二進(jìn)制怎么轉(zhuǎn)(超經(jīng)典.txt 第一次笑是因?yàn)橛鲆娔?,第一次哭是因?yàn)槟悴辉冢谝淮涡χ鳒I是因?yàn)椴荒軗碛心恪nit Convert;interfaceusesWindows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls;const/ / DIGITS 數(shù)字/ Characters that represent each digit. Add more characters to convert numbers /字符代表的一個(gè)數(shù)字 ,添加更多的字符對(duì)應(yīng)轉(zhuǎn)換的數(shù)字/ wi
2、th higher bases./通過更高的位Digits : string = 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ;/ / COMMON BASES 進(jìn)制/ Common values for base representations.cbBin = 2; / Binary basecbOct = 8; / Octal basecbDec = 10; / Decimal basecbHex = 16; / Hexadecimal basetype/ / TCONVERT 轉(zhuǎn)換/ Converts a number, in string represent
3、ation, from a base into many others. /轉(zhuǎn)換一個(gè)數(shù)字,用字符串中相應(yīng)的字符表示/ Start 開始/ Place a TConvert in the form. Assign Base property the original base of / the number to convert, and assign Text the number to convert. Modify Base / to change the numbers representation; use Common Bases constants or set / your ow
4、n base./ Properties/ Base - Defines current base representation./ Text - Stores the number in string format.開始在form 中放入TConvert 。指定相應(yīng)的屬性,號(hào)碼要轉(zhuǎn)換的進(jìn)制,并指定文本的數(shù)字轉(zhuǎn)換。修改相應(yīng)改變數(shù)字的代表性; 使用整數(shù)來設(shè)定自己的進(jìn)制。屬性進(jìn)制- 定義當(dāng)前進(jìn)制,如八進(jìn)制:cbOct = 8;文字 -存儲(chǔ)在字符串中的數(shù)字TConvert = class(TCustomEditprivate Private declarations FBase : Integer;F
5、MinDigits : Integer;procedure SetBase (ABase : Integer;procedure SetMinDigits (AMinDigits : Integer;function DigitToValue (Digit : Char : Integer;function IsValidBase (Base : Integer : Boolean;function PlaceToValue (Place, Base : Integer : Integer;function TextToValue (Text : string; Base : Integer
6、: Integer;function ValueToText (Value, Base : Integer : string;function AdjustValue (Text : string; MinDigits : Integer : string;protected Protected declarations constructor Create (AOwner : TComponent; override;public Public declarations published Published declarations property Base : Integer read
7、 FBase write SetBase;property MinDigits : Integer read FMinDigits write SetMinDigits;property Text;property ReadOnly;property OnChange;end;procedure Register;implementationprocedure TConvert.SetBase (ABase : Integer;beginif IsValidBase (ABase thenbeginText := AdjustValue (ValueToText (TextToValue (T
8、ext, FBase, ABase, MinDigits; FBase := ABase;end;end;procedure TConvert.SetMinDigits (AMinDigits : Integer;beginFMinDigits := AMinDigits;Text := AdjustValue (ValueToText (TextToValue (Text, Base, Base, MinDigits; end;function TConvert.DigitToValue (Digit : Char : Integer;varI : Integer;beginDigit :=
9、 UpCase (Digit;I := Length (Digits;while (I 1 and (Digit Digits I do Dec (I;Result := I - 1;end;function TConvert.IsValidBase (Base : Integer : Boolean;beginResult := (Base 1 and (Base 0 dobeginT := Digits (Value mod Base + 1 + T;Value := Value div Base;end;Result := T;end;end else Result := ;end;function TConvert.AdjustValue (Text : string; MinDigits : Integer : string;varS : Integer;beginS := Length (Text;if MinDigits S thenbeginDec (MinDigits, S;for S := MinDigits downto 1 do Text := Digits 1 + Text;end;Result := Text;end;constructor TConvert.Create
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 慢性膿胸患者護(hù)理查房
- 小白脫白系列課程
- 感應(yīng)與靈敏度
- 天津電子信息職業(yè)技術(shù)學(xué)院《人際溝通與禮儀》2023-2024學(xué)年第二學(xué)期期末試卷
- 湖南科技職業(yè)學(xué)院《海洋生物資源綜合利用》2023-2024學(xué)年第二學(xué)期期末試卷
- 內(nèi)蒙古交通職業(yè)技術(shù)學(xué)院《西方音樂史與作品欣賞(二)》2023-2024學(xué)年第二學(xué)期期末試卷
- 杜郎口中學(xué)2025屆高三年級(jí)第二次教學(xué)質(zhì)量檢查考試數(shù)學(xué)試題含解析
- 天津市西青區(qū)2024-2025學(xué)年高三高考適應(yīng)性練習(xí)(一)數(shù)學(xué)試題試卷含解析
- 小兔和烏龜課件
- 海南大學(xué)《食品工程理論》2023-2024學(xué)年第二學(xué)期期末試卷
- GB/T 29312-2022低壓無功功率補(bǔ)償投切器
- YS/T 429.2-2000鋁幕墻板 氟碳噴漆鋁單板
- 機(jī)臺(tái)操作指導(dǎo)書(注塑機(jī)安全操作規(guī)程)
- GB/T 20041.21-2017電纜管理用導(dǎo)管系統(tǒng)第21部分:剛性導(dǎo)管系統(tǒng)的特殊要求
- GB/T 12579-2002潤(rùn)滑油泡沫特性測(cè)定法
- GB 16325-2005干果食品衛(wèi)生標(biāo)準(zhǔn)
- GA/T 1147-2014車輛駕駛?cè)藛T血液酒精含量檢驗(yàn)實(shí)驗(yàn)室規(guī)范
- 第八章工程倫理的應(yīng)用 工程倫理學(xué)課件
- BIS--腦電雙頻譜指數(shù)監(jiān)護(hù)儀課件
- 《真善美的小世界》-課件
- 混凝土減水劑課件
評(píng)論
0/150
提交評(píng)論