Introduction C8051F30x devices include an on-chip Cygnal 2-Wire (C2) Interface for in-system programming, debugging, and boundary scan testing. Two signals are associated with the C2 Interface: C2 Clock (C2CK) and C2 Data (C2D). To preserve package
基于ansistring类型开发了delphi7的高精度计算单元high.dcu,其中包含高精度加法、减法、乘法、除法、最小公倍数、最大公约数 等计算函数或过程。其接口文件如下: unit high; interface const intmax=32767; function d2c(d:byte):char; function c2d(c:char):byte; function len(s:ansistring):integer; function plus(x,y:ansistring