搜索资源列表
domain
- 在linux系统下G-S算法,用区域分解方法的并行实现,运行环境与红黑排序相同
serial_br
- 在linux系统下G-S算法,红黑排序方法的串行实现
Transpose
- 矩阵转置的GPU实现,一个简单的GPU例子。希望对cuda初学者有用。-Matrix transpose of the GPU implementation, a simple GPU example. Hope cuda be useful for beginners.
linjiejuzheng
- 邻接矩阵 邻接矩阵(Adjacency Matrix):是表示顶点之间相邻关系的矩阵。设G=(V,E)是一个图,其中V={v1,v2,…,vn}。-Adjacency matrix adjacency matrix (Adjacency Matrix): is the relationship between the vertex between the adjacent matrix. Let G = (V, E) be a graph, where V = {v1, v2, ..., vn}
matriz.c.tar
- vcbhdfg dfg dfg dfg df gdf g-vcbhdfg dfg dfg dfg dfg dfg dfg df gdfgdfg
SM03Skeleton.tar
- This C++ codes are developed by Shin Yoshizawa at the MPII, Saarbruecken, Germany. The method is described in my paper "Free-form Skeleton-driven Mesh Deformations", Shin Yoshizawa, Alexander G. Belyaev, and Hans-Peter Seidel, ACM Solid Modeling 2003
v0.01
- 雲端運算v0.01系統 • 資料夾:main • Compile: #g++ -o mainsever mainsever.cpp -lpthread • Run: #./mainsever 執行後需要輸入 nodeIP 及 port • 全部node設定完之後將nodeIP及 • 資料夾:block • Compile: #g++ -o blocksever
BISR-Design
- Dedicated BISR scheme A RAM has a self-contained BISR circuit Shared BISR scheme Multiple RAMs share a BISR circuit E.g., processor-based BISR scheme and IP-based BISR scheme-Dedicated BISR scheme &
mpi_wave
- mpi fortran wave equation solver code !cc MAIN is the main program for WAVE_MPI. !c !c Discussion: !c !c WAVE_MPI solves the wave equation in parallel using MPI. !c !c Discretize the equation for u(x,t): !c d^2 u/dt^2 - c^2 * d^2 u
最优化实验乘子法
- 最优化方法之乘子法,基本的拉格朗日乘子法就是求函数f(x1,x2,...)在约束条件g(x1,x2,...)=0下的极值的方法。 其主要思想是将约束条件函数与原函数联立,从而求出使原函数取得极值的各个变量的解。(The multiplier method of optimization method, the basic Lagrange multiplier method is to find the extreme value of function f (x1, X2,...) unde