代码搜索:Random

找到约 10,000 项符合「Random」的源代码

代码结果 10,000
www.eeworm.com/read/131315/5933521

c random.c

/*- * Copyright (c) 1992, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/131315/5935285

c random.c

/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright not
www.eeworm.com/read/131315/5938582

c random.c

/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright not
www.eeworm.com/read/131315/5940485

c random.c

/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. * * Redistribution and use in source and binary forms are permitted * provided that the above copyright not
www.eeworm.com/read/131315/5940974

cc random.cc

#ifdef __GNUG__ #pragma implementation #endif #include
www.eeworm.com/read/131315/5940983

h random.h

// This may look like C code, but it is really -*- C++ -*- /* Copyright (C) 1988 Free Software Foundation written by Dirk Grunwald (grunwald@cs.uiuc.edu) This file is part of the GNU C++ Library
www.eeworm.com/read/131315/5944053

out random.out

43 80 100 108 108 98 87 102 90 88 102 84 98 110 114 93 106 77 99 91 101 99 96 101 88 94 106 84
www.eeworm.com/read/131315/5944174

p random.p

program random(output); const size = 110; tries = 10000; type density=array[0..size] of integer; var den :density; count :integer; loc :integer; begin for count:=0 to size do den[count] := 0; for
www.eeworm.com/read/131315/5944545

c random.c

/*- * Copyright (c) 1979, 1993 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm
www.eeworm.com/read/131315/5946372

c random.c

/* * Copyright (c) 1994 * The Regents of the University of California. All rights reserved. * * This code is derived from software contributed to Berkeley by * Guy Harris at Network Appliance Co