代码搜索:Problems
找到约 3,996 项符合「Problems」的源代码
代码结果 3,996
www.eeworm.com/read/384760/2598103
xs db_file.xs
/*
DB_File.xs -- Perl 5 interface to Berkeley DB
written by Paul Marquess
last modified 11th November 2005
version 1.814
All comments/suggestions/problems are welcome
C
www.eeworm.com/read/372380/2773929
properties messages.properties
# General Errors
error.convert=Cannot convert {0} of type {1} to {2}
error.compare=Cannot compare {0} to {1}
error.function=Problems calling function ''{0}''
error.unreachable.base=Target Unreacha
www.eeworm.com/read/366702/2865950
c template2.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 24 Mar 2003
// PR 10199. Lookup problems
class X {
public:
tem
www.eeworm.com/read/366702/2876278
f90 blockdata_4.f90
! { dg-do compile }
! PR33152 Initialization/declaration problems in block data
! Test case prepared by Jerry DeLisle
blockdata bab
character(len=3) :: myname(2)=(/'bar','baz
www.eeworm.com/read/366702/2877809
f90 direct_io_5.f90
! { dg-do run }
! PR27757 Problems with direct access I/O
! This test checks a series of random writes followed by random reads.
! Contributed by Jerry DeLisle
program testdir
www.eeworm.com/read/161438/5553317
c criterr.c
#include
#include
#include
#define IGNORE 0
#define RETRY 1
#define ABORT 2
int buf[500];
/*
define the error messages for trapping disk problems
*/
st
www.eeworm.com/read/473001/6853939
cpp loop4.cpp
// In KAI C++ 3.2, restrict causes problems for copy propagation.
// Temporary fix: disable restrict
#define BZ_DISABLE_RESTRICT
#include
#include
#include
www.eeworm.com/read/472494/6869108
m f6_linear_dyn.m
% f6_linear_dyn.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version moves the minimum linearly along a 45 deg angle in x,y space
% Bria
www.eeworm.com/read/472494/6869110
m f6mod.m
% f6mod.m
% Schaffer's F6 function
% commonly used to test optimization/global minimization problems
%
% This version is a modified form, just the sum of 5 f6 functions with
% different centers t
www.eeworm.com/read/193277/8241875
m mpt_solvenode.m
function model = mpt_solvenode(Matrices,lower,upper,OriginalModel,model,options)
% This is the core code. Lot of pre-processing to get rid of strange stuff
% arising from odd problems, big-M etc etc