-
-
game_ink_blot9.rar
Ink Blotting
One method for escaping from a maze is via ‘ink-blotting’. In this method your starting square
is marked with the number ‘1’. All free, valid squares north, south, east and west around the
number ‘1‘ are marked with a number ‘2’. In the ...
-
ch3.rar
Based on Matlab,Gauss Iteration Method
-
wavelet.zip.rar
... method based on
wavelet reconstruction is proposed. In this method the
difference between the currents of faulty phase ...
transform, then reconstructed in single scale. Comparing with
traditional fault location method by travelling wave, the
presented ...
-
ShortestPathviaFibonacciHeap.rar
This code implements the shortest path algorithm via the simple scheme and fibonacci heap data structure. It has 3 kinds of testing data input method : random input by computer, reading from the file, reading from the key board.
-
im2bw_ent.rar
国外全新方法实现二值化This fucntion convert an intensity image to a binary image by using Entropy-based method
-
LU.rar
1. Using LU factorization method to solve the following tri-diagonal system
for n=10 and 100
-
Jacobi.rar
2. Using Gaussian elimination method and Gaussian elimination method with row scaled method to solve the following tri-diagonal system
for n=10 and 100
-
Gauss-Seidel.rar
Using Jacobi method and Gauss-Seidel iterative methods to solve the following system
The required precision is =0.00001, and the maximum iteration number N=25. Compare the number of iterations and the convergence of these two methods
...
-
Gaussian_row.rar
... iterative methods need only 13 timed to make
But using Jacobi method after 25 times the is bigger than that using Gauss-Seidel iterative methods
-
qr.rar
1. Using power method to find the eigenvalue with maximum modulus and its eigenvector for the following matrixes
-