代码搜索:constructs
找到约 1,240 项符合「constructs」的源代码
代码结果 1,240
www.eeworm.com/read/106865/15618843
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.
#
# RCS: @(#) $Id: console.tcl,v
www.eeworm.com/read/365527/9858542
c doubleelement.c
#include /* needed for memcpy() */
#include "mex.h"
/*
* doubleelement.c - example found in API guide
*
* constructs a 2-by-2 matrix with unsigned 16-bit integers, doubles
* eac
www.eeworm.com/read/198545/7929159
m indicato.m
function ind = indicato(x,setto0)
%INDICATO INDICATO(X) constructs indicator variables for the levels
% taken by the vector or matrix X. Levels are rounded down to
% integers. INDICATO(X,SETTO0)
www.eeworm.com/read/144212/5752993
bashdb
# kshdb - Korn Shell Debugger main file
# adapted from 'Learning the Korn Shell' by Bill Rosenblatt (O'Reilly)
# by Cigy Cyriac (cigy@felix.tulblr.unisys.com)
# Main driver: constructs full script (wi
www.eeworm.com/read/141300/5770210
readme
This directory holds a SPICE netlist with SPICE2 POLY constructs in
controlled sources as typically found in vendor models. The circuit
is just a two-stage transimpedance amp using an AD8009,
along w
www.eeworm.com/read/126074/6018583
exp modulprt.exp
TRUE
CLIPS> (batch "modulprt.bat")
TRUE
CLIPS> (clear) ; Test for illegal export/import constructs
CLIPS> (defmodule A (export ?ALL))
CLIPS> (defmodule B (export deffacts ?ALL))
[PRNTUTIL2] Syntax Er
www.eeworm.com/read/124399/6049834
exp modulprt.exp
TRUE
CLIPS> (batch "modulprt.bat")
TRUE
CLIPS> (clear) ; Test for illegal export/import constructs
CLIPS> (defmodule A (export ?ALL))
CLIPS> (defmodule B (export deffacts ?ALL))
[PRNTUTIL2] Syntax Er
www.eeworm.com/read/10764/189036
java tagquery.java
package com.google.gdata.client.douban;
import java.net.URL;
import java.util.List;
public class TagQuery extends DoubanQuery {
private static final String CAT = "cat";
/**
* Constructs a
www.eeworm.com/read/482538/1287503
cc icmppingresponder.cc
// -*- mode: c++; c-basic-offset: 4 -*-
/*
* icmppingresponder.{cc,hh} -- element constructs ICMP echo response packets
* Robert Morris, Eddie Kohler
*
* Copyright (c) 1999-2000 Massachusetts Inst
www.eeworm.com/read/470720/1444980
c gcov-4.c
/* Check that execution counts for various C constructs are reported
correctly by gcov. */
/* { dg-options "-fprofile-arcs -ftest-coverage" } */
/* { dg-do run { target native } } */
int do_somet