代码搜索:splitting
找到约 525 项符合「splitting」的源代码
代码结果 525
www.eeworm.com/read/355063/10297874
f ausm.f
program ausm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind method based on LIOU-STEFFEN flux vector splitting.
c...This method is sometimes called AUSM
www.eeworm.com/read/355063/10297890
f sw.f
program stegwarm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on STEGER-WARMING flux vector splitting.
c...Number of grid points.
www.eeworm.com/read/355063/10297903
f vanleer.f
program vanleer
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on VAN LEER flux vector splitting.
c...Number of grid points.
parame
www.eeworm.com/read/197407/7998365
cpp ufsplit.cpp
// union/find with weighting and path splitting
#include
int *parent;
bool *root;
void Initialize(int n)
{// One element per set/class/tree.
root = new bool[n+1];
par
www.eeworm.com/read/136709/13364263
f ausm.f
program ausm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind method based on LIOU-STEFFEN flux vector splitting.
c...This method is sometimes called AUSM
www.eeworm.com/read/136709/13364277
f sw.f
program stegwarm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on STEGER-WARMING flux vector splitting.
c...Number of grid points.
www.eeworm.com/read/136709/13364286
f vanleer.f
program vanleer
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on VAN LEER flux vector splitting.
c...Number of grid points.
parame
www.eeworm.com/read/322022/13390896
java poodle.java
package com.ronsoft.books.nio.regex;
import java.util.regex.Pattern;
import java.util.List;
import java.util.LinkedList;
/**
* Demonstrate behavior of splitting strings. The XML output created
*
www.eeworm.com/read/316507/13521821
f ausm.f
program ausm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind method based on LIOU-STEFFEN flux vector splitting.
c...This method is sometimes called AUSM
www.eeworm.com/read/316507/13521826
f sw.f
program stegwarm
c...Solves the Riemann problem for the Euler equations using first-order
c...upwind methods based on STEGER-WARMING flux vector splitting.
c...Number of grid points.