代码搜索:optimize
找到约 6,026 项符合「optimize」的源代码
代码结果 6,026
www.eeworm.com/read/258249/4357817
h optimize.h
/********************************************************************
* Copyright (C) 1991, GMD. All rights reserved. *
*
www.eeworm.com/read/158872/5592395
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/158872/5592396
exp optimize.exp
# Copyright (C) 1998 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 published by
# the
www.eeworm.com/read/173482/9655654
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/147504/12549942
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/101656/15822756
c optimize.c
/*
* JOOS is Copyright (C) 1997 Laurie Hendren & Michael I. Schwartzbach
*
* Reproduction of all or part of this software is permitted for
* educational or research use on condition that this copy
www.eeworm.com/read/101656/15822775
h optimize.h
/*
* JOOS is Copyright (C) 1997 Laurie Hendren & Michael I. Schwartzbach
*
* Reproduction of all or part of this software is permitted for
* educational or research use on condition that this copy
www.eeworm.com/read/101208/15841419
c optimize.c
/*@A (C) 1992 Allen I. Holub */
#include /* for UNIX */
typedef struct node
{
char name[16];
int op;
www.eeworm.com/read/100126/15883463
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/428451/8867187
m bay_optimize.m
function [model,A,B,C,D] = bay_optimize(model,level, type, nb, bay)
% Optimize the posterior probabilities of model (hyper-) parameters with respect to the different levels in Bayesian inference
%
%