代码搜索:parameter

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

代码结果 10,000
www.eeworm.com/read/472899/6859560

m getdefaultarcparameter.m

function ArcSimulationData = GetDefaultArcParameter ; % init all of the parameters . % February 2004 % $Revision: 1.00 $ % define the string of the MainCircuitParameterText . ElementTyp
www.eeworm.com/read/472561/6870337

h field.h

#if !defined(AFX_FIELD_H__70C3B5EF_D2A2_4C1E_BA4D_4F30C008738B__INCLUDED_) #define AFX_FIELD_H__70C3B5EF_D2A2_4C1E_BA4D_4F30C008738B__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VE
www.eeworm.com/read/472239/6873736

f90 ans0402.f90

program main implicit none real, parameter :: PI=3.14159 real radius write(*,*) "请输入半径长" read(*,*) radius write(*,"(' 面积='f8.3)") radius*radius*PI end program
www.eeworm.com/read/471587/6885845

xsd dataset1.xsd

www.eeworm.com/read/471587/6885924

aspx viewcart.aspx

Protected Sub btpurchase_Click(ByVal sender As Object, ByVal e As System.EventArgs)
www.eeworm.com/read/471453/6892665

m displayoptimizationhistory.m

function displayoptimizationhistory(varargin) %DISPLAYOPTIMIZATIONHISTORY Display optimization history. % DISPLAYOPTIMIZATIONHISTORY(PARAMDEFCELL, ALLMEM, ALLVAL) displays some % graphs visualiz
www.eeworm.com/read/471453/6892673

m demo3.m

function demo3 %DEMO3 Demo for usage of DIFFERENTIALEVOLUTION. % DEMO3 starts searching the minimum of Shekel's Foxholes as a demo. This % demo is similar to DEMO2 except that it uses a function to
www.eeworm.com/read/471453/6892674

m demo1.m

function demo1 %DEMO1 Demo for usage of DIFFERENTIALEVOLUTION. % DEMO1 starts searching the minimum of Rosenbrock's saddle as a demo. % Modify this function for your first optimization. % % Markus
www.eeworm.com/read/471453/6892681

m demo2.m

function demo2 %DEMO2 Demo for usage of DIFFERENTIALEVOLUTION. % DEMO2 starts searching the minimum of Shekel's Foxholes as a demo. % Modify this function for your first optimization. % % Markus B
www.eeworm.com/read/471135/6898149

m iridge.m

function [B, S, h, peff] = iridge(Cxx, Cyy, Cxy, dof, options); %IRIDGE Individual ridge regressions with generalized cross-validation. % % [B, S, h, peff] = IRIDGE(Cxx, Cyy, Cxy, dof) returns a re