代码搜索:constructs

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

代码结果 1,240
www.eeworm.com/read/282518/4101135

cpp subform1.cpp

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

java wombatactor.java

import javax.microedition.lcdui.Graphics; /** * The main player actor, the Wombat. * @author Martin J. Wells */ public class WombatActor extends Actor { /** * Constructs a new Womb
www.eeworm.com/read/440906/1775097

c bprob-1.c

/* Check that various C constructs are handled correctly by profile-directed block ordering. This test is the same as gcov-4.c. The "count" comments are left in to make comparisons easier
www.eeworm.com/read/429426/1948686

py sql3.py

# Description: Reads a data from MySQL data base and constructs a classification tree # Category: file formats # Classes: orngMySQL.Connect # Referenced: orngMySQL.htm import orange, orn
www.eeworm.com/read/419118/2080833

java mytoken.java

public class MyToken extends Token { /** * Constructs a new token for the specified Image and Kind. */ public MyToken(int kind, String image) { this.kind = kind; this.image = ima
www.eeworm.com/read/418437/2089211

java mytoken.java

public class MyToken extends Token { /** * Constructs a new token for the specified Image and Kind. */ public MyToken(int kind, String image) { this.kind = kind; this.image = ima
www.eeworm.com/read/379466/2673655

java wombatactor.java

import javax.microedition.lcdui.Graphics; /** * The main player actor, the Wombat. * @author Martin J. Wells */ public class WombatActor extends Actor { /** * Constructs a new Womb
www.eeworm.com/read/373038/2767488

java money.java

package junit.samples.money; /** * A simple Money. * */ public class Money implements IMoney { private int fAmount; private String fCurrency; /** * Constructs a money from the given amount
www.eeworm.com/read/366879/2858751

java wombatactor.java

import javax.microedition.lcdui.Graphics; /** * The main player actor, the Wombat. * @author Martin J. Wells */ public class WombatActor extends Actor { /** * Constructs a new Womb
www.eeworm.com/read/366702/2869085

c bprob-1.c

/* Check that various C constructs are handled correctly by profile-directed block ordering. This test is the same as gcov-4.c. The "count" comments are left in to make comparisons easier