代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/123789/14612556
unx makefile.unx
#
# Makefile for Unix platforms
#
# compiler flags: -O - optimize code for execution speed
#
CC = cc
CLIBS = -L. -lmnpak -lm
CFLAGS = -O
CALOBS = cal_main.o
www.eeworm.com/read/123349/14636960
todo
ffmpeg TODO list:
----------------
(in approximate decreasing priority order)
- Improve the bit rate control for video codecs.
- optimize motion vector search for real time and fix cpu/mmx d
www.eeworm.com/read/220289/14843814
m netopt.m
function [net, options, varargout] = netopt(net, options, x, t, alg);
%NETOPT Optimize the weights in a network model.
%
% Description
%
% NETOPT is a helper function which facilitates the training o
www.eeworm.com/read/115860/14999276
unx makefile.unx
#
# Makefile for Unix platforms
#
# compiler flags: -O - optimize code for execution speed
#
CC = cc
CLIBS = -L. -lmnpak -lm
CFLAGS = -O
CALOBS = cal_main.o
www.eeworm.com/read/212307/15160121
m netopt.m
function [net, options, varargout] = netopt(net, options, x, t, alg);
%NETOPT Optimize the weights in a network model.
%
% Description
%
% NETOPT is a helper function which facilitates the training o
www.eeworm.com/read/344585/3207734
m netopt.m
function [net, options, varargout] = netopt(net, options, x, t, alg);
%NETOPT Optimize the weights in a network model.
%
% Description
%
% NETOPT is a helper function which facilitates the training o
www.eeworm.com/read/321483/3534607
pl darwin.pl
# gcc -O3 (and -O2) get overly excited over B.c in MacOS X 10.1.4.
$self->{OPTIMIZE} = '-O1';
www.eeworm.com/read/396844/2406667
m netopt.m
function [net, options, varargout] = netopt(net, options, x, t, alg);
%NETOPT Optimize the weights in a network model.
%
% Description
%
% NETOPT is a helper function which facilitates the training o
www.eeworm.com/read/261925/4319262
py simplexloop.py
#
# Optimize parameters
#
"""Usage: %(program)s [options] -c command
Where:
-h
Show usage and exit.
-c command
The command to be run, with all its options.
The last l