代码搜索:optimisation
找到约 403 项符合「optimisation」的源代码
代码结果 403
www.eeworm.com/read/233522/4668308
c cqrdc.c
#include "f2c.h"
#include "netlib.h"
extern double sqrt(double); /* #include */
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Table of constant valu
www.eeworm.com/read/233522/4668324
c zgehd2.c
#include "f2c.h"
#include "netlib.h"
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Table of constant values */
static integer c__1 = 1;
/* Subroutine */ v
www.eeworm.com/read/233522/4668414
c zlanhs.c
#include "f2c.h"
#include "netlib.h"
extern double sqrt(double); /* #include */
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Table of constant valu
www.eeworm.com/read/233522/4668417
c cqrsl.c
#include "f2c.h"
#include "netlib.h"
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
/* Table of constant values */
static integer c__1 = 1;
/* Subroutine */ v
www.eeworm.com/read/418794/10896037
d play_mp3.d
ARM\ RAM\ Release\ with\ optimisation/play_mp3.o: \
C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__arm/JuiceBox\ startup/mp3/play_mp3.c \
C:/Program\ Files/CrossWorks\ for\ ARM\
www.eeworm.com/read/494631/6359440
m spm_powell.m
function [p,f] = spm_powell(p,xi,tolsc,func,varargin)
% Powell optimisation method
% FORMAT [p,f] = spm_powell(p,xi,tolsc,func,varargin)
% p - Starting parameter values
% xi - columns co
www.eeworm.com/read/15828/552218
txt changes.txt
CHANGES - snd1c-refd-nf-3_0_0
CHANGES
-------
## Version 3.0.0, December 20, 2002
NEW FEATURES
- Dynamic write protect management
- Play consumption optimisation
- 44.1/320kbs now plays w
www.eeworm.com/read/15828/552246
txt news.txt
NEWS - snd1c-refd-nf-3_0_0
NEWS
----
## Version 3.0.0, December 20, 2002
NEW FEATURES
- Dynamic write protect management
- Play consumption optimisation
- 44.1/320kbs now plays with wor
www.eeworm.com/read/240162/4588071
c string-3-lib.c
extern int inside_main;
void *
memset (void *dst, int c, __SIZE_TYPE__ n)
{
/* Single-byte memsets should be done inline when optimisation
is enabled. */
#ifdef __OPTIMIZE__
if (inside_main
www.eeworm.com/read/233522/4668079
c dzasum.c
#include "f2c.h"
#include "netlib.h"
/* Modified by Peter Vanroose, June 2001: manual optimisation and clean-up */
doublereal dzasum_(n, zx, incx)
const integer *n;
const doublecomplex *zx;