代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/216443/15006614
m examp_mixdual.m
%EXAMP_MIXDUAL How to use MIXDUAL
%
% This script illustrates how one can produce dual windows
% using MIXDUAL
%
% The example constructs a dual window that is more concentrated in
% the time
www.eeworm.com/read/214167/15111880
cpp prg8_1.cpp
// File: prg8_1.cpp
// the program outputs the interview schedule for a personnel director.
// the executive secretary constructs a queue of appointment times
// by reading the times from the keybo
www.eeworm.com/read/232525/4698649
js elemtimrclass.js
// Copyright 1998,1999 Macromedia, Inc. All rights reserved.
//Constructs a timer element
function MM_timr(theParent, theName, theInitialValue,
theNumberOfFrames, theTimeLimit,
www.eeworm.com/read/232525/4698663
js elemtimrclass.js
// Copyright 1998,1999 Macromedia, Inc. All rights reserved.
//Constructs a timer element
function MM_timr(theParent, theName, theInitialValue,
theNumberOfFrames, theTimeLimit,
www.eeworm.com/read/229812/4740775
pre03
#
# wmake regression tests
#
#
# 10-Feb-90 D.J.Gaudet Initial Implementation
#
true=
# error constructs in !if statements
!ifdef true
#
!else
#
!else ifdef true #
www.eeworm.com/read/207991/4999449
mal tst4003.mal
# The 4000 series deals with strategic optimizer constructs
# common subexpression evaluation
optimizer.setDebug();
optimizer.commonExpressionRemoval();
b:= new(:str,:str);
c:= new(:str,:str); #
www.eeworm.com/read/187933/5215106
java soapclient.java
package com.ca.jndiproviders.dsml;
/**
* SoapClient allows for a 'raw' soap message to be constructed and
* retrieved.
*
* It takes the soap message as text, constructs the appr
www.eeworm.com/read/342653/3230074
cpp activetimer.cpp
// Copyright (c) 2006 Nokia Corporation.
#include "ActiveTimer.h"
#include "ActiveTimerNotify.h"
// Constructs a CActiveTimer object
CActiveTimer* CActiveTimer::NewL(MActiveTimerNotify& aNot
www.eeworm.com/read/342172/3236986
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 g
www.eeworm.com/read/324709/3499286
cpp activetimer.cpp
// Copyright (c) 2006 Nokia Corporation.
#include "ActiveTimer.h"
#include "ActiveTimerNotify.h"
// Constructs a CActiveTimer object
CActiveTimer* CActiveTimer::NewL(MActiveTimerNotify& aNot