代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/117564/14915653
c optimize.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons
www.eeworm.com/read/214797/15088162
c optimize.c
/*
* 68K/386 32-bit C compiler.
*
* copyright (c) 1997, David Lindauer
*
* This compiler is intended for educational use. It may not be used
* for profit without the express written cons
www.eeworm.com/read/482889/1284448
hpp optimize.hpp
///////////////////////////////////////////////////////////////////////////////
// optimize.hpp
//
// Copyright 2004 Eric Niebler. Distributed under the Boost
// Software License, Version 1.0. (
www.eeworm.com/read/479931/1328741
c optimize.c
/* Source for debugging optimimzed code test.
cc -g -O -o optimize optimize.c
*/
int callee();
int test_opt;
int main()
{
int a,b,c,d,e,f,g,h;
a = 10;;
/* Value propagate
*/
b
www.eeworm.com/read/479931/1328742
exp optimize.exp
# Copyright (C) 1998, 2007, 2008 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as publis
www.eeworm.com/read/470720/1447729
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/470693/1459675
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/240722/4570672
idl optimize.idl
#include
interface C_Optimize : C_KeyValCreatable {
long optimize();
};