代码搜索:constructs

找到约 1,240 项符合「constructs」的源代码

代码结果 1,240
www.eeworm.com/read/331444/12828202

m buildscfpyr.m

% [PYR, INDICES, STEERMTX, HARMONICS] = buildSCFpyr(IM, HEIGHT, ORDER, TWIDTH) % % This is a modified version of buildSFpyr, that constructs a % complex-valued steerable pyramid using Hilbert-transfo
www.eeworm.com/read/301999/13844898

benchmarks

The algorithm used in cluster version up to 2.3 was not very sophisticated. It constructs a triangular distance matrix which is repeatedly searched linearly for the shortest distance pair of data poi
www.eeworm.com/read/123764/6058092

cpp subform.cpp

#include "subform.h" #include /* * Constructs a subform which is a child of 'parent', with the * name 'name' and widget flags set to 'f' * * The dialog will by default be mod
www.eeworm.com/read/121089/6070503

txt curdir.txt

SUMMARY curdir #include int curdir(pstrBuf, chDrive) char *pstrBuf; char chDrive; DESCRIPTION curdir constructs a string at pstrBuf that is the current directory of the specif
www.eeworm.com/read/119117/6092835

java vdouble.java

package HECore.stddata; import HPCore.Exception.*; public class VDouble extends VNumber{ /** * Constructs a VDouble object representing a double in VB **/ public VDouble(doubl
www.eeworm.com/read/119117/6092837

java vsingle.java

package HECore.stddata; import HPCore.Exception.*; public class VSingle extends VNumber{ /** * Constructs a VString object representing a double in VB **/ public VSingle(d
www.eeworm.com/read/119117/6092841

java vint.java

package HECore.stddata; import HPCore.Exception.*; public class VInt extends VNumber { /** * Constructs a VInt object representation of a short in VB **/ public VInt(doub
www.eeworm.com/read/119117/6092843

java vlong.java

package HECore.stddata; import HPCore.Exception.*; public class VLong extends VNumber{ /** * Constructs a VLong object representation of double in VB **/ public VLong(dou
www.eeworm.com/read/114741/6122685

java book.java

package com.wrox.shop; /** * Models a Book offered by the publisher. */ public class Book { private String title; private double price; /** * Constructs a new Book *
www.eeworm.com/read/113536/6128050

txt curdir.txt

SUMMARY curdir #include int curdir(pstrBuf, chDrive) char *pstrBuf; char chDrive; DESCRIPTION curdir constructs a string at pstrBuf that is the current directory of the specif