代码搜索:does
找到约 10,000 项符合「does」的源代码
代码结果 10,000
www.eeworm.com/read/106975/15615672
faq
Frequent Asked Questions related to OSV
=======================================
1. What does OSV stands for ?
Well, OS stands of Operating System and V stands for the fact that this
www.eeworm.com/read/103425/15733164
java bufferedthreadedinputstream.java
import java.io.*;
// uses ThreadedInputStream
public class BufferedThreadedInputStream
extends FilterInputStream {
// fixed class that does *not* have a synchronized close()
private st
www.eeworm.com/read/100773/15864496
py __init__.py
# The Transport Layer handles connections between clients and servers,
# and the transport of content between them. However, it does not
# attempt to interpret the content; that is left to the Conten
www.eeworm.com/read/100297/15877683
doc cdtsr.doc
Resident CD-Audio player (p)
I. What is it ?
II. Why do I need it ?
III. How does it
www.eeworm.com/read/100135/15883128
c relabel.c
/* This group of functions does the character class compression.
It goes over the dfa and relabels the arcs with the partitions
of characters in the NFA. The partitions are stored in the
arr
www.eeworm.com/read/291642/8406108
cpp 计算时间序列互信息源程序.cpp
/*******************************************************************
minfo.c -- Eric R. Weeks -- started 2/28/97
does the mutual information algorithm discussed by Fraser & Swinney
(Phys Rev A
www.eeworm.com/read/192089/8407951
c io20_1.05.c
// #include
#include
/**
** The address of pstr is: vermeer
**
**/
const char *str = "vermeer";
int main()
{
// oops: does not treat char* as an address
www.eeworm.com/read/192030/8410750
m nullspace.m
function Z = nullspace(A)
% NULLSPACE -- find nullspace of a matrix
%
% Z = nullspace(A)
%
% This does essentially the same thing as the Matlab system
% routine NULL, except it uses t
www.eeworm.com/read/192030/8410770
m display.m
function display(S)
% DISPLAY -- display function for symbolic matrices
%
% S
% display(S)
%
% This function does not need to be called by the user. Just typing
% the name of a
www.eeworm.com/read/291273/8430203
pas uxlssst1.pas
//This unit is now obsoleted by UXlsSST.
//It does the same, but using objects instead of records.
unit UXlsSST;
interface
uses UXlsBaseRecordLists, UXlsBaseRecords, UXlsOtherRecords, XLSMessa