kextended.tgffopt
来自「TGFF省城程序」· TGFFOPT 代码 · 共 44 行
TGFFOPT
44 行
#---------------------------------------------# Series-parallel graph generation example#---------------------------------------------# Basic definitionsseed 1period_mul 1tg_cnt 3task_cnt 22 1task_degree 2 3#---------------------------------------------# New options#---------------------------------------------# Task graph labelstg_label MY_TASK_GRAPH# Offsets work with task graphs as well. Can be any integer number.tg_offset MY_TASK_GRAPH -12# Probability that the task graph is periodicprob_periodic .4# Probability that the graph has multiple start nodesprob_multi_start_nodes .5# Average number of start nodes for graphs with multiple start nodes# (In this case it is 3 +/- 2)start_node 3 2#-------------------------------------------------# Output commands#-------------------------------------------------tg_writeeps_writevcg_writetable_label COMMUNtable_cnt 3table_offset COMMUN 12table_attrib price 80 20type_attrib exec_time 50 20trans_write
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?