代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/110716/15527258
vhd i8051_all.vhd
-- Modification by Koay Kah Hoe
-- Optimize for Xilinx Spartan II FPGA implementation
-- Version : 2.9a
--
--
-- Copyright (c) 1999-2001 Tony Givargis. Permission to copy is granted
-- provided that
www.eeworm.com/read/375904/9344216
vhd i8051_ctr.vhd
-- Modification by Koay Kah Hoe
-- Optimize for Xilinx Spartan II FPGA implementation
-- Version : 2.9a
--
-- Copyright (c) 1999-2001 Tony Givargis. Permission to copy is granted
-- provided that thi
www.eeworm.com/read/169273/9870751
c optimumt1.c
//This program is used to optimize a high Pass Filter.
//Optimization can be implemented through External_Point_Punishment Method + Nelder and Mead's Simplex method
#define N 4 //the number of var
www.eeworm.com/read/169128/9880355
h mathstack.h
#pragma once
#include
using namespace std;
extern char* pFunctions[];
bool IsNumeric(LPCSTR lpcs);
CString TrimFloat(double f);
void OptimizeSign(CString& str);
void Optimize(CSt
www.eeworm.com/read/162070/10342209
makefile
PRG = main
OBJ = main.o \
MCU_TARGET = atmega8
OPTIMIZE = -O2
DEFS =
LIBS =
# You should not have to change anything below here.
www.eeworm.com/read/436837/7761964
m parapso.m
function C = parapso(trnX, trnY, tstX, tstY, PSOoptions)
%SIMPLEGENETICALGORITHM To optimize parameters by using the PSO algorithm.
ker='rbf';
global p1;
nps = PSOoptions(1); % number of p
www.eeworm.com/read/314474/13566664
gawk rank-vocab.gawk
#!/usr/local/bin/gawk -f
#
# rank-vocab --
# Given K different rankings of candidate vocabularies, and
# a held-out optimization unigram count file, optimize the
# combined ranking of words
#
# usa
www.eeworm.com/read/307145/13727598
refs
WEB REFERENCES
Hsieh, Paul
Programming Optimization
http://www.azillionmonkeys.com/qed/optimize.html
This page looks at optimization from several
different angles. The section which l