摘要: assign : 对数据赋值,对数组的初始化。但不能对数组中的某一个值进行赋值。 举例:Tuple1 := [1,0,3,4,5,6,7,8,9] // 对数组进行初始化 Val := sin(1.2) + cos(1.2) // 对某一个值进行赋值 Tuple2 := [] // 数组定义 ass 阅读全文
posted @ 2017-07-29 17:28 qqhfeng16 阅读(12386) 评论(0) 推荐(1) 编辑
摘要: The operator sort_region sorts the regions with respect to their relative position. All sorting methods with the exception of 'character' use one poin 阅读全文
posted @ 2017-07-29 17:07 qqhfeng16 阅读(1415) 评论(0) 推荐(0) 编辑
摘要: comment ( : : Comment : ) 注释语句 exit ( : : : ) 退出函数 open_file ( : : FileName, FileType : FileHandle )创建( 'output' or 'append' )或者打开 ( output )文本文件 fwri 阅读全文
posted @ 2017-07-29 12:00 qqhfeng16 阅读(331) 评论(0) 推荐(0) 编辑
摘要: 函数原型:shape_trans(Region : RegionTrans : Type : ) *shape_trans*仍然是区域,smallest_rectangle1可以获得四个角的坐标 函数作用:变换区域的形状 参数列表: Region(in):被变换的区域 RegionTrans(out 阅读全文
posted @ 2017-07-29 11:39 qqhfeng16 阅读(3857) 评论(0) 推荐(0) 编辑