代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/225665/14526502
m chap5_3.m
%GA(Generic Algorithm) Program to optimize PID Parameters
clear all;
close all;
global rin yout timef
Size=30;
CodeL=3;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
MaxX(2)=1.0
www.eeworm.com/read/222611/14683495
m chap5_3.m
%GA(Generic Algorithm) Program to optimize PID Parameters
clear all;
close all;
global rin yout timef
Size=30;
CodeL=3;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
MaxX(2)=1.0
www.eeworm.com/read/115287/15019197
src pcckmodbus.src
; .\pcckmodbus.SRC generated from: pcckmodbus.c
; COMPILER INVOKED BY:
; C:\Keil\C51\BIN\C51.EXE pcckmodbus.c LARGE OBJECTADVANCED OPTIMIZE(SIZE) BROWSE ORDER NOAREGS DEBUG SRC(.\pcckmodbus.S
www.eeworm.com/read/214909/15083968
m chap5_3.m
%GA(Generic Algorithm) Program to optimize PID Parameters
clear all;
close all;
global rin yout timef
Size=30;
CodeL=3;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
MaxX(2)=1.0
www.eeworm.com/read/214224/15109699
m chap10_3a.m
%GA(Generic Algorithm) to Optimize Initial Parameters of RBF Approaching
clear all;
close all;
G=150;
Size=30;
CodeL=10;
for i=1:1:3
MinX(i)=0.1*ones(1);
MaxX(i)=3*ones(1);
end
for i=4
www.eeworm.com/read/205695/15309681
m chap5_3.m
%GA(Generic Algorithm) Program to optimize PID Parameters
clear all;
close all;
global rin yout timef
Size=30;
CodeL=3;
MinX(1)=zeros(1);
MaxX(1)=20*ones(1);
MinX(2)=zeros(1);
MaxX(2)=1.0
www.eeworm.com/read/17672/753569
tdf lpm_divide_q8p.tdf
--lpm_divide DEVICE_FAMILY="Cyclone" LPM_DREPRESENTATION="SIGNED" LPM_NREPRESENTATION="SIGNED" LPM_REMAINDERPOSITIVE="TRUE" LPM_WIDTHD=16 LPM_WIDTHN=16 OPTIMIZE_FOR_SPEED=5 denom numer quotient remain
www.eeworm.com/read/17672/753616
tdf lpm_divide_m8p.tdf
--lpm_divide DEVICE_FAMILY="Cyclone" LPM_DREPRESENTATION="SIGNED" LPM_NREPRESENTATION="SIGNED" LPM_REMAINDERPOSITIVE="TRUE" LPM_WIDTHD=32 LPM_WIDTHN=32 OPTIMIZE_FOR_SPEED=5 denom numer quotient remain
www.eeworm.com/read/494196/1161550
c wmr_aging.c
// testapp.cpp : Defines the entry point for the application.
//
#pragma optimize("", off)
#include
#include
#include
#define _MAX_SIZE_ (UINT32)0x400000
#d
www.eeworm.com/read/489717/1211203
bc makefile.bc
#
# Origional BC Makefile from Teun
#
#
CC = bcc
TLIB = tlib /0 /C
# note: the -3 flag produces code for 386, 486, Pentium etc; omit it for 286s
OPTIMIZE= -3 -O2
#WINDOWS