代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/461036/1555481
txt pa2_grammar.txt
/*
* This is a LL(1) grammar for part of Iota. It does not yet handle the
* following constructs:
* 1. If statements
* 2. Expression statements (i.e., stmt_expr)
* 3. Binary and u
www.eeworm.com/read/232525/4698640
js interactionclass.js
// Copyright 1998,1999 Macromedia, Inc. All rights reserved.
// Localization strings
var TRACK_system_not_found = "Tracking system not found.";
//Constructs an Interaction
function MM_interact
www.eeworm.com/read/207991/5000166
mal tst4003.mal
# The 4000 series deals with strategic optimizer constructs
# common subexpression evaluation
optimizer.setDebug();
optimizer.commonTerms();
b:= bat.new(:str,:str);
c:= bat.new(:str,:str); # ide
www.eeworm.com/read/206087/5012070
h dspoutalsa.h
#ifndef DSPOUTALSA_H_INCLUDED
#define DSPOUTALSA_H_INCLUDED
#include
#include "dspout.h"
class DspOutAlsa : public DspOut
{
public:
/**
* Constructs a DspOutAlsa object represe
www.eeworm.com/read/188551/5208725
readme
HULL
----
Hull reads a file containing a list of 3D points, constructs their
convex hull, and writes it to an output file using the OFF file
format. OFF files can be viewed using Geomview
http
www.eeworm.com/read/332624/3395269
java csvdataset.java
package org.dbunit.dataset.csv;
import java.io.File;
import org.dbunit.dataset.CachedDataSet;
import org.dbunit.dataset.DataSetException;
/**
* This class constructs an IDataSet given a di
www.eeworm.com/read/324136/3505762
tcl console.tcl
# console.tcl --
#
# This code constructs the console window for an application. It
# can be used by non-unix systems that do not have built-in support
# for shells.
#
# SCCS: @(#) console.tcl 1.45 9
www.eeworm.com/read/323581/3513872
tcl console.tcl
# console.tcl --
#
# This code constructs the console window for an application. It
# can be used by non-unix systems that do not have built-in support
# for shells.
#
# SCCS: @(#) console.tcl 1.34 9
www.eeworm.com/read/323581/3513874
tcl console.tcl
# console.tcl --
#
# This code constructs the console window for an application. It
# can be used by non-unix systems that do not have built-in support
# for shells.
#
# SCCS: @(#) console.tcl 1.28 9
www.eeworm.com/read/299298/3854446
java regexp.java
package com.pub.util;
/*
* Created on 2005-4-15
*
* Summary of regular-expression constructs 正则表达式结构简介:
* Construct Matches
* Characters 字符:
* x The character