代码搜索结果
找到约 18,795 项符合
X 的代码
gb_flip.ch
@x l.38
int main()
@y
int main(void)
@z
@x l.98
extern long gb_flip_cycle(); /* compute 55 more pseudo-random numbers */
@y
extern long gb_flip_cycle(void); /* compute 55 more pseudo-random numbers *
multiply.ch
@x l.38
main(argc,argv)
int argc; /* the number of command-line arguments */
char *argv[]; /* an array of strings containing those arguments */
@y
int main(@t\1\1@>
int argc, /* the number of co
gb_books.ch
@x l.17
extern Graph *book();
extern Graph *bi_book();
@y
extern Graph *book(char *,unsigned long,unsigned long,@|
unsigned long,unsigned long,long,long,long);
extern Graph *bi_book(char *,unsigned
gb_rand.ch
@x l.31
extern Graph *random_graph();
extern Graph *random_bigraph();
extern long random_lengths();
@y
extern Graph *random_graph(unsigned long,unsigned long,long,long,long,@|
long *,long *,long,lon
girth.ch
@x l.65
main()
@y
int main(void)
@z
gb_save.ch
@x l.47
extern long save_graph();
extern Graph *restore_graph();
@y
extern long save_graph(Graph *,char *);
extern Graph *restore_graph(char *);
@z
@x l.149
Graph *restore_graph(f)
char *f; /* the
book_components.ch
@x l.58
main(argc,argv)
int argc; /* the number of command-line arguments */
char *argv[]; /* an array of strings containing those arguments */
@y
int main(@t\1\1@>
int argc, /* the number of co