⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gb_books.ch

📁 模拟器提供了一个简单易用的平台
💻 CH
字号:
@x l.17extern Graph *book();extern Graph *bi_book();@yextern Graph *book(char *,unsigned long,unsigned long,@|   unsigned long,unsigned long,long,long,long);extern Graph *bi_book(char *,unsigned long,unsigned long,@|  unsigned long,unsigned long,long,long,long);@z@x l.158static Graph *bgraph(bipartite,    title,n,x,first_chapter,last_chapter,in_weight,out_weight,seed)  long bipartite; /* should we make the graph bipartite? */  char *title; /* identification of the selected book */  unsigned long n; /* number of vertices desired before exclusion */  unsigned long x; /* number of vertices to exclude */  unsigned long first_chapter, last_chapter;    /* interval of chapters leading to edges */  long in_weight; /* weight coefficient pertaining to chapters                          in that interval */  long out_weight; /* weight coefficient pertaining to chapters                          not in that interval */  long seed; /* random number seed */@ystatic Graph *bgraph(@t\1\1@>  long bipartite, /* should we make the graph bipartite? */  char *title, /* identification of the selected book */  unsigned long n, /* number of vertices desired before exclusion */  unsigned long x, /* number of vertices to exclude */  unsigned long first_chapter, unsigned long last_chapter,    /* interval of chapters leading to edges */  long in_weight, /* weight coefficient pertaining to chapters in that interval */  long out_weight, /* weight coefficient pertaining to chapters not in that interval */  long seed@t\2\2@>) /* random number seed */@z@x l.185Graph *book(title,n,x,first_chapter,last_chapter,in_weight,out_weight,seed)  char *title;  unsigned long n, x, first_chapter, last_chapter;  long in_weight,out_weight,seed;@yGraph *book(char *title,unsigned long n,unsigned long x,@|  unsigned long first_chapter,unsigned long last_chapter,@|  long in_weight,long out_weight,long seed)@z@x l.191Graph *bi_book(title,n,x,first_chapter,last_chapter,in_weight,out_weight,seed)  char *title;  unsigned long n, x, first_chapter, last_chapter;  long in_weight,out_weight,seed;@yGraph *bi_book(char *title,unsigned long n,unsigned long x,@|  unsigned long first_chapter,unsigned long last_chapter,@|  long in_weight,long out_weight,long seed)@z

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -