代码搜索:bug
找到约 10,000 项符合「bug」的源代码
代码结果 10,000
www.eeworm.com/read/469532/6929886
gif bug1.gif
www.eeworm.com/read/469532/6929957
gif bug2.gif
www.eeworm.com/read/458183/7302701
gif bug24.gif
www.eeworm.com/read/458183/7302714
gif bug16.gif
www.eeworm.com/read/455033/7379464
edp bug-mesh.edp
real x0=2.2,r=2.1, err0=5e-3;
border aa(t=0, 2*pi) { x = 5*cos(t); y = 5*sin(t); };
border dd(t=-r+0.1,r-0.1){ x=x0+t/sqrt(2.0); y=t/sqrt(2.0);};
int n=7; mesh th = buildmesh(aa(5*n)+dd(6*n));
www.eeworm.com/read/455033/7379476
edp bug-toto.edp
mesh Th=square(5,5);
fespace Vh(Th,P1);
Vh u=x*x,v;
Th=adaptmesh(Th,u,err=0.01 ) ;
v=u;
Th=adaptmesh(Th,u,err=0.1 ) ;
cout
www.eeworm.com/read/445633/7592408
c bug-asctime.c
#include
#include
#include
#include
static int
do_test (void)
{
int result = 0;
time_t t = time (NULL);
struct tm *tp = localtime (&t);
tp->tm_year =
www.eeworm.com/read/444676/7608865
asm gold-bug.asm
cseg segment para public 'code'
gold_bug proc near
assume cs:cseg
;-----------------------------------------------------------------------------
;designed by