代码搜索:parameter
找到约 10,000 项符合「parameter」的源代码
代码结果 10,000
www.eeworm.com/read/165649/10055373
cdf 00bsp.cdf
/* 00bsp.cdf - BSP configuration file */
/* Copyright 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,12jul02,pai Updated SYS_CLK_RATE_MAX for specific CPU types (
www.eeworm.com/read/360340/10101867
input-real
Number of Real and Binary Variables (nreal 0)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Real-parameter mutation pro
www.eeworm.com/read/280231/10345076
cdf 00bsp.cdf
/* 00bsp.cdf - BSP configuration file */
/* Copyright 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,12jul02,pai Updated SYS_CLK_RATE_MAX for specific CPU types (
www.eeworm.com/read/417139/11002345
cdf 00bsp.cdf
/* 00bsp.cdf - BSP configuration file */
/* Copyright 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01c,12jul02,pai Updated SYS_CLK_RATE_MAX for specific CPU types (
www.eeworm.com/read/462739/7196839
input-real
Number of Real and Binary Variables (nreal 0)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Real-parameter mutation pro
www.eeworm.com/read/458682/7291780
sh getopt-simple.sh
#!/bin/bash
# getopt-simple.sh
# Author: Chris Morgan
# Used in the ABS Guide with permission.
getopt_simple()
{
echo "getopt_simple()"
echo "Parameters are '$*'"
until [ -z "$1" ]
d
www.eeworm.com/read/450313/7485783
txt input-real.txt
Number of Real and Binary Variables (nreal 0)
Number of Objectives (2)
Number of Constraints (2)
Population size (100)
Maximum generations (100)
Crossover probability (0.9)
Real-parameter mutati
www.eeworm.com/read/438832/7725330
sh ex60.sh
#!/bin/bash
# 函数和参数
DEFAULT=default # 默认参数值.
func2 () {
if [ -z "$1" ] # 第一个参数是否长度为零?
then
echo "-Parameter #1 is zero length.-" #
www.eeworm.com/read/298605/7949792
cdf 00bsp.cdf
/* 00bsp.cdf - BSP configuration file */
/* Copyright 2002 Wind River Systems, Inc. */
/*
modification history
--------------------
01e,01oct02,hdn added DEBUG_STORE component and parameters.
01d,2
www.eeworm.com/read/145366/12733171
asv vqdecode.asv
function parameter=VQdecode(codeNum,CodeBoundary,dim1,dim2,filename)
parameter=zeros(dim1,dim2);
parameter1=zeros(dim1,dim2);
parameter2=zeros(dim1,dim2);
fid=fopen(filename,'rb');
if(fid==-1)