計算電磁學的3維矢量有限元程序 EMAP-3 is a vector (edge element) code. Vector codes are generally not affected by spurious modes and have other inherent advantages. The code is written in the C programming language and can be compiled and run on PCs, workstations, or mainframes.
標簽: generally affected element Vector
上傳時間: 2016-04-03
上傳用戶:1583060504
利用OPENMP實現矩陣相乘的C程序。Demonstrates a matrix multiply using OpenMP.
標簽: Demonstrates multiply OPENMP matrix
上傳時間: 2014-01-02
上傳用戶:ayfeixiao
Basic hack v2.1 by xgx - http://www.ring0.donster.de/ Features: - Smooth Vector Aimbot - Full ESP ( Namen,Weapon,Distance,Visible,Far) - polymorph,peb hiding to prevent VAC detection
標簽: Features donster Aimbot Smooth
上傳時間: 2013-12-18
上傳用戶:agent
LSVM Langrangian Support Vector Machine algorithm
標簽: Langrangian algorithm Support Machine
上傳時間: 2016-04-10
上傳用戶:hxy200501
向量空間模型分類器 A vector-space model classifiers package
標簽: vector-space classifiers package model
上傳時間: 2016-04-10
上傳用戶:wanqunsheng
This function obtains a unitary matrix Q such that: d=diag(Q *diag(lmd)*Q). In other words, it gives a way to generate a matrix with given eigenvalues and diagonal elements. By Daniel Perez Palomar (last revision: May 10, 2004). Feel free to distribute this file as it is (without including any modifications).
標簽: diag function obtains unitary
上傳時間: 2013-12-19
上傳用戶:dsgkjgkjg
1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
標簽: dimensions arbitrary function reverse
上傳時間: 2016-04-16
上傳用戶:waitingfy
support vector machine 實現
上傳時間: 2014-12-06
上傳用戶:fanboynet
LSVMK Langrangian Support Vector Machine algorithm LSVMK solves a support vector machine problem using an iterative algorithm inspired by an augmented Lagrangian formulation.
標簽: LSVMK Langrangian algorithm Support
上傳時間: 2016-04-28
上傳用戶:tfyt
runs Kalman-Bucy filter over observations matrix Z for 1-step prediction onto matrix X (X can = Z) with model order p V = initial covariance of observation sequence noise returns model parameter estimation sequence A, sequence of predicted outcomes y_pred and error matrix Ey (reshaped) for y and Ea for a along with inovation prob P = P(y_t | D_t-1) = evidence
標簽: matrix observations Kalman-Bucy prediction
上傳時間: 2016-04-28
上傳用戶:huannan88