代码搜索:functionality

找到约 4,782 项符合「functionality」的源代码

代码结果 4,782
www.eeworm.com/read/169190/5426776

makefile

srcdir = /home/httpd-2.0.55/srclib/apr/mmap/unix VPATH = /home/httpd-2.0.55/srclib/apr/mmap/unix TARGETS = mmap.lo common.lo # bring in rules.mk for standard functionality include /home/httpd-2.0.55
www.eeworm.com/read/169190/5427041

makefile

srcdir = /home/httpd-2.0.55/srclib/apr/shmem/unix VPATH = /home/httpd-2.0.55/srclib/apr/shmem/unix TARGETS = shm.lo # bring in rules.mk for standard functionality include /home/httpd-2.0.55/srclib/a
www.eeworm.com/read/169190/5427060

makefile

srcdir = /home/httpd-2.0.55/srclib/apr/atomic/unix VPATH = /home/httpd-2.0.55/srclib/apr/atomic/unix TARGETS = apr_atomic.lo # bring in rules.mk for standard functionality include /home/httpd-2.0.55
www.eeworm.com/read/169190/5427298

makefile

srcdir = /home/httpd-2.0.55/srclib/apr/dso/unix VPATH = /home/httpd-2.0.55/srclib/apr/dso/unix TARGETS = dso.lo # bring in rules.mk for standard functionality include /home/httpd-2.0.55/srclib/apr/b
www.eeworm.com/read/162614/5526428

f90 blockdata_1.f90

! { dg-do run } ! tests basic block data functionality ! we didn't allow multiple block data program units block data common /a/ y(3) data y /3*1./ end blockdata d1 common /a/ w(3) common /b/ u
www.eeworm.com/read/193237/8245396

xmsgs cpldfit.xmsgs

www.eeworm.com/read/193237/8245651

htm errs.htm

www.eeworm.com/read/173430/9658794

install

1) Check Config.h and adjust if you need a different functionality than defined by default. 2) Check the Makefile 3) make 4) make install
www.eeworm.com/read/268141/11150917

java face.java

// Face: face with draw, moveRight, and act functionality import java.awt.*; public class Face extends Shape { private int size; public Face( int x, int y, int s ) { sup