gb_games.ch

来自「模拟器提供了一个简单易用的平台」· CH 代码 · 共 35 行

CH
35
字号
@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 + =
减小字号Ctrl + -
显示快捷键?