代码搜索:optimized
找到约 6,562 项符合「optimized」的源代码
代码结果 6,562
www.eeworm.com/read/179813/9335949
bcc makefile.bcc
# -*- makefile -*-
# Makefile for Microsoft Windows with Microsoft Visual C++ 5.0 compiler
CC=bcc32 -P -v
# Debug version
#CFLAGS = -c -Od -v -DDEBUG_LEVEL=DEBUG_TRACE
# Optimized veriosion
www.eeworm.com/read/175764/9534385
s decode_mmx.s
/ decode_MMX.s: MMX optimized synth
/ copyright ?-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
/ see COPYING and AUTHORS files in distribution or http://mpg123.de
/ init
www.eeworm.com/read/175201/9555705
s decode_mmx.s
/ decode_MMX.s: MMX optimized synth
/ copyright ?-2006 by the mpg123 project - free software under the terms of the LGPL 2.1
/ see COPYING and AUTHORS files in distribution or http://mpg123.de
/ init
www.eeworm.com/read/417019/11006953
js 13.01 - car registration example.js
/* Car class, un-optimized. */
var Car = function(make, model, year, owner, tag, renewDate) {
this.make = make;
this.model = model;
this.year = year;
this.owner = owner;
this.tag = tag;
t
www.eeworm.com/read/397097/8069198
old svdd_fmin.old
%function [sigma,alf,R2,I] = svdd_fmin(x,labx,fracsv,fracerr);
%
% See for more information gsvdd.
% This algorithm is optimized to find the optimal sigma for one given
% fracsv, using the function f
www.eeworm.com/read/306970/13734312
c simple_idct_alpha.c
/*
* Simple IDCT (Alpha optimized)
*
* Copyright (c) 2001 Michael Niedermayer
*
* based upon some outcommented C code from mpeg2dec (idct_mmx.c
* written by Aaron Holtzm
www.eeworm.com/read/306970/13734472
c simple_idct_vis.c
/*
* SPARC VIS optimized inverse DCT
* Copyright (c) 2007 Denes Balatoni < dbalatoni XatX interware XdotX hu >
*
* I did consult the following fine web page about dct
* http://www.geocities.com/s
www.eeworm.com/read/147766/5722167
s strlen_user.s
/* strlen_user.S: Sparc64 optimized strlen_user code
*
* Return length of string in userspace including terminating 0
* or 0 for error
*
* Copyright (C) 1991,1996 Free Software Foundation
* Copy
www.eeworm.com/read/136786/5863158
s strlen_user.s
/* strlen_user.S: Sparc64 optimized strlen_user code
*
* Return length of string in userspace including terminating 0
* or 0 for error
*
* Copyright (C) 1991,1996 Free Software Foundation
* Copy
www.eeworm.com/read/128531/5984717
s strlen_user.s
/* strlen_user.S: Sparc64 optimized strlen_user code
*
* Return length of string in userspace including terminating 0
* or 0 for error
*
* Copyright (C) 1991,1996 Free Software Foundation
* Copy