代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/454264/1631200
as legenditemdata.as
package com.yahoo.astra.fl.charts.legend
{
import flash.display.Shape;
/**
* @author Josh Tynjala
*/
public class LegendItemData
{
//--------------------------------------
// Construct
www.eeworm.com/read/453176/1642020
m buildsfpyr.m
% [PYR, INDICES, STEERMTX, HARMONICS] = buildSFpyr(IM, HEIGHT, ORDER, TWIDTH)
%
% Construct a steerable pyramid on matrix IM, in the Fourier domain.
% This is similar to buildSpyr, except that:
%
www.eeworm.com/read/246364/4495382
java corbaapplication.java
package CorbaServer;
import com.sun.java.swing.UIManager;
public class CorbaApplication {
boolean packFrame = false;
//Construct the application
public CorbaApplication() {
C
www.eeworm.com/read/240162/4582746
c t132.c
// { dg-do assemble }
// GROUPS passed niklas construct-destruct
struct S { S (); ~S (); };
void f () { while (1) S s; }
www.eeworm.com/read/233448/4675564
c t132.c
// { dg-do assemble }
// GROUPS passed niklas construct-destruct
struct S { S (); ~S (); };
void f () { while (1) S s; }