代码搜索:problems

找到约 3,996 项符合「problems」的源代码

代码结果 3,996
www.eeworm.com/read/209559/4969851

h signal.h

#ifndef _M68KNOMMU_SIGNAL_H #define _M68KNOMMU_SIGNAL_H #include /* Avoid too many header ordering problems. */ struct siginfo; #ifdef __KERNEL__ /* Most things should be clean eno
www.eeworm.com/read/209559/4971849

h signal.h

#ifndef __ASM_SH_SIGNAL_H #define __ASM_SH_SIGNAL_H #include /* Avoid too many header ordering problems. */ struct pt_regs; struct siginfo; #ifdef __KERNEL__ /* Most things should
www.eeworm.com/read/316872/3599667

h signal.h

#ifndef _M68KNOMMU_SIGNAL_H #define _M68KNOMMU_SIGNAL_H #include /* Avoid too many header ordering problems. */ struct siginfo; #ifdef __KERNEL__ /* Most things should be clean eno
www.eeworm.com/read/316872/3602410

h signal.h

#ifndef __ASM_SH_SIGNAL_H #define __ASM_SH_SIGNAL_H #include /* Avoid too many header ordering problems. */ struct pt_regs; struct siginfo; #ifdef __KERNEL__ /* Most things should
www.eeworm.com/read/396039/2423892

c issend2.c

/* -*- Mode: C; c-basic-offset:4 ; -*- */ /* This program comes from Bert Still, bert@h4p.llnl.gov It caused problems for the T3D implementation. */ #include #include "mpi.h" #include "
www.eeworm.com/read/366702/2871848

c net2.c

// { dg-do run } // Test of various ?: problems. class D { public: void a(); void b(); D(int i):x(i) {} private: int x; }; void D::a() {++x;} void D::b() {--x;} int aa=1, bb=0; int fa(
www.eeworm.com/read/367274/9763804

asm ifelse.asm

;Testname=ifelse; Arguments=-fbin -oifelse.bin; Files=stdout stderr ifelse.bin ;No problems -> db 3 %if 0 db 0 %elif 0 > 0 db 1 %elif 1 < 1 db 2 %else db 3 %endif ;Garbage after els
www.eeworm.com/read/291597/8408092

m rastrigin.m

% Rastrigin.m % Rastrigin function % % used to test optimization/global minimization problems % % f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2); % % x = N element row vector containing [x0, x1, .
www.eeworm.com/read/187848/8596277

m rastrigin.m

% Rastrigin.m % Rastrigin function % % used to test optimization/global minimization problems % % f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2); % % x = N element row vector containing [x0, x1, .
www.eeworm.com/read/431176/8705958

m rastrigin.m

% Rastrigin.m % Rastrigin function % % used to test optimization/global minimization problems % % f(x) = sum([x.^2-10*cos(2*pi*x) + 10], 2); % % x = N element row vector containing [x0, x1, .