代码搜索:optimize

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

代码结果 6,026
www.eeworm.com/read/359369/2978466

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 train
www.eeworm.com/read/260597/4331084

inc architec.inc

;*** ; FILE: ARCHITEC.INC - architecture-specific items for QBI ; ; Copyright 1985, 1986, 1987 Microsoft Corporation ; ;Purpose: ; ; This file contains macros that allow us to optimize
www.eeworm.com/read/172295/9714903

changes

1.5.3 - Fixed some bugs introduced with 1.5.1 - Added an option in khmetis and HMETIS_PartKway to directly optimize the sum of external degrees. 1.5.2 - Fixed a bug related to the interfac
www.eeworm.com/read/411034/11259355

c serpent.c

// serpent.cpp - written and placed in the public domain by Wei Dai /* Adapted for TrueCrypt by the TrueCrypt Foundation */ #ifdef TC_WINDOWS_BOOT #pragma optimize ("t", on) #endif #include
www.eeworm.com/read/132702/14078043

c skipjack.c

/* * Optimized implementation of SKIPJACK algorithm * * originally written by Panu Rissanen 1998.06.24 * optimized by Mark Tillotson 1998.06.25 * optimize
www.eeworm.com/read/291273/8430234

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/291273/8430615

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/181902/9231064

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/181902/9231396

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/177674/9442529

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