📄 gb_games.ch
字号:
@x l.14extern Graph *games();@yextern Graph *games(unsigned long,long,long,long,long,long,long,long);@z@x l.174Graph *games(n,ap0_weight,upi0_weight,ap1_weight,upi1_weight, first_day,last_day,seed) unsigned long n; /* number of vertices desired */ long ap0_weight; /* coefficient of |ap0| in the weight function */ long ap1_weight; /* coefficient of |ap1| in the weight function */ long upi0_weight; /* coefficient of |upi0| in the weight function */ long upi1_weight; /* coefficient of |upi1| in the weight function */ long first_day; /* lower cutoff for games to be considered */ long last_day; /* upper cutoff for games to be considered */ long seed; /* random number seed */@yGraph *games(@t\1\1@> unsigned long n, /* number of vertices desired */ long ap0_weight, /* coefficient of |ap0| in the weight function */ long upi0_weight, /* coefficient of |ap1| in the weight function */ long ap1_weight, /* coefficient of |upi0| in the weight function */ long upi1_weight, /* coefficient of |upi1| in the weight function */ long first_day, /* lower cutoff for games to be considered */ long last_day, /* upper cutoff for games to be considered */ long seed@t\2\2@>) /* random number seed */@z@x l.440static Vertex *team_lookup() /* read and decode an abbreviation */@ystatic Vertex *team_lookup(void) /* read and decode an abbreviation */@z
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -