代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/326313/13148460
m range.m
function Q = range(A)
% RANGE -- find range of a matrix
%
% Q = range(A)
%
% This does essentially the same thing as the Matlab system
% routine ORTH, except it uses the tolerance parameter
www.eeworm.com/read/241364/13150743
tst bidir.tst
BEGIN
-- Not necessary: initialization section does it: Bidir.loadarray;
Bidir.accumulate;
Bidir.showmaxsal;
Bidir.showminsal;
Bidir.showall;
END;
/
www.eeworm.com/read/139189/13184841
man m_bsd44.man
.SH "4.4 BSD DIFFERENCES"
The 4.4 BSD port is said to work at least as well as ps does.
The 4.4 BSD port was written by Christos Zoulas.
www.eeworm.com/read/324802/13244006
in makefile.in
#!/usr/make
#
# Makefile for SQLITE
#
# This makefile is suppose to be configured automatically using the
# autoconf. But if that does not work for you, you can configure
# the makefile manually. Ju
www.eeworm.com/read/324347/13270951
clp date.clp
; This is the date function
; for reasons of computational simplicity, the date is represented
; as an integer which represents days since jan 1 1900.
; because CLIPS does not capture the return
www.eeworm.com/read/136959/13351131
c isshare.c
/*
** is_share() - This is a routine that allows a program to determine
** if file-sharing is enabled at run-time.
**
** What does this code do? First - it checks to make su
www.eeworm.com/read/301476/13858683
java ntpmessage.java
/** *//**
* This class represents a NTP message, as specified in RFC 2030. The message
* format is compatible with all versions of NTP and SNTP. ToDo: Is this true?
*
* This class does not s
www.eeworm.com/read/150221/5694148
m newname.m
function nname = newname(oldname, praefix, suffix, newpath, newext)
% returns a filename that does not yet exist using the old name and extension,
% a praefix and a suffix and if necessary a number
www.eeworm.com/read/141295/5774039
java resolve.java
// Resolve.java - Code for resolving references inside of classfiles,
// particularly class references
/* Note: What this really does is "linking", and it's more than just
* resolutio
www.eeworm.com/read/140582/5786840
txt description.txt
This is a test of NAT-traversal.
The network is configured as follows:
POLE
|
NORTH
|
NIC---EAST--SUNRISE
A NAT is setup on NIC that does traditional NAPT on the
NORTH net