代码搜索:optimal

找到约 1,785 项符合「optimal」的源代码

代码结果 1,785
www.eeworm.com/read/176500/9495690

m optimal.m

function Optimal clear all; n = 34; f = [0 0.28 0.36 0.66 0.74 1]; m = [0 0 1 1 0 0]; w = [12.2 1 12.2]; ftype = 1; if ftype==1 b = remez(n,f,m,w) %multiband filter elseif ftype==
www.eeworm.com/read/168454/9912383

m optimal.m

function Optimal clear all; n = 34; f = [0 0.28 0.36 0.66 0.74 1]; m = [0 0 1 1 0 0]; w = [12.2 1 12.2]; ftype = 1; if ftype==1 b = remez(n,f,m,w) %multiband filter elseif ftype==
www.eeworm.com/read/165315/10068118

png optimal.png

www.eeworm.com/read/164297/10119509

java optimal.java

// Find "optimal" solution using least-cost. import java.util.*; import java.io.*; // Flight information. class FlightInfo { String from; String to; int distance; boolean skip; // us
www.eeworm.com/read/265144/11280954

c optimal.c

www.eeworm.com/read/264746/11302976

m optimal.m

function Optimal clear all; n = 34; f = [0 0.28 0.36 0.66 0.74 1]; m = [0 0 1 1 0 0]; w = [12.2 1 12.2]; ftype = 1; if ftype==1 b = remez(n,f,m,w) %multiband filter elseif ftype==
www.eeworm.com/read/400617/11571569

class optimal.class

www.eeworm.com/read/400617/11571598

java optimal.java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package util; import java.awt.Color; import java.awt.Label; import java.util.logging.Level; import
www.eeworm.com/read/259246/11811409

cpp optimal.cpp

#include #include using namespace std; #define max 1000000 #define m 10 #define n 10 void optimal(float *p,float *q,float (*&root)[n+1],float (*&e)[n+2]) //void op
www.eeworm.com/read/131535/14140183

java optimal.java

// Find "optimal" solution using least-cost. import java.util.*; import java.io.*; // Flight information. class FlightInfo { String from; String to; int distance; boolean skip; // us