代码搜索:optimize

找到约 6,026 项符合「optimize」的源代码

代码结果 6,026
www.eeworm.com/read/176823/9483213

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/351934/9829140

pas uxlssst.pas

unit UXlsSST; {$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF} //This is a unit to optimize the SST for a big number of strings. //Optimizations: //We use
www.eeworm.com/read/351934/9829487

pas uxlssst2.pas

unit UXlsSST; //This is a unit to optimize the SST for a big number of strings. //Optimizations: //We use records, no objects to strore the strings (4 bytes of VMT per string and avoid calling cr
www.eeworm.com/read/358450/10189007

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/358349/10192082

pas uxlssst.pas

unit UXlsSST; {$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF} //This is a unit to optimize the SST for a big number of strings. //Optimizations: //We use
www.eeworm.com/read/358349/10192252

pas uxlssst2.pas

unit UXlsSST; //This is a unit to optimize the SST for a big number of strings. //Optimizations: //We use records, no objects to strore the strings (4 bytes of VMT per string and avoid calling cr
www.eeworm.com/read/162075/10341966

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/424916/10398622

pas uxlssst.pas

unit UXlsSST; {$IFDEF LINUX}{$INCLUDE ../FLXCOMPILER.INC}{$ELSE}{$INCLUDE ..\FLXCOMPILER.INC}{$ENDIF} //This is a unit to optimize the SST for a big number of strings. //Optimizations: //We use
www.eeworm.com/read/424916/10399236

pas uxlssst2.pas

unit UXlsSST; //This is a unit to optimize the SST for a big number of strings. //Optimizations: //We use records, no objects to strore the strings (4 bytes of VMT per string and avoid calling cr
www.eeworm.com/read/399094/7895330

cpp deferpos.cpp

#include "stdafx.h" #include "DeferPos.h" // Constructor // This sets up the RAIA idiom by calling BeginDeferWindowPos. The number of windows // can be passed as an argument to optimize memory m