首页 > TAG信息列表 > ShowMessageFmt

DecodeDate、DecodeTime ... DecodeDateTime ... 分解时间

DecodeDate、DecodeTime ... DecodeDateTime ... 分解时间 SysUtils.DecodeDate(); SysUtils.DecodeDateFully(); SysUtils.DecodeTime(); DateUtils.DecodeDateTime(); DateUtils.DecodeDateDay(); DateUtils.DecodeDateWeek(); DateUtils.DecodeDateMonthWeek(); DateUti

WindowsAPI: MulDiv

WindowsAPI: MulDiv MulDiv(a, b, c) 中的 a、b、c 是三个 Integer, 同时返回一个 Integer. 其计算方式类似于: a * b / c 或 a * b div c, 但也有区别.//例一: 相同处 var a,b,c,n1,n2: Integer; begin a := 4; b := 3; c := 2; n1 := a * b div c; n2 := Mul

关于 Lo、Hi、LoWord、HiWord

关于 Lo、Hi、LoWord、HiWord Cardinal 是 4 字节无符号的整型, 先看一个例数:Cardinal 例数: 4277991664 按字节划分: 第四字节 第三字节 第二字节 第一字节 二进制: 11111110 11111100 11111000 11110000 十六进制: FE FC F8 F0 十进制: 254 252 248 240 按双字节划分: 高