代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/492058/6423798
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/481033/6655890
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/478412/6717150
m zoptimize.m
function Merit = zOptimize(Cycles)
% zOptimize - Optimize the lens in the ZEMAX DDE server.
%
% Usage : Merit = zOptimize(Cycles)
% zOptimize calls the ZEMAX Damped Least Squares optimizer
% wher
www.eeworm.com/read/409436/11326678
pas tmsuxlssst.pas
unit tmsUXlsSST;
{$INCLUDE ..\FLXCOMPILER.INC}
//This is a unit to optimize the SST for a big number of strings.
//Optimizations:
//We use records, no objects to store the strings (4 bytes of VM
www.eeworm.com/read/342841/11996799
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/152786/12082859
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/339960/12190978
c dianji.c
*******************************************************************/
#pragma optimize(8,size)
#pragma SYMBOLS
#pragma NOAREGS
#pragma small
#include
#include "STC12C4052.h"
#i
www.eeworm.com/read/336724/12420241
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/130467/14191274
c skipjack.c
/*
* Optimized implementation of SKIPJACK algorithm
*
* originally written by Panu Rissanen 1998.06.24
* optimized by Mark Tillotson 1998.06.25
* optimize