代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/307069/13731956
h oci1.h
/*
* $Header: oci1.h 02-dec-97.19:29:14 skabraha Exp $
*/
/* Copyright (c) Oracle Corporation 1997, 1998. All Rights Reserved. */
/* NOTE: See 'header_template.doc' in the 'doc' dve under
www.eeworm.com/read/305986/13755590
vhd 各种功能的计数器.vhd
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
-- download from:www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all
www.eeworm.com/read/305635/13764116
m exa050905_tf2ss.m
% ------------------------------------------------------------------------------
% exa050905_tf2ss.m , for example 5.9.5
% to test tf2ss.m and ss2tf.m, to realize the conversion between H(z) and it
www.eeworm.com/read/305054/13779379
txt 各种功能的计数器.vhd.txt
-- MAX+plus II VHDL Example
-- Efficient Counter Inference
-- Copyright (c) 1994 Altera Corporation
-- download from:www.pld.com.cn & www.fpga.com.cn
Library IEEE ;
use IEEE.std_logic_1164.all
www.eeworm.com/read/304275/13796982
c expand.c
/*
* Copyright 1993-2002 Christopher Seiwald and Perforce Software, Inc.
*
* This file is part of Jam - see jam.c for Copyright information.
*/
/*
* expand.c - expand a buffer, given variable va
www.eeworm.com/read/304259/13797124
m isarray.m
function out = isarray(a)
% out = isarray(a)
% isarray: true if the variable is an array (>1-dimension), false if not
%
% usage: ret = isarray(v)
%
% arguments:
% a = variable.
% out = 1 if
www.eeworm.com/read/300969/13875806
c environ.c
/*
* environ.c - define the variable environ
*/
/* $Header: environ.c,v 1.1 90/09/27 13:39:50 eck Exp $ */
/*
* This file defines the variable environ and initializes it with a magic
* value
www.eeworm.com/read/238485/13882494
3 env.3
.TH env 3
.SH NAME
env \- manage the environment
.SH SYNTAX
.B #include
char **\fBenviron\fP;
char *\fBenv_get\fP(\fIname\fR);
.br
char *\fBenv_pick\fP();
char *\fIname\fR;
.SH DESCRIPTION
www.eeworm.com/read/152695/5670046
sh set-vars-freebsd.sh
#! /bin/sh
# LINUX VERSION
# Set the place where SciTech Software is installed, and where each
# of the supported compilers is installed. These environment variables
# are used by the batch file
www.eeworm.com/read/151784/5678917
java echo.java
/*
* Copyright (c) 2000 David Flanagan. All rights reserved.
* This code is from the book Java Examples in a Nutshell, 2nd Edition.
* It is provided AS-IS, WITHOUT ANY WARRANTY either expressed or