搜索资源列表
cmcm98b
- 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段
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)
HanoiTowerSequence
- 题目大意: 经典的汉诺塔 n个盘编号,从小到大 1..n 问:移动的序列中第k步移的是哪个盘 -Input The first line of the input file is T, the number of test cases. Each test case contains one integer p (1<=p<10^100). Output Output the pth e
2
- 计算双通道散射BUBBLEGUM v.2 的源代码-The FORTRAN code BUBBLEGUM.f calculates the unitary, analytic T-matrix for a two-channel problem with an arbitrary number of resonances. It also gives the approximate results from the K-matrix method, the Breit-Wigner approx
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
satu
- int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
satu
- int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
konversi-bilangan
- int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
satu
- int i, j, k,b,n,s,t,r=1 float sum, c float a[12][12] //pengisian matrix printf("Masukkan ordo matriks : ") scanf(" d",&n) printf("masukkan banyak persamaan : ") scanf(" d",&b) for(i=0 i<n i++){ for(j=0 j&
EX2DVAEL_BergaIf
- 在压缩源激发下,真空-弹性表面的精确二维响应。(Garvin问题) 英文描述中有相关参考文献,对于做波场模拟的同学很有用。-THIS FORTRAN PROGRAM CALCULATES THE EXACT SEISMIC 2D RESPONSE FROM A COMPRESSIONAL POINT SOURCE IN AN ELASTIC HALFSPACE WITH A FREE SURFACE. ALL GREEN S FUNCTIONS ARE CALCULATED AN
ASA
- Adaptive Simulated Annealing (ASA) is a C-language code developed to statistically find the best global fit of a nonlinear constrained non-convex cost-function over a D-dimensional space. This algorithm permits an annealing schedule for "temper
RK41
- R-K方程求解代码,数值分析初级分析代码,是4阶的-R- K f o r 4 t h t o g e t t h e a n s w e r.
getfod
- 可以将模型经过转换计算求其ziegler-nichols整定公式中的参数K,L,T-Model can be after conversion calculation to find the Ziegler-Nichols tuning to the argument in the formula K, L, and T
KMeans
- K-均值聚类算法,属于无监督机器学习算法,发现给定数据集的k个簇的算法。 首先,随机确定k个初始点作为质心,然后将数据集中的每个点分配到一个簇中,为每个点找距其最近的质心, 将其分配给该质心对应的簇,更新每一个簇的质心,直到质心不在变化。 K-均值聚类算法一个优点是k是用户自定义的参数,用户并不知道是否好,与此同时,K-均值算法收敛但是聚类效果差, 由于算法收敛到了局部最小值,而非全局最小值。 K-均值聚类算法的一个变形是二分K-均值聚类算法,该算法首先将所有点作为一个簇,然
K-T1
- 此程序是中心格式,称作K-T格式(Kurganov-Tadmor)用于解决流体力学中一维激波管问题,例如sod问题等等。-CFD,central scheme(K-T格式),1-D shock-tube problem,sod problem
BOMP
- 块OMP算法,主要推广了OMP算法的思想和实现。和原始论文对应,具有实用性。-The entire work was developed for an University exam. The authors are LORENZO TORTORELLA and ALESSANDRO RAUGI. For details see: B. M. Sanandaji, T. L. Vincent, M. B. Wakin, R. T髏h e K. Poolla, ? Compress
matlabK-T模型函数包
- 等效介质理论 K-T模型算法(球形,针行,硬币状孔隙)(The K-T model algorithm of the equivalent medium theory)