代码搜索:problems
找到约 3,996 项符合「problems」的源代码
代码结果 3,996
www.eeworm.com/read/101082/6252843
scp comu4backend203.scp
#!/bin/sh5
# @(#)COMU4BACKEND203.scp 3.1 ULTRIX 8/22/90
# This file contains routines to solve two common problems encountered
# when producing subsets for use with setld. The first set of routines
#
www.eeworm.com/read/487881/6501468
m lmdemo.m
% Demo program for levmar's MEX-file interface
% Performs minimization of several test problems
% Unconstrained minimization
% fitting the exponential model x_i=p(1)*exp(-p(2)*i)+p(3) of expfit.c to
www.eeworm.com/read/484785/6575062
cpp gps.cpp
/*
Module : GPS.CPP
Purpose: "C" style Implementation to GPS32
Created: PJN / 28-12-1997
History: PJN / 20-01-1998 1. A number of problems were discovered when GPSLIB was being
www.eeworm.com/read/343744/11930769
m sbls2.m
function [x,iter] = sbls2(A,b,l,u)
%SNNLS Solution of sparse box constrained least squares problems.
% %Z%%M% Version %I% %G%
% Mikael Lundquist, Linkoping University.
% e-mail: milu
www.eeworm.com/read/337750/12343006
notes
Notes on bi-directional simultanious I/O: (from barrett@asgard.cs.colorado.edu)
Problems Discussed:
- How do you prevent a write from blocking when select(2) returns true?
- How do you detect
www.eeworm.com/read/118628/14861450
patch readline-2.0.patch
This patch corrects a config mistake in GNU readline-2.0 that causes
it to mishandle signals, resulting in problems with ftp's ^C handling.
*** signals.c.dist Wed Aug 3 11:25:57 1994
--- signals.c
www.eeworm.com/read/216898/14987728
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/206141/15299481
cpp gps.cpp
/*
Module : GPS.CPP
Purpose: "C" style Implementation to GPS32
Created: PJN / 28-12-1997
History: PJN / 20-01-1998 1. A number of problems were discovered when GPSLIB was being