代码搜索:optimization
找到约 10,000 项符合「optimization」的源代码
代码结果 10,000
www.eeworm.com/read/344585/3207731
m graddesc.m
function [x, options, flog, pointlog] = graddesc(f, x, options, gradf, ...
varargin)
%GRADDESC Gradient descent optimization.
%
% Description
% [X, OPTIONS, FLOG, POINTLOG] = GRADDESC(F, X, OPTIONS
www.eeworm.com/read/340665/3279911
c 20031011-1.c
/* PR optimization/12544 */
/* Origin: Tony Hosking */
/* Verify that non-local structures passed by invisible
reference are correctly put in the stack. */
typedef struct
www.eeworm.com/read/340665/3280462
c 20031009-1.c
/* PR optimization/12510 */
/* Origin: Lars Skovlund */
/* Reduced testcase by Volker Reichelt */
/* Verify that one splitting pass is not missing
www.eeworm.com/read/340665/3280614
c overflow-1.c
/* PR optimization/13318 */
/* Origin: */
/* Reduced testcase: Wolfgang Bangerth */
/* Verify that the big multiplier doesn't cause an integer
overflow in th
www.eeworm.com/read/340665/3280760
c mi6.c
/* Another test case for over-eager multiple include optimization,
where the leading "#if !defined" expression is obtained partially,
or wholly, from macros. Neil Booth, 30 Sep 2001. */
/* {
www.eeworm.com/read/340665/3280910
c mi6.c
/* Another test case for over-eager multiple include optimization,
where the leading "#if !defined" expression is obtained partially,
or wholly, from macros. Neil Booth, 30 Sep 2001. */
/* {
www.eeworm.com/read/340425/3286420
java fpscounter.java
package net.sf.fmj.utility;
/**
* Utility for measuring FPS, used for benchmarking and optimization.
* @author Ken Larson
*
*/
public class FPSCounter
{
private int frames;
private long start
www.eeworm.com/read/321483/3535648
pl mpeix.pl
# Fall back to -O optimization to avoid known gcc 2.8.0 -O2 problems on MPE/iX.
# Mark Bixby
$self->{OPTIMIZE} = '-O';
www.eeworm.com/read/447738/1695731
exp lcall.exp
# Test Xtensa longcall optimization.
# By David Heine, Tensilica, Inc.
# Copyright 2002, 2003
# Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
www.eeworm.com/read/440906/1781553
c 20031011-1.c
/* PR optimization/12544 */
/* Origin: Tony Hosking */
/* Verify that non-local structures passed by invisible
reference are correctly put in the stack. */
typedef struct