代码搜索:Problem
找到约 10,000 项符合「Problem」的源代码
代码结果 10,000
www.eeworm.com/read/388785/8575549
m tdofss_eig.m
echo off
% tdofss_eig.m eigenvalue problem solution for tdof undamped model
% Solves for the eigenvalues and eigenvectors in the state space
% form of the tdof system.
clear all;
% define
www.eeworm.com/read/287727/8673500
doc change.doc
IGMP CHANGE FILE - Contact RouterWare Support at
support@routerware.com (please put IGMP in title)
ftp.routerware.com
FAX (714)442-0779
--------------------------------------------------
www.eeworm.com/read/386996/8714211
c dlp.c
/*
Author: Pate Williams (c) 1997
The following program implements and tests two
algorithms for solving the discrete logarithm
problem. The algorithms are baby-step giant-step
and Po
www.eeworm.com/read/386806/8725895
c panic.c
/*
* linux/kernel/panic.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
/*
* This function is used through-out the kernel (includeinh mm and fs)
* to indicate a major problem.
*/
www.eeworm.com/read/386253/8759859
m alg053.m
% RUNGE-KUTTA-FEHLBERG ALGORITHM 5.3
%
% TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
% Y' = F(T,Y), A
www.eeworm.com/read/386253/8759895
m alg058.m
% TRAPEZOIDAL WITH NEWTON ITERATION ALGORITHM 5.8
%
% TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
% Y' = F(T,Y), A
www.eeworm.com/read/386253/8760068
m alg053.m
% RUNGE-KUTTA-FEHLBERG ALGORITHM 5.3
%
% TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
% Y' = F(T,Y), A
www.eeworm.com/read/386253/8760080
m alg058.m
% TRAPEZOIDAL WITH NEWTON ITERATION ALGORITHM 5.8
%
% TO APPROXIMATE THE SOLUTION OF THE INITIAL VALUE PROBLEM:
% Y' = F(T,Y), A
www.eeworm.com/read/386060/8766640
m balls_and_bins.m
function outputCellArray = balls_and_bins(varargin)
% Enumerates all possible groupings of identical objects, i.e. balls in bins.
% Note: This happens to be the same problem as computing the exponenet
www.eeworm.com/read/286184/8784063
cpp 地球距离.cpp
/* Contest : Ulm Local Contest 1997
* Problem G : Globetrotter
* PKU 2254
* Method : Vector Geometry
* Author : Mark Dettinger
* Date : June 13, 1997
*/
#include