代码搜索:construct
找到约 6,584 项符合「construct」的源代码
代码结果 6,584
www.eeworm.com/read/165570/5481471
java admin.java
package People;
/** A person with bank administrator privileges. */
public class Admin extends Staff
{
/** Construct a new Admin object from a name, an employee id, and a password String */
p
www.eeworm.com/read/162614/5523282
f90 forall_2.f90
!program to test nested forall construct and forall mask
program test
implicit none
integer a(4,4)
integer i, j
do i=1,4
do j=1,4
a(j,i) = j-i
enddo
enddo
forall (i=2:4, a(1
www.eeworm.com/read/162614/5523294
f90 forall.f90
! Program to test the FORALL construct
program testforall
implicit none
integer, dimension (3, 3) :: a
integer, dimension (3) :: b
integer i
a = reshape ((/1, 2, 3, 4, 5, 6, 7, 8, 9/),
www.eeworm.com/read/162614/5540449
c pass38-frag.c
/* Test an odd construct for compilability. */
static void *fwd;
void *bwd = &fwd;
static void *fwd = &bwd;
int main ()
{
return 0;
}
www.eeworm.com/read/161513/5552275
java mutableint.java
// **********************************************************************
//
//
//
// BBN Technologies
// 10 Moulton Street
// Cambridge, MA 02138
// (617) 873-8000
//
// Copyright
www.eeworm.com/read/161513/5552789
java jgraphiclist.java
// **********************************************************************
//
//
//
// BBN Technologies
// 10 Moulton Street
// Cambridge, MA 02138
// (617) 873-8000
//
// Copyright
www.eeworm.com/read/161438/5553804
cpp list1.cpp
#ifdef __BCPLUSPLUS__
#include
#else
#include
#endif
#include
#include
using namespace std;
typedef list LISTSTR;
// Try each of the four c
www.eeworm.com/read/161110/5561037
java filterdirector.java
package com.easyjf.util.regx;
public class FilterDirector {
private FilterBuilder builder;
public FilterDirector(FilterBuilder builder) {
this.builder = builder;
}
publ
www.eeworm.com/read/158872/5590828
ms uread16.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned read*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
ldh r0,@r0
fail
exit 0
.data
.p2align 2
f
www.eeworm.com/read/158872/5590835
ms uwrite16.ms
# mach: m32r m32rx
# xerror:
# output: *misaligned write*
.include "testutils.inc"
start
; construct bra trap2_handler in trap 2 slot
ld24 r0,#foo+1
sth r0,@r0
fail
exit 0
.data
.p2align 2