代码搜索:does

找到约 10,000 项符合「does」的源代码

代码结果 10,000
www.eeworm.com/read/486215/1253054

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/479497/1331559

java jsomtraining.java

package fi.javasom.jsom; /** * This is JSomTraining class that does the actual ordering of a dataset into a map. * * Copyright (C) 2001 Tomi Suuronen * * @version 1.0 * * This progr
www.eeworm.com/read/470720/1446555

c type1.c

// Test that using an elaborated-type-specifier in a namespace to refer // to a class outside the namespace does not cause its name to be considered // declared in the namespace. // Contributed by Ja
www.eeworm.com/read/470693/1458501

c type1.c

// Test that using an elaborated-type-specifier in a namespace to refer // to a class outside the namespace does not cause its name to be considered // declared in the namespace. // Contributed by Ja
www.eeworm.com/read/470693/1467421

tst istream_seeks-1.tst

bd2 456x 9mzuv>?@ABCDEFGHIJKLMNOPQRSTUVWXYZracadabras, i wannaz because because because. . of the wonderful things he does!! ok
www.eeworm.com/read/470693/1467489

txt istream_seeks-1.txt

bd2 456x 9mzuv>?@ABCDEFGHIJKLMNOPQRSTUVWXYZracadabras, i wannaz because because because. . of the wonderful things he does!! ok
www.eeworm.com/read/470535/1470133

pas hook3.pas

// // hook3 is driver with sample device extension and communication with user mode // application using DeviceIoControl, it maintain a list of rules for pids // in device extension but does noth
www.eeworm.com/read/463239/1538776

v radix_4__stg_0.v

// 1-30-2000 // Verified for all possible combinations (+ and -) for multiplicand and multiplier. // change size of product register /* Does not consider odd number of bits in a word */
www.eeworm.com/read/455463/1614178

m fftshiftc.m

function x = fftshiftc(x) % x= fftshiftc(x) % % This version of FFTSHIFT supplied in the Matlab toolbox is designed % to shift the columns of a large matrix, much as FFTSHIFTM does % but without the
www.eeworm.com/read/246537/4494012

c tsnprintf.c

/* * If your system does not provide snprintf(), this program will compile * but will have an undefined error from the linker. * * If you are using the lib/snprintf.c function that is supplied for