代码搜索:Nested
找到约 7,462 项符合「Nested」的源代码
代码结果 7,462
www.eeworm.com/read/340665/3278876
c nestfunc-3.c
extern long foo (long, long, long (*) (long, long));
extern long use (long (*) (long, long), long, long);
int
main (void)
{
#ifndef NO_TRAMPOLINES
long sum = 0;
long i;
long nested_0 (long a,
www.eeworm.com/read/334028/3375483
m runps.m
function [x fval] = runps(a,b,c,x0)
[x, fval] = patternsearch(@nestedfun,x0);
% Nested function that computes the objective function
function y = nestedfun(x)
y = (a - b*x(1)^2 + x(1)
www.eeworm.com/read/303776/3807410
m runps.m
function [x fval] = runps(a,b,c,x0)
[x, fval] = patternsearch(@nestedfun,x0);
% Nested function that computes the objective function
function y = nestedfun(x)
y = (a - b*x(1)^2 + x(1)
www.eeworm.com/read/440906/1778115
c scoping4.c
// PRMS Id: 4375
// Bug: g++ fails to keep track of nested typedefs properly.
// Build don't link:
class A {
public:
typedef char * Ptr;
Ptr s;
Ptr get_string();
A(Ptr string); // { s = strin
www.eeworm.com/read/440906/1780511
c nestfunc-3.c
extern long foo (long, long, long (*) (long, long));
extern long use (long (*) (long, long), long, long);
int
main (void)
{
#ifndef NO_TRAMPOLINES
long sum = 0;
long i;
long nested_0 (long a,
www.eeworm.com/read/430514/1929271
m runps.m
function [x fval] = runps(a,b,c,x0)
[x, fval] = patternsearch(@nestedfun,x0);
% Nested function that computes the objective function
function y = nestedfun(x)
y = (a - b*x(1)^2 + x(1)
www.eeworm.com/read/422060/2044921
phpt schema036.phpt
--TEST--
SOAP XML Schema 36: Nested complex types (inline)
--SKIPIF--
--FILE--