代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/226376/4785551
java staticfactory.java
package cn.hxex.springcore.construct;
public class StaticFactory {
public static StaticFactoryBean getStaticFactoryBeanInstance() {
return new StaticFactoryBean();
}
}
www.eeworm.com/read/206142/5011178
3 qccwavfilterbankmakeorthogonal.3
.TH QCCWAVFILTERBANKMAKEORTHOGONAL 3 "QCCPACK" ""
.SH NAME
QccWAVFilterBankMakeOrthogonal, QccWAVFilterBankMakeBiorthogonal \-
construct orthogonal and biorthogonal filter banks
given a set of coeffi
www.eeworm.com/read/120487/6072369
c view.c
/*-------------------------------------------------------------------------
*
* view.c
* use rewrite rules to construct views
*
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development
www.eeworm.com/read/470720/1447563
c t114.c
// Build don't link:
// GROUPS passed niklas explicit-construct
struct A { A(); };
struct B { B(A&); };
B b(A());
www.eeworm.com/read/470693/1459509
c t114.c
// Build don't link:
// GROUPS passed niklas explicit-construct
struct A { A(); };
struct B { B(A&); };
B b(A());
www.eeworm.com/read/457459/1597072
java accelerationstructure.java
package org.sunflow.core;
public interface AccelerationStructure {
/**
* Construct an acceleration structure for the specified primitive list.
*
* @param primitives
*/
www.eeworm.com/read/453915/1636320
dash-b
# -*-perl-*-
$description = "Test make -B (always remake) option.\n";
$details = "\
Construct a simple makefile that builds a targe
www.eeworm.com/read/240162/4582747
c t114.c
// { dg-do assemble }
// GROUPS passed niklas explicit-construct
struct A { A(); };
struct B { B(A&); };
B b(A());
www.eeworm.com/read/233448/4675565
c t114.c
// { dg-do assemble }
// GROUPS passed niklas explicit-construct
struct A { A(); };
struct B { B(A&); };
B b(A());