CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 数值算法/人工智能

资源列表

« 1 2 ... .28 .29 .30 .31 .32 24833.34 .35 .36 .37 .38 ... 28276 »
  1. greedy-you

    1下载:
  2. Descr iption   现在大家正在为完成网络教室的题目而奋斗。你想获得更高的分数,但发现自己的效率有点儿低,于是请你写个程序计算一下:   假设一共有 n 个题目,每个题目 i 你都需要一个单位时间来完成。同时每个题目 i 都有一个完成期限 di 和相应的分数 pi 。这里的完成期限是指应在开始时间之后 di 个时间单位内(含di)完成,不能迟交。   所有题目同时开始计时,当且仅当题目 i 在它的期限截止以前被完成时,你才能获得 pi 的分数。完成期限的设
  3. 所属分类:Algorithm

    • 发布日期:2014-09-12
    • 文件大小:506kb
    • 提供者:kenber
  1. bouble-tower

    1下载:
  2. 背景 从前,有一个古老的帝国有两个形状不同的塔分别在不同的两个城市里。这两个塔是用圆形的砖一块一块建成的。这些圆形砖的高度是一样的,其半径都是整数。很明显,尽管这两个塔形状不同,但造塔所使用的圆形砖却有很多是相同的。 过了很多年,一个国王命令他的建筑师们移除两个塔的部分砖以便使它们的形状完全一样,同时使两个塔的高度尽可能的高,并且新塔的砖瓦的排列顺序必须与原来的一样。国王认为这样的两个塔象征着这两个城市之间的和谐和平等,于是命名它们为双胞胎塔。 任务 现在,两千年以
  3. 所属分类:Algorithm

    • 发布日期:2015-09-23
    • 文件大小:1.43mb
    • 提供者:kenber
  1. Gaussian

    1下载:
  2. 首先产生均匀分布,然后通过变换产生高斯分布的随机数,并画出概率密度函数的直方图-Uniform distribution generated first, and then converting a Gaussian distribution random number, and a histogram of the probability density function draw
  3. 所属分类:Algorithm

    • 发布日期:2015-03-26
    • 文件大小:285kb
    • 提供者:谢岚
  1. CFD_Code

    1下载:
  2. 超详细的CFD数值计算程序,对于CFD实战有极大的帮助。- Ultra-detailed CFD numerical procedure for CFD real great help.
  3. 所属分类:Algorithm

    • 发布日期:2014-04-25
    • 文件大小:7kb
    • 提供者:fracatal
  1. lsmlib-0.9.0.tar

    1下载:
  2. 基于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.
  3. 所属分类:Algorithm

    • 发布日期:2016-06-14
    • 文件大小:1.45mb
    • 提供者:fracatal
  1. poisson

    1下载:
  2. 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).
  3. 所属分类:Algorithm

    • 发布日期:2014-05-06
    • 文件大小:187kb
    • 提供者:胡容
  1. LBM-C-0.1

    1下载:
  2. 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.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-07
    • 文件大小:1.81mb
    • 提供者:ass
  1. SSD1963 & ucos2 & STM32F103VC

    1下载:
  2. 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
  3. 所属分类:数学计算/工程计算

    • 发布日期:2013-10-19
    • 文件大小:5.39mb
    • 提供者:juppeck
  1. RK-block

    1下载:
  2. 分块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.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:990byte
    • 提供者:无名
  1. Cholesky

    1下载:
  2. 半正定矩阵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.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:13.95kb
    • 提供者:王潘
  1. xinlaiyu

    1下载:
  2. 本算法是基于数值计算中的信赖域方法编写的MATLAB程序。非常实用的一个小程序。-This algorithm is based on the numerical calculation of trust region methods written MATLAB program. Very practical one small program.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:2.18kb
    • 提供者:温来福
  1. FDTD-one-dimensional

    1下载:
  2. 基于时域有限差分法的电磁波一维传导方程,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.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:4kb
    • 提供者:ZHANGwait
« 1 2 ... .28 .29 .30 .31 .32 24833.34 .35 .36 .37 .38 ... 28276 »
搜珍网 www.dssz.com