搜索资源列表
lingjiancanshushejichengxu
- #include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\" #define m 6 #define n 29 #define p 0.5-#include \"stdio.h\" #include \"math.h\" #include \"malloc.h\" #include \"string.h\" #define m 6 #define n 29 #def
pai
- 本题的算法中涉及的三个函数: double bbp(int n,int k,int l) 其中n为十六进制位第n位,k取值范围为0到n+7,用来计算16nS1,16nS2,16nS3,16nS4小数部分的每一项。返回每一项的小数部分。 void pi(int m,int n,int p[]) 计算从n位开始的连续m位的十六进制数字。其中p为存储十六进制数字的数组。 void div(int p[]) void add(int a[],int b[]) 这两个函数都是为最后把十六进
MAIN 3-DIMENSIONAL CFD-PROGRAM
- #//u(i,j) x方向的速度u;或者θ方向速度uθ #//u(i,j) y方向的速度v;或者径向速度ur'h\K #//pc(i,j) 压力修正 p'[OS #//p(i,j) 压力p-=5-+ #//p(i,j)
hyplas
- ************************************************************************ * * * * * THIS IS THE H Y P L A S 2.0 README FILE * * ----------------- * * * * HYPLAS is a finite element program for implicit small and large * * strain analisys of hyperelast
BigNum
- 大整数问题 设n是一个k(1≤k≤80)位的十进制正整数。 问题1:对于给定的任意整数n,编程计算满足p3+p2+3p≤n的位数为m的p的个数。 问题2:对于给定的任意整数n,编程求解满足p3+p2+3p≤n的p的最大值。 要求: 对于给定的每一个测试文件(形如:numberX_input.txt),分别生成一个结果文件(形如:numberX_out.txt)。比如,对于测试文件number1_input.txt,对应的结果文件为number1_out.txt。 参
com.ostrichmyself.api.combinePermute
- 排列组合的源代码, java实现能实现C(M,N)和P(M,N)的任意对象排列组合-combine and permute algrithm, implemented by java.
single
- 一般性的奇异值分解算法,float浮点型。-SGGSVD computes the generalized singular value decomposition (GSVD) * of an M-by-N real matrix A and P-by-N real matrix B: * * U*A*Q = D1*( 0 R ), V*B*Q = D2*( 0 R ) * * where U, V and Q are orthogonal matric
rom
- Descr iption: Programme to Print first 100 Ramanujan Numbers by TWO WAYS 1st way is printing Ramunajan Numbers from RN taking RN from 0 to INFINITY and print first 100 numbers. 2nd way is to clacualte RN numbers from L M N P of formula
blurMetric
- The idea is from "The Blur Effect: Perception and Estimation with a New No-Reference Perceptual Blur Metric" Crété-Roffet F., Dolmiere T., Ladret P., Nicolas M. - GRENOBLE - 2007 In SPIE proceedings - SPIE Electronic Imaging Symposium Conf H
AlgoritmRabina_Karpa
- The Rabin–Karp algorithm is a string searching algorithm created by Michael O. Rabin and Richard M. Karp in 1987 that uses hashing to find any one of a set of pattern strings in a text. For text of length n and p patterns of combined length m, its av
wccc
- (1)已知甲数的35 是36,甲数是( )。已知乙数的47 是12,乙数是( )。 (2)40分钟是1小时的( ),1小时的35 是( )分钟。 (3)铅笔的单价是钢笔的920 ,把( )看作单位“1”。 二、根据算式补充条件 (1)停车场有24辆大汽车,( ),有多少辆小汽车? 24÷23 (2)停车场有24辆大汽车,( ),有多少辆小汽车? 24×23 (3)停车场有24辆小汽车,( ),有多少辆大汽车? 24×
Character-Frequency-Analysis-of-Bosnian
- In this project I chose Bosnian language to do the character frequency analysis. Bosnia and Herzegovina are the countries using Bosnian as their official language and more than 2.2 million people speak this language all around the world. It has 5
matrix
- //--显示矩阵,形参m为行,n为列 void MatrixDisplay(double *A,int m,int n) //--求矩阵转置,形参m为行,n为列,A转置后存为B void MatrixInverse(double *A,double *B, int m,int n) //--求矩阵相乘,A矩阵为[m,p],B矩阵为[p,n],C为[m,n] void MatrixMultiply(double *A,double *B,double *C ,i
FEM
- 是一个离散空间中的二维函数,则该函数的二维傅立叶变换的定义如下:. p=0,1… ... 了简便起见,假设f(m,n)为一个连续函数,则f(m,n)的傅立叶变换的幅度值(即)显示为网格图,如图所示。 将傅立叶变换的 ... 几个在源代码编辑器中的快捷-fourier Transform
SSSSSSSSSSSSSSSSSSSSSSSSSSSSS
- 双共轭梯度法 广泛适用的线性方程组求解方法-S t r u e t u r e o f th e C o m p l e x b i 一 C o n j u g a t e G r a d ie n t M e th o d
diag
- 滤波程序,从同事那里要的,大家一起交流学习-BADNELL & BURGESS D.A.M.T.P. CAMBRIDGE C C DIAGONALIZATION OF REAL SYMMETRIC N-BY-N MATRIX Z. C C METHOD: HOUSEHOLDER REDUCTION TO TRI-DIAGONAL FORM AND SHIFTED C QL ALGORITHM TO DETERMINE THE E-VALUES AND E-V
a
- 在数论,对正整数n,欧拉函数是少于或等于n的数中与n互质的数的数目。 φ函数的值 通式:φ(x)=x(1-1/p1)(1-1/p2)(1-1/p3)(1-1/p4)…..(1-1/pn) 其中p1, p2……pn为x的所有质因数,x是不为0的整数。φ(1)=1(唯一和1互质的数就是1本身)。 (注意:每种质因数只一个。比如12=2*2*3 那么φ(12)=12*(1-1/2)*(1-1/3)=4) 若n是质数p的k次幂,φ(n)=p^k-p^(k-1)=(p-1)p^(k-1),因为除了
pinv
- //奇异值分解法求双精度浮点数矩阵的广义逆 //功能:利用奇异值分解求解一般的m×n阶实矩阵A的广义逆A+。 //方法说明:设m×n阶实矩阵A的奇异值分解式为 //其中 Σ = diag(σ0, σ1, ……,σp)(p≤min(m,n) -1 )且σ0≥σ1≥……≥σp>0 //设U = (U1,U2),其中U1为U中前P+1列列正交向量组构成的m×(p+1)矩阵;V = (V1,V2),其中V1为前P+1列//列正交向量组构成的n×(p+1)矩阵。则A的广义逆为: //A
mapminmax
- MATLAB的归一化函数 低版本的可以用-MATLAB mapminmax.m p=mapminmax(I,O,1)
L-MOMENT FOR LogPE3
- 计算Log P-III分布的参数,实现了全球不同数据长度的站点,均能通过该函数计算(Calculate the parameters of Log P-III distribution)