代码搜索:Problems
找到约 3,996 项符合「Problems」的源代码
代码结果 3,996
www.eeworm.com/read/338293/12314523
m mr2.m
function [X,rho,eta] = mr2(A,b,k,reorth)
%MR2 Solution of symmetric indefinite problems by the MR-II algorithm
%
% [X,rho,eta] = mr2(A,b,k,reorth)
%
% MR-II is a variant of the MINRES algorithm for sy
www.eeworm.com/read/250314/12414793
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/232588/14191633
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/220636/14794588
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/219079/14895326
txt readme.txt
INDEX:
1. FEATURES
2. BUILDING BLOB FOR INTEL PXA27x PROCESSOR DEVELOPER'S KIT
3. SWITCH SETTINGS
4. USB SERIAL
5. KNOWN PROBLEMS
6. CHANGELOG
+++ This software is licensed under the GNU GENER
www.eeworm.com/read/15279/446074
1 changelog.1
-- 1.3.8
Tue Apr 6 1999
Summary:
* Fixed some bugs or problems.
Date: Sun, 4 Apr 1999 18:14:43 +1000 (EST)
From: David Gibson
Files: timidity/linux_a.c
The two b
www.eeworm.com/read/16793/690928
vtree
#! /bin/bash
#
# original from:
# vtree: visual directory tree
# @(#) vtree.sh 1.1 91/07/01
# 90/04 john h. dubois iii (john@armory.com)
# 91/07/01 fixed bug that caused problems when dir given on com
www.eeworm.com/read/480930/1309846
h signal.h
#ifndef _M68K_SIGNAL_H
#define _M68K_SIGNAL_H
#include
/* Avoid too many header ordering problems. */
struct siginfo;
#ifdef __KERNEL__
/* Most things should be clean enough to red
www.eeworm.com/read/459651/1566378
java zzj07_f7.java
/**
* ZZJ07_F7.java
*
* @author Antonio J. Nebro
* @author Juan J. Durillo
* @version 1.0
*/
package jmetal.problems.ZZJ07;
import jmetal.base.*;
import jmetal.base.Configuration.*;
import jmetal.u
www.eeworm.com/read/459651/1566379
java zzj07_f9.java
/**
* ZZJ07_F9.java
*
* @author Antonio J. Nebro
* @author Juan J. Durillo
* @version 1.0
*/
package jmetal.problems.ZZJ07;
import jmetal.base.*;
import jmetal.base.Configuration.*;
import jmetal.u