代码搜索:Variables

找到约 10,000 项符合「Variables」的源代码

代码结果 10,000
www.eeworm.com/read/113519/6128276

am makefile.am

VBA_WM_IMAGES = \ stock-vba-wm-16.png \ stock-vba-wm-32.png \ stock-vba-wm-48.png \ stock-vba-wm-64.png VBA_WM_VARIABLES = \ stock_vba_wm_16 $(srcdir)/stock-vba-wm-16.png \ stock_vba_wm_32 $(
www.eeworm.com/read/350939/10695018

c uart128.c

#include //#include #include #include //#include /* #define TRUE 1 #define FALSE 0 // UART global variables // flag variables volatile
www.eeworm.com/read/347945/11623471

m fixer.m

function [upper1,x_min] = fixer(p,output); x = output.Primal; integer = uniquestripped([p.binary_variables p.integer_variables]); n = length(integer); Fnew = [round(x(integer)) -sparse(1:n,int
www.eeworm.com/read/205721/15309101

m merge_files.m

function [dataout]=merge_files(datain1,datain2) %[dataout]=merge_files(datain1,datain2) % %Function to merge multiple DSI variables into a single DSI variable. % %INPUT %DSI variables in order that t
www.eeworm.com/read/7668/127126

c uart128.c

#include //#include #include #include //#include /* #define TRUE 1 #define FALSE 0 // UART global variables // flag variables volatile
www.eeworm.com/read/461848/1549541

m test_nested_1.m

function res = test_nested_1 % This is the top level function. % Define some variables. a = 1; b = 2; x = 0; y = 9; % Display variables before call to fun1 fprintf('Before call to fun1:\n');
www.eeworm.com/read/461848/1549551

m test_nested_2.m

function res = test_nested_1 % This is the top level function. % Define some variables. a = 1; b = 2; x = 0; y = 9; % Display variables before call to fun1 disp('Before call to fun1:') di
www.eeworm.com/read/233448/4681647

f90 data_char_1.f90

! { dg-do run } ! Test character variables in data statements ! Also substrings of cahracter variables. ! PR14976 PR16228 program data_char_1 character(len=5) :: a(2) character(len=5) :: b(2) d
www.eeworm.com/read/303463/3810213

m fixer.m

function [upper1,x_min] = fixer(p,output); x = output.Primal; integer = uniquestripped([p.binary_variables p.integer_variables]); n = length(integer); Fnew = [round(x(integer)) -sparse(1:n,int
www.eeworm.com/read/366702/2877354

f90 data_char_1.f90

! { dg-do run } ! Test character variables in data statements ! Also substrings of character variables. ! PR14976 PR16228 program data_char_1 character(len=5) :: a(2) character(len=5) :: b(2) d