-
This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may
fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is
not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then
the system reliability can be calculated in terms of such points. One computer example is shown to illustrate
the solution procedure.
標(biāo)簽:
capacities
stochastic
addresses
network
上傳時(shí)間:
2013-12-25
上傳用戶:ggwz258
-
This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may
fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is
not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then
the system reliability can be calculated in terms of such points. One computer example is shown to illustrate
the solution procedure.
標(biāo)簽:
capacities
stochastic
addresses
network
上傳時(shí)間:
2014-01-09
上傳用戶:二驅(qū)蚊器
-
This paper addresses a stochastic-#ow network in which each arc or node has several capacities and may
fail. Given the demand d, we try to evaluate the system reliability that the maximum #ow of the network is
not less than d. A simple algorithm is proposed "rstly to generate all lower boundary points for d, and then
the system reliability can be calculated in terms of such points. One computer example is shown to illustrate
the solution procedure.
標(biāo)簽:
capacities
stochastic
addresses
network
上傳時(shí)間:
2013-12-28
上傳用戶:獨(dú)孤求源
-
This package consists of the executable (UCW), a default script file,
this file, and the library files. It is important that the header files
end up in a include subdirectory of the directory where UCW is found.
If you unzip this file using its path information ( use folder names ) this will
automatically happen. You can optionally specify the UnderC directory
with the environment variable UC_HOME note that this points to the directory
containing ucw.exe. If you do this, then you can copy the executable anywhere
and it will still be able to find the header files.
標(biāo)簽:
file
executable
the
consists
上傳時(shí)間:
2013-12-17
上傳用戶:asddsd
-
Welcome to UnderC version 1.2.9w
This package consists of the executable (UCW), a default script file,
this file, and the library files. It is important that the header files
end up in a include subdirectory of the directory where UCW is found.
If you unzip this file using its path information ( use folder names ) this will
automatically happen. You can optionally specify the UnderC directory
with the environment variable UC_HOME note that this points to the directory
containing ucw.exe. If you do this, then you can copy the executable anywhere
and it will still be able to find the header files.
標(biāo)簽:
executable
consists
Welcome
package
上傳時(shí)間:
2015-12-18
上傳用戶:baiom
-
Aiming at the application of passive trackinn based on sensor array, a new passive trackinn usinn sensor array
based on particle filter was proposed. Firstly, the“fake points" could be almost entirely and exactly deleted with the aids of the
sensor array at the expense of an additional sensor. Secondly, considered the fact that the measurements notten from each array
were independent in passive trackinn system, a novel sequential particle filter usinn sensor array with improved distribution was proposed. At last, in a simulation study we compared this approach a壇orithm with traditional trackinn methods. The simulation re-sups show that the proposed method can nreatly improve the state estimation precision of sensor array passive trackinn system.
標(biāo)簽:
trackinn
passive
application
Aiming
上傳時(shí)間:
2015-12-31
上傳用戶:trepb001
-
The first edition of this book ranks among the small (very small) number of books that I credit with significantly elevating my skills as a professional software devel-oper. Like the others, it was practical and easy to read, but loaded with important advice. Effective C++, Third Edition, continues that tradition. C++ is a very powerful programming language. If C gives you enough rope to hang yourself, C++ is a hard-ware store with lots of helpful people ready to tie knots for you. Mastering the points discussed in this book will definitely increase your ability to effectively use C++ and reduce your stress level.
標(biāo)簽:
small
edition
credit
number
上傳時(shí)間:
2013-12-29
上傳用戶:talenthn
-
In the field of biometrics, palmprint is a novel but promising technology. Limited work has been reported on palmprint identification and verification, despite the importance of palmprint features. There are many unique features in a palmprint image that can be used for personal identification. Principal lines, wrinkles, ridges, minutiae points, singular points, and texture are regarded as useful features for palmprint representation.
標(biāo)簽:
biometrics
technology
palmprint
promising
上傳時(shí)間:
2016-04-02
上傳用戶:duoshen1989
-
When working with mathematical simulations or engineering problems, it is not unusual to handle curves that contains thousands of points. Usually, displaying all the points is not useful, a number of them will be rendered on the same pixel since the screen precision is finite. Hence, you use a lot of resource for nothing!
This article presents a fast 2D-line approximation algorithm based on the Douglas-Peucker algorithm (see [1]), well-known in the cartography community. It computes a hull, scaled by a tolerance factor, around the curve by choosing a minimum of key points. This algorithm has several advantages:
這是一個(gè)基于Douglas-Peucker算法的二維估值算法。
標(biāo)簽:
mathematical
engineering
simulations
problems
上傳時(shí)間:
2013-12-20
上傳用戶:changeboy
-
PlotSphereIntensity(azimuth, elevation)
PlotSphereIntensity(azimuth, elevation, intensity)
h = PlotSphereIntensity(...)
Plots the intensity (as color) of a number of points on a unit sphere.
Input:
azimuth (phi), in degrees
elevation (theta), in degrees
intensity (optional, if not provided, a green sphere is produced)
All inputs must be vectors or matrices of the same size. Data does not have to be evenly spaced. When there aren t enough points to draw a smooth sphere, additional points (with color) are interpolated.
Output:
h - a handle to the patch object
The axes are also plotted:
positive x axis is red
positive y axis is green
positive z axis is blue
標(biāo)簽:
PlotSphereIntensity
elevation
azimuth
intensity
上傳時(shí)間:
2014-01-15
上傳用戶:ruan2570406