代码搜索:Variable
找到约 10,000 项符合「Variable」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2872520
adb pointer_variable_bounds.adb
-- { dg-do compile }
-- { dg-options "-gnatws" }
package body pointer_variable_bounds is
function COMPONENT_DAT(BP : in BUNDLE_POINTER_TYPE; CP : in COMP_POINTER_TYPE) return HALF_INTEGER is
www.eeworm.com/read/366702/2872699
ads pointer_variable_bounds.ads
with pointer_variable_bounds_q; use pointer_variable_bounds_q;
package pointer_variable_bounds is
type HALF_INTEGER is range -32768 .. 32767;
subtype HALF_NATURAL is HALF_INTEGER range 0 ..
www.eeworm.com/read/361258/2948844
c example_variable_placement.c
/* Example illustrating how to locate a variable at a specific address*/
/***********************************************************************
* In this example, array buf1 is located at
www.eeworm.com/read/260165/4334637
h environment_variable_unittest_.h
// Updated: 30th May 2006
#if !defined(UNIXSTL_INCL_UNIXSTL_SYSTEM_HPP_ENVIRONMENT_VARIABLE)
# error This file cannot be directly included, and should only be included within unixstl/system/envi
www.eeworm.com/read/260165/4334666
hpp environment_variable_traits.hpp
/* /////////////////////////////////////////////////////////////////////////
* File: platformstl/system/environment_variable_traits.hpp
*
* Purpose: Definition of the environment_vari
www.eeworm.com/read/260165/4335069
h environment_variable_unittest_.h
// Updated: 6th June 2006
#if !defined(WINSTL_INCL_WINSTL_SYSTEM_HPP_ENVIRONMENT_VARIABLE)
# error This file cannot be directly included, and should only be included within winstl/system/environ
www.eeworm.com/read/471564/6885110
asm a00_variable_define.asm
;****************************************************************************************
;****************************************************************************************
;=================
www.eeworm.com/read/294611/8216706
m som_norm_variable.m
function [x,sNorm] = som_norm_variable(x, method, operation)
%SOM_NORM_VARIABLE Normalize or denormalize a scalar variable.
%
% [x,sNorm] = som_norm_variable(x, method, operation)
%
% xnew = som_no
www.eeworm.com/read/193277/8242041
m find_variable_bounds.m
function [lb,ub,cand_rows] = find_variable_bounds(A,b,Aeq,beq)
n = size(A,2);
lb = -inf*ones(n,1);
ub = inf*ones(n,1);
cand_rows = [];
if size(A,1)>0
cand_rows = find(sum(A~=0,2)==1);
www.eeworm.com/read/367875/9724977
m som_norm_variable.m
function [x,sNorm] = som_norm_variable(x, method, operation)
%SOM_NORM_VARIABLE Normalize or denormalize a scalar variable.
%
% [x,sNorm] = som_norm_variable(x, method, operation)
%
% xnew = som_no