代码搜索:initial

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

代码结果 10,000
www.eeworm.com/read/276468/10736209

f90 fluid_initial.f90

subroutine initial() use varible integer I,J,K ENTRY GRID LSOLVE(4)=.TRUE. LAST=22 XL=0.5 YL=0.5 CALL UGRID RETURN ENTRY START TW=0
www.eeworm.com/read/455719/7367769

v lcd_test_initial.v

//`include "F:\jeffie\quartus\lcdfinal\LCD_Controller.v" module LCD_TEST_initial( // Host Side iCLK,iRST_N, LEDR, LEDG, // LCD Side LCD_DATA,LCD_RW,LCD_EN,LCD_RS,LCD_X
www.eeworm.com/read/449577/7500358

m sb_load_initial.m

function []=sb_load_initial() %SB_LOAD_INITIAL Initial load of PS files into matlab workspace % SB_LOAD_INITIAL() loads 'pscands.1.*' files and stores them % in various workspaces. The version num
www.eeworm.com/read/449577/7500381

m sb_parms_initial.m

%SB_PARMS_INITIAL Initialize parms to default values for short baselines % % Andy Hooper, Jan 2008 parmfile='parms'; parms=struct('Created',date); parms.small_baseline_flag='y'; % small baseline
www.eeworm.com/read/449577/7500383

m ps_parms_initial.m

%PS_PARMS_INITIAL Initialize parms to default values for PS processing % % Andy Hooper, Jan 2008 parmfile='parms'; parms=struct('Created',date); parms.small_baseline_flag='n'; % PS ifgs with sing
www.eeworm.com/read/449577/7500386

m ps_load_initial.m

function []=ps_load_initial() %PS_LOAD_INITIAL Initial load of PS files into matlab workspace % PS_LOAD_INITIAL() loads various files and stores them % in various workspaces. The version number, P
www.eeworm.com/read/440983/7678257

m initial_2genetic.m

function population=initial_2genetic(range_min,range_max,count_population) step=(range_max-range_min)/(count_population-1); population=range_min:step:range_max; % population1=range_min+round(ra
www.eeworm.com/read/440983/7678258

asv initial_2genetic.asv

function population=initial_2genetic(range_min,range_max,count_population) step=(range_max-range_min)/(count_population); populaiton=range_min:step:range_max; % population1=range_min+round(rand