代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/115227/15020522
in makefile.in
#
# Makefile.in for the MPEG Library -- this has to be processed by
# `configure' to be meaningful!
#
SHELL = /bin/sh
# Compiler and compiler/preprocessor flags
CC = @CC@
OPTIMIZE
www.eeworm.com/read/494196/1161562
c garbagecollect.c
// testapp.cpp : Defines the entry point for the application.
//
#pragma optimize("", off)
#include
#include "WMRTypes.h"
///////////////////////////////////////////////////////
www.eeworm.com/read/431751/8656201
cfg doxygen.cfg
PROJECT_NAME = "libDSP"
PROJECT_NUMBER = 5.0.2
#OUTPUT_DIRECTORY
#OUTPUT_LANGUAGE = Finnish
EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
#HIDE_UNDOC_MEMBERS
#HIDE_UNDOC_CLASSES
#B
www.eeworm.com/read/144089/12818364
txt o.txt
O 【 缩 】 Ohm 欧 姆
O 【 缩 】 Operate 操作
O 【 缩 】 Operation 运 算
O 【 缩 】 Optimize 性能 优 化
www.eeworm.com/read/138959/5812027
pas firstfit.pas
unit FirstFit;
interface
uses
Windows, ActiveX, ComObj, classes, BinIntf, BinBase;
type
TFirstFit = class(TAbstractOneDBin)
procedure Optimize; override;
function GetName: Wid
www.eeworm.com/read/138959/5812028
pas nextfit.pas
unit NextFit;
interface
uses
Windows, ActiveX, ComObj, classes, BinIntf, BinBase;
type
TNextFit = class(TAbstractOneDBin)
procedure Optimize; override;
function GetName: WideS
www.eeworm.com/read/138959/5812029
pas bestfit.pas
unit BestFit;
interface
uses
Windows, ActiveX, ComObj, classes, BinIntf, BinBase;
type
TBestFit = class(TAbstractOneDBin)
procedure Optimize; override;
function GetName: WideS
www.eeworm.com/read/487590/6506026
vhd t42.vhd
--
-- This file tests support for the use of the don't care "----" to perform optimisation.
-- This notation should indicate to your synthesis tool to optimize the logic for the remaining
-- cases
www.eeworm.com/read/410455/11286336
c lm_test.c
/*
* Project: LevenbergMarquardtLeastSquaresFitting
*
* File: lm_test.c
*
* Contents: This test program demonstrates the least-squares standard task:
* optimize p to fit som
www.eeworm.com/read/128322/14305228
pas firstfit.pas
unit FirstFit;
interface
uses
Windows, ActiveX, ComObj, classes, BinIntf, BinBase;
type
TFirstFit = class(TAbstractOneDBin)
procedure Optimize; override;
function GetName: Wid