代码搜索:optimized

找到约 6,562 项符合「optimized」的源代码

代码结果 6,562
www.eeworm.com/read/218764/14907342

include make-p4.include

# Make include file for ARCH=P4 U_ARCH = _$(ARCH) # debug flags for C compiler OPTFLAGS_D = -g # optimized flags for C compiler OPTFLAGS_O = -O3 # default flags for C compiler (u
www.eeworm.com/read/218764/14907345

include make-cray.include

# Make include file for ARCH=cray U_ARCH = _$(ARCH) # debug flags for C compiler OPTFLAGS_D = -g # optimized flags for C compiler OPTFLAGS_O = -O -h nofastmd,aggress # default fl
www.eeworm.com/read/216914/14986414

nec ek_test.nec

CM NEC-WIN Example CM Simple dipole antenna in Free Space CM Optimized for resonance at 300 MHz CE GW 1 9 0 -.2418 0 0 .2418 0 .0537 GS 0 0 1 GE 0 -1 0 EK 0 EX 0 1 5 0 1 0 FR 0 1 0 0 300 1 RP 0 181 1
www.eeworm.com/read/162614/5530336

c sra-1.c

/* { dg-do compile } */ /* { dg-options "-O1 -fdump-tree-optimized --param sra-max-structure-size=32" } */ /* Tests for SRA. */ typedef struct teststruct { double d; char f1; } teststruct; voi
www.eeworm.com/read/161121/5557456

s strlen.s

/* strlen.S: Sparc optimized strlen code * Hand optimized from GNU libc's strlen * Copyright (C) 1991,1996 Free Software Foundation * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) *
www.eeworm.com/read/152843/5659543

s strlen.s

/* strlen.S: Sparc optimized strlen code * Hand optimized from GNU libc's strlen * Copyright (C) 1991,1996 Free Software Foundation * Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu) *
www.eeworm.com/read/293921/8263769

makefile

########################################################################################## # HAM Makefile # # Created by Visual HAM V2 - Get Visual HAM at www.console-dev.de # ###################
www.eeworm.com/read/268285/11145454

txt example_sel.txt

Algorithm design with Embedded MATLAB Introduction Run the snapshot example $amedfilt2image; Examine the algorithms Median filter
www.eeworm.com/read/204309/15341685

m results.m

%results.m %Niranjan Damera-Venkata a0=[-9.8608 -23.8060]; b0=[-23.8060 -9.8608]; a1=[-22.1834 -41.0461]; b1=[-24.9044 -0.2474]; i=linspace(0,1,100); figure; plot(i,stepresp(i,a1,b1,[],[],1),'r')
www.eeworm.com/read/100868/15863437

h globals.h

#ifndef __GLOBAL__ //Windows and user interface HWND mainwindow=0;//The main window handle HANDLE hinstance; char game_title[128]; long key_pressed=-1; long game_active=0; HPALETTE gamepal=NU