摘要:
在函数中如果数组的个数不定,可以使用开放数组参数 实参可以接受静态数组和动态数组 procedure p1(a:array of Byte); begin ShowMessage( IntToHex( Integer(@a),2)); ShowMessage(IntToStr(a[0])); end 阅读全文
摘要:
Howto: Load File Meta-Header Here's an example that shows how to load the File Meta Information Header of a DICOMfile without reading the dataset. Thi 阅读全文