摘要:
Hex formatsIntel=====Hexadecimal values are always in uppercase. Each line is a record.The sum of all the bytes in each record should be 00 (modulo 256).Record types:00: data records01: end-of-file record02: extended address recordData record----------- :0D011C0000000000C3E0FF0000000000C30F: 0D 0... 阅读全文
posted @ 2013-04-29 03:08
IAmAProgrammer
阅读(2375)
评论(0)
推荐(0)
摘要:
var fullFileName : string;begin // Set up a full file name with drive and path fullFileName := 'C:\Program Files\Borland\Delphi7\Projects\Unit1.dcu'; // Show the component parts of this full name ShowMessage('Drive = '+ExtractFileDrive (fullFileName)); ShowMessage('Dir = '+Ex 阅读全文
posted @ 2013-04-29 00:37
IAmAProgrammer
阅读(938)
评论(0)
推荐(0)