代码搜索:docs
找到约 5,488 项符合「docs」的源代码
代码结果 5,488
www.eeworm.com/read/169681/5415780
makefile
# Makefile - makefile for bsp/src/drv/parallel
#
# modification history
# --------------------
# 01d,12mar02,dat SPR 72518 Drivers docs in separate directory
# 01c,12oct01,tam added repackaging supp
www.eeworm.com/read/169681/5415793
makefile
# Makefile - makefile for bsp/src/drv/hdisk
#
# modification history
# --------------------
# 01d,12mar02,dat SPR 72518 Drivers docs in separate directory
# 01c,12oct01,tam added repackaging support
www.eeworm.com/read/169681/5415882
makefile
# Makefile - makefile for bsp/src/drv/parallel
#
# modification history
# --------------------
# 01c,12mar02,dat SPR 72518 Drivers docs in separate directory
# 01b,12oct01,tam added repackaging supp
www.eeworm.com/read/169681/5415949
makefile
# Makefile - makefile for bsp/src/drv/dma
#
# modification history
# --------------------
# 01c,12mar02,dat SPR 72518 Drivers docs in separate directory
# 01b,12oct01,tam added repackaging support
#
www.eeworm.com/read/169681/5415956
makefile
# Makefile - makefile for bsp/src/drv/scsi
#
# modification history
# --------------------
# 01k,12mar02,dat SPR 72518 Drivers docs in separate directory
# 01j,12oct01,tam added repackaging support
www.eeworm.com/read/169681/5416031
makefile
# Makefile - makefile for bsp/src/drv/hdisk
#
# modification history
# --------------------
# 01d,12mar02,dat SPR 72518 Drivers docs in separate directory
# 01c,12oct01,tam added repackaging support
www.eeworm.com/read/169681/5416085
makefile
# Makefile - makefile for bsp/src/drv/video
#
# modification history
# --------------------
# 01c,12mar02,dat SPR 72518 Drivers docs in separate directory
# 01b,12oct01,tam added repackaging support
www.eeworm.com/read/167133/5469423
java modulotest.java
// Reference: http://java.sun.com/docs/books/jls/html/15.doc.html#239829
class ModuloTest {
static void mod(long a, long b) {
long ab = a % b;
long ba = b % a;
System.out.println(a + " % " +
www.eeworm.com/read/339446/3308181
20 changelog.20
2002-02-09 Werner Lemberg
* README: Fix typo.
* docs/CHANGES: Minor fixes.
* Version 2.0.8 released.
=========================
2002-02-08 David Turner
www.eeworm.com/read/330923/3419450
txt nut.txt
the nut spec has been moved to another svn repo you can find it at:
http://svn.mplayerhq.hu/nut/docs/nut.txt?view=markup
its future location will be in a git repository, ill update this file
here whe