代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/251788/12319731
java outofrangeexception.java
/*!Begin Snippet:file*/
/**
* Thrown when an out-of-range error occurs.
*
* @author iCarnegie
* @version 1.0.0
*/
public class OutOfRangeException extends Exception {
/**
* Constr
www.eeworm.com/read/149739/12353776
m subsasgn.m
%SUBSASGN Subscript assignment overload for mappings
%
% This routine enables constructs like W.DATA = {DATA1, DATA2},
% i.e. the direct change of mapping fields.
www.eeworm.com/read/224153/14604552
h analyze.h
#ifndef _ANALYZE_H_
#define _ANALYZE_H_
/* Function buildSymtab constructs the symbol
* table by preorder traversal of the syntax tree
*/
void buildSymtab(TreeNode *);
/* Procedure ty
www.eeworm.com/read/121154/14768396
h analyze.h
#ifndef _ANALYZE_H_
#define _ANALYZE_H_
#include "globals.h"
#define SKIP -1
#define UNSKIP 0
/* Function buildSymtab constructs the symbol
* table by preorder traversal of the syntax
www.eeworm.com/read/219329/14887821
cpp multiviews.cpp
/* Copyright (c) 2004, Nokia. All rights reserved */
// INCLUDE FILES
#include "MultiViewsApplication.h"
// ========================== OTHER EXPORTED FUNCTIONS =========================
www.eeworm.com/read/116144/14987173
txt @psc_readme_2272_3.txt
Title: Standard Grammar Toolkit
Description: A collection of grammar definitions for standard constructs and datatypes such as numbers, strings, symbols (e.g. asterisk, pound, colon), and delimiters.
www.eeworm.com/read/115143/15024525
java int.java
package lolo.scans;
/** A class to scan for integer numbers.
*
* @author Bernd Kühl
(
www.eeworm.com/read/158872/5592513
cc printmethod.cc
/* Create some objects, and try to print out their methods. */
class A {
public:
virtual void virt() {};
void nonvirt() {};
};
int main()
{
A *theA = new A;
return 0; // breakpoint: con
www.eeworm.com/read/156531/5611550
h tune.h
/*
* sdbm - ndbm work-alike hashed database library
* tuning and portability constructs [not nearly enough]
* author: oz@nexus.yorku.ca
*/
#define BYTESIZ 8
/*
* important tuning parm
www.eeworm.com/read/194440/8193080
m contents.m
% CREWES synthetic sesimic by diffraction superposition
% The SYNSECTIONS toolbox provides a suite of tools to create synthetic seismic
% sections by superposition of hyperbolae and other events. Ea