代码搜索:answer
找到约 6,541 项符合「answer」的源代码
代码结果 6,541
www.eeworm.com/read/484379/6586489
m immune_algo.m
function Immune_Algo(prompt,def)
%'种群总数N','个体串长L','细胞克隆规模M','克隆选择率α(0.1,1)','抗体抑制半径σ(0,0.5)','自我抗体产生比率? (0.05,0.08)','终止代数R'
%close all
clear all
clc
%[file,path]=uigetfile('*.*','打开数据文件');
pr
www.eeworm.com/read/484379/6586499
asv immune_algo.asv
function Immune_Algo(prompt,def)
%'种群总数N','个体串长L','细胞克隆规模M','克隆选择率α(0.1,1)','抗体抑制半径σ(0,0.5)','自我抗体产生比率? (0.05,0.08)','终止代数R'
%close all
%clear all
%clc
%[file,path]=uigetfile('*.*','打开数据文件');
www.eeworm.com/read/484379/6586509
m immune_algo.m
function Immune_Algo(prompt,def)
%'种群总数N','个体串长L','细胞克隆规模M','克隆选择率α(0.1,1)','抗体抑制半径σ(0,0.5)','自我抗体产生比率? (0.05,0.08)','终止代数R'
%close all
clear all
%[file,path]=uigetfile('*.*','打开数据文件');
promp
www.eeworm.com/read/479064/6698649
c res_query.c
/*
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are p
www.eeworm.com/read/477183/6739645
java cubicequation.java
package MyPakeage;
public class CubicEquation implements t1 {
double m, n, t, s, x1 = 0, x2 = 0, x3 = 0;
public void x1() {
if (m == 0) {
System.out
.print("Error Input!\n System
www.eeworm.com/read/476849/6752129
java clientwithsr.java
import ByteSendReceive.*;
import MessageMarshaller.*;
import Registry.*;
import Commons.Address;
public class ClientWithSR
{
public static void main(String args[])
{
new Configuration();
www.eeworm.com/read/265252/11272123
m tryweights.m
function TerminateNotContinue=TryWeights(MeanShape,tEigenvectors,ContoursEndingPoints);
%function TerminateNotContinue=TryWeights(MeanShape,tEigenvectors,ContoursEndingPoints);
t=size(tEigenvectors,2