资源列表
greedy-you
- Descr iption 现在大家正在为完成网络教室的题目而奋斗。你想获得更高的分数,但发现自己的效率有点儿低,于是请你写个程序计算一下: 假设一共有 n 个题目,每个题目 i 你都需要一个单位时间来完成。同时每个题目 i 都有一个完成期限 di 和相应的分数 pi 。这里的完成期限是指应在开始时间之后 di 个时间单位内(含di)完成,不能迟交。 所有题目同时开始计时,当且仅当题目 i 在它的期限截止以前被完成时,你才能获得 pi 的分数。完成期限的设
bouble-tower
- 背景 从前,有一个古老的帝国有两个形状不同的塔分别在不同的两个城市里。这两个塔是用圆形的砖一块一块建成的。这些圆形砖的高度是一样的,其半径都是整数。很明显,尽管这两个塔形状不同,但造塔所使用的圆形砖却有很多是相同的。 过了很多年,一个国王命令他的建筑师们移除两个塔的部分砖以便使它们的形状完全一样,同时使两个塔的高度尽可能的高,并且新塔的砖瓦的排列顺序必须与原来的一样。国王认为这样的两个塔象征着这两个城市之间的和谐和平等,于是命名它们为双胞胎塔。 任务 现在,两千年以
Gaussian
- 首先产生均匀分布,然后通过变换产生高斯分布的随机数,并画出概率密度函数的直方图-Uniform distribution generated first, and then converting a Gaussian distribution random number, and a histogram of the probability density function draw
CFD_Code
- 超详细的CFD数值计算程序,对于CFD实战有极大的帮助。- Ultra-detailed CFD numerical procedure for CFD real great help.
lsmlib-0.9.0.tar
- 基于C++的levelset计算源代码,拥有mpi高效并行技术,可用于科研到工程问题的实际计算。-Levelset based on the C++ source code is evaluated with efficient parallel mpi technology for research into the actual calculation of engineering problems.
poisson
- poisson.f90 是矩形区域上泊松方程Dirichlet边值问题差分求解的fortran程序,可选择Jacobi或者Gauss-Seidel迭代子程序,其中Jacobi迭代次数为925,Gauss-Seidel迭代次数为478。结果输出至solution.dat文件 poisson.ncl 是NCL脚本,运行该脚本得到的图为result.pdf thomas.f90 是追赶法解代数方程组的fortran程序。控制分辨率n的不同取值,输出以下文件: thomas(n=3).
LBM-C-0.1
- LBM-C is a lattice Boltzmann 2D and 3D fluid flow solver implemented using nVidia s CUDA platform. LBM-C is written in CUDA C and is licensed under GPL v2, you are invited to use, alter and improve upon LBM-C at your own discretion.
SSD1963 & ucos2 & STM32F103VC
- This is my portation of an SSD1963 TFT Display (HY35A) Driver to the emWIN/ucGui 3.90a that linked them via FSMC Bus to an STM32F103VC (miniSTM32). Looks great and work fine. I did them to check out the portability of an externla TFT-Driver bound to
RK-block
- 分块RK法求解一介偏微分方程的matlab程序,参数自己设计即可,包括自己设定的函数。-Block RK method for solving partial differential equations ordinary matlab program, the parameters can be of their own design, including its own set of functions.
Cholesky
- 半正定矩阵cholesky方法将其分解为两个上下三角矩阵相乘的形式。matlab自带的函数只能分解正定矩阵。并且给出例子。-Semi-definite matrix cholesky method be decomposed into two upper and lower triangular matrices form. matlab built-in function can only be positive definite matrix decomposition.
xinlaiyu
- 本算法是基于数值计算中的信赖域方法编写的MATLAB程序。非常实用的一个小程序。-This algorithm is based on the numerical calculation of trust region methods written MATLAB program. Very practical one small program.
FDTD-one-dimensional
- 基于时域有限差分法的电磁波一维传导方程,MATLAB编写,可作为一维正演模拟,也可作为MATLAB的教学演示。-FDTD method based on the electromagnetic one-dimensional conduction equation, MATLAB prepared, can be used as a one-dimensional forward modeling, but also as a teaching demonstration of MATLAB.