代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/340665/3270344
readme optimize.readme
Craig, this is a reminder that rk thinks that the right way to build the
assembler mem/string stuff is to:
1. Undef armv4 in the machine/Makefile
2. Define __XSCALE__ in xscale.h
www.eeworm.com/read/340665/3276176
c optimize.c
// Bug: g++ claims that control can fall off the end of these functions.
// PRMS Id: 4943
// Special g++ Options: -O -pedantic-errors
// Build don't link:
struct A {
A();
A(const A&);
A& operat
www.eeworm.com/read/325480/3483481
m optimize.m
function [co, p, fret, its]=optimize(co, p, param)
% [co, p, fret, iter]=cg_optimizable.optimize(co, p)
%
% The Fletcher-Reeves-Polak-Ribiere-Conjugate Gradient Algorithm
% (from Numerical Recipe
www.eeworm.com/read/299717/3851109
m optimize.m
function [co, p, fret, its]=optimize(co, p, param)
% [co, p, fret, iter]=cg_optimizable.optimize(co, p)
%
% The Fletcher-Reeves-Polak-Ribiere-Conjugate Gradient Algorithm
% (from Numerical Recipe
www.eeworm.com/read/298558/3862792
c optimize.c
/*
* Copyright (c) 1988, 1989, 1990, 1991, 1993, 1994, 1995, 1996
* The Regents of the University of California. All rights reserved.
*
* Redistribution and use in source and binary forms, with o
www.eeworm.com/read/440906/1777808
c optimize.c
// Bug: g++ claims that control can fall off the end of these functions.
// PRMS Id: 4943
// Special g++ Options: -O -pedantic-errors
// Build don't link:
struct A {
A();
A(const A&);
A& operat