代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/371680/9542417
m adtayl.m
function obj = adtayl(a, p)
% Constructor for ADTAYL class.
% An ADTAYL object has one field TC. In the scalar case, TC is a row
% vector of length (p+1) holding the coefficients x_0, x_1, ... x_p
www.eeworm.com/read/170484/9803739
def stab.def
/* Table of DBX symbol codes for the GNU system.
Copyright (C) 1988, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/170484/9803855
def stab.def
/* Table of DBX symbol codes for the GNU system.
Copyright (C) 1988, 91, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
www.eeworm.com/read/366181/9826180
vhd 10_bit_to_int.vhd
function bit_to_int (in1:bit_vector) return integer is
ALIAS v1: BIT_VECTOR(in1'LENGTH-1 DOWNTO 0) IS in1;
variable inpv : bit_vector(in1'LENGTH-1 DOWNTO 0 );
variable SUM: integer
www.eeworm.com/read/366144/9827760
m gmchecknormals.m
function [varargout]=gmchecknormals(varargin)
%% gmchecknormals checks how much the brep faces deviate from being G^1.
%% Tcl/Tk: gmset {maxvar facename pointnum} [gmchecknormals $b]
%% Matlab: [m
www.eeworm.com/read/366144/9829969
readme_src
You have downloaded QMG2.0.1 source code. QMG2.0 is written by
S. Vavasis (and others mentioned in src files) and is copyrighted (c)
1999 by Cornell University. See the accompanying file 'copyrigh
www.eeworm.com/read/366065/9833866
tcl uniparse.tcl
# uniParse.tcl --
#
# This program parses the UnicodeData file and generates the
# corresponding tclUniData.c file with compressed character
# data tables. The input to this program should be the lat
www.eeworm.com/read/366065/9834020
c tclresolve.c
/*
* tclResolve.c --
*
* Contains hooks for customized command/variable name resolution
* schemes. These hooks allow extensions like [incr Tcl] to add
* their own name resolution
www.eeworm.com/read/366065/9834168
h tclint.h
/*
* tclInt.h --
*
* Declarations of things used internally by the Tcl interpreter.
*
* Copyright (c) 1987-1993 The Regents of the University of California.
* Copyright (c) 1993-1997 Lucent Tech