呵呵
关了 作者: 冬雨 时间: 2005-12-21 17:31
学习学习作者: DAI-ZHI-BING 时间: 2005-12-21 20:27
有空下来慢慢研究一下.作者: 袖珍天使 时间: 2005-12-21 20:34
这几天忙,还未评分,教程么,有些地方是已经有的,所以叫“送分”。
已经放上去的答案,请兄弟们不要再修改,否则,等我有空加分时见到附件时间在截止时间之后的,不会加分的。作者: hlh_0427 时间: 2005-12-22 00:05
學習作者: whcyh 时间: 2005-12-22 12:13
阵列草绘线段长度的关系式方法如下(只是一种而已)(转自孤峰论坛)/* Enter relations using the following symbols:
/* memb_v - relation driven resultant dimension in this specific direction
/* memb_i - relation driven increment in this specific direction
/* lead_v - leader value (dimension selected to determine direction)
/* idx1 - pattern instance index in the first direction
/* idx2 - pattern instance index in the second direction
/* DO NOT USE memb_v AND memb_i IN THE SAME RELATION
/*-------------------------------------------------------------------
t=floor(idx1/10)
t1=floor(idx1/5)
if (t*10==idx1)
memb_v=20
else
if (t1*5==idx1)
memb_v=15
else
memb_v=10
endif
endif