譜域法求解電磁場擴散方程的Fortran程序 A working example of solving the electromagnetic diffusion equation using a spectral Method
標簽: electromagnetic diffusion equation Fortran
上傳時間: 2014-01-10
上傳用戶:璇珠官人
ExcpHook is an open source (see license.txt) Exception Monitor for Windows made by Gynvael Coldwind (of Team Vexillium). t uses a ring0 driver to hook KiExceptionDispatch procedure to detect the exceptions, and then shows information about the exception on stdout (using the ring3 part of the program ofc). The difference between this Method, and the standard debug API Method it that this Method monitores all of XP processes, and the program does not have to attach to any other process to monitor it, hence it s harder to detect. The code currently is considered as ALPHA, and it has been reported to BSoD sometimes (on multi core/cpu machines). Take Care!
標簽: Exception ExcpHook Coldwind Monitor
上傳時間: 2014-02-10
上傳用戶:jing911003
多項式曲線擬合 任意介數 Purpose - Least-squares curve fit of arbitrary order working in C++ Builder 2007 as a template class, using vector<FloatType> parameters. Added a Method to handle some EMathError exceptions. If do NOT want to use this just call PolyFit2 directly. usage: Call PolyFit by something like this. CPolyFit<double> PolyFitObj double correlation_coefficiant = PolyFitObj.PolyFit(X, Y, A) where X and Y are vectors of doubles which must have the same size and A is a vector of doubles which must be the same size as the number of coefficients required. returns: The correlation coefficient or -1 on failure. produces: A vector (A) which holds the coefficients.
標簽: Least-squares arbitrary Purpose Builder
上傳時間: 2013-12-18
上傳用戶:宋桃子
ami_snake算法源代碼,ami_snake is an implementationof the 2D snake technique proposedin . It is alevel set Method based on the partial di¡ èerential equation.
上傳時間: 2016-04-09
上傳用戶:wangyi39
This the network curriculum project reported that the topic is the image frequency range enhancement Method study, hoped that everybody uses for reference!
標簽: the enhancement curriculum frequency
上傳時間: 2014-12-01
上傳用戶:13215175592
首先對原始數據 歸一化 然后進行PCA分析 采用PCs作為特征, 進行模糊聚類分析 fuzzy c-means Method
上傳時間: 2016-04-21
上傳用戶:xymbian
simulates coin tossing. Let the program toss a coin each time the user chooses the “Toss Coin” menu option. Count the number of times each side of the coin appears. Display the results. The program should call a separate Method flip that takes no arguments and returns false for tails and true for heads. [ Note: If the program realistically simulates coin tossing, each side of the coin should appear approximately half the time.]
標簽: the coin simulates chooses
上傳時間: 2014-08-30
上傳用戶:pompey
Refer to the UML diagram above and implement the Course class. After you define the Course class, you must create a Course object with the following details: Programming I, WXES1114, taught by SMT. Besides, your program must test all the accessor and mutator Methods you had defined and the toString() Method. toString() Method is a special Method inherited from the Object class. You have to override this Method to display all the information about a course.
標簽: Course the class implement
上傳時間: 2014-01-26
上傳用戶:cx111111
數值線性代數的Matlab應用程序包 共13個程序函數,每個程序函數有相應的例子函數一一對應,以*Example.m命名 程序名稱 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分解 Householder 豪斯霍爾德QR因子分解 ZXEC.m 最小二乘擬合 polynomial interpolant 最小二乘插值多項式 NCLU.m LU因子分解 Gaussian elimination 不選主元素的高斯消元 PALU.m LU因子分解 partial pivoting Gaussian elimination 部分選主元的高斯消元 cholesky.m 楚因子分解 Cholesky Factorization 楚列斯基因子分解 PwItrt.m 求最大特征值 Power Iteration 冪迭代 Jacobi.m 求特征值 Jacobi iteration 按標準行方式次序的雅可比算法 Anld.m 求上Hessenberg Arnoldi Iteration 阿諾爾迪迭代 zuisu.m 解線性方程組 Steepest descent 最速下降法 CG.m 解線性方程組 Gradients 共軛梯度 BCG.m 解線性方程組 Biconjugate Gradients 雙共軛梯度
上傳時間: 2016-05-17
上傳用戶:小鵬
java Labyrinth game;Provides two kinds to produce map s way stochastically: The stochastic distribution point Method and the chart depth first traversal the law two kinds.It can searches the shortest way to demonstrate automatically
標簽: stochastically stochastic Labyrinth distribut
上傳時間: 2016-06-13
上傳用戶:qilin