代码搜索:Bio

找到约 2,188 项符合「Bio」的源代码

代码结果 2,188
www.eeworm.com/read/270032/11050823

makefile

LIBFILE = ../gemslib.a CFLAGS = $(GENCFLAGS) -I.. OFILES = clip.o bio.o cross.o $(LIBFILE): $(OFILES) ar rcs $(LIBFILE) $(OFILES) clean: /bin/rm -f clip.o bio.o cross.o $(OFILES): line.h ../Gra
www.eeworm.com/read/112193/15492047

cpp search.cpp

/* Copyright (C)2003 Barry Dunne (http://www.emule-project.net) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publi
www.eeworm.com/read/112193/15492067

cpp kademliaudplistener.cpp

/* Copyright (C)2003 Barry Dunne (http://www.emule-project.net) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publi
www.eeworm.com/read/111407/15513260

cpp search.cpp

/* Copyright (C)2003 Barry Dunne (http://www.emule-project.net) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publi
www.eeworm.com/read/111407/15513280

cpp kademliaudplistener.cpp

/* Copyright (C)2003 Barry Dunne (http://www.emule-project.net) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publi
www.eeworm.com/read/108712/15578426

cpp search.cpp

/* Copyright (C)2003 Barry Dunne (http://www.emule-project.net) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publi
www.eeworm.com/read/108712/15578446

cpp kademliaudplistener.cpp

/* Copyright (C)2003 Barry Dunne (http://www.emule-project.net) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publi
www.eeworm.com/read/108658/15580175

cpp kademliaudplistener.cpp

/* Copyright (C)2003 Barry Dunne (http://www.emule-project.net) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as publi
www.eeworm.com/read/388823/8573388

c apps.c

/* apps/apps.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * T
www.eeworm.com/read/373386/9457885

c struct.c

#include #include #include typedef struct BIO { char name[16]; unsigned age; }BIO; BIO *CreateBio(const char *name, unsigned age); int main(void) { BIO exfriend; BIO