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

搜索资源列表

  1. wugui

    0下载:
  2. 三维无规行走,能走得个方向概率相同 回避所有经过的路线-three-dimensional random walk, can go the same direction to avoid all probability after the line
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.42kb
    • 提供者:syf
  1. randomwalk

    0下载:
  2. 正弦型外力的一维随机行走程序,采用16807随机数产生器。-random walk program for sin outer forces
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:552byte
    • 提供者:
  1. shuta1

    0下载:
  2. 算法分析经典的数塔问题,从顶部出发,在每一结点可以选择向左走或是向右走,一起走到底层,要求找出一条路径,使路径上的值最大。 -Algorithm analyzes a number of classic tower problem, starting from the top, at each node can choose to go left or right, go, walk out together to the ground floor, asked to find a pat
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:618byte
    • 提供者:xiaolu
  1. Hamilton

    2下载:
  2. 8*8 的国际象棋棋盘上的一只马,恰好走过除起点外的其它 63 个位置各一次,最后回 到起点。这条路线称为一条马的 Hamilton 周游路线。对于给定的 m*n 的国际象棋棋盘,m 和n均为大于5的偶数,且|m-n|≤2,试设计一个分治算法找出一条马的Hamilton周游路线。 编程任务: 对于给定的偶数m,n≥6,且|m-n|≤2,编程计算 m*n 的国际象棋棋盘一条马的Hamilton 周游路线。 Input 输入数据的第一行有2
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:15.84kb
    • 提供者:zhang
  1. taozihouweiti

    0下载:
  2. 1979年,诺贝尔奖获得者李政道教授到中国科技大学讲学,他给少年班的同学出了这样一道算术题:有5只猴子在海边发现一堆桃子,决定第二天来平分.第二天清晨,第一只猴子最早来到,它左分右分分不开,就朝海里扔了一只,恰好可以分成5份,它拿上自己的一份走了.第2,3,4,5只猴子也遇到同样的问题,采用了同样的方法,都是扔掉一只后,恰好可以分成5份.问这堆桃子至少有多少只.据说没有一个同学能当场做出答案.李教授说用常见的方法计算很繁,问题的关键在于打破常规思维. 。 -In 1979, Nobel Priz
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1.76kb
    • 提供者:qrbo
  1. knight

    0下载:
  2. 在n行n列的棋盘上(如n=5),假设一位骑士(按象棋中“马走日”的行走法)从初始坐标位置(x1,y1)出发,要遍访(巡游)棋盘中的每一个位置一次。请编一个程序,为骑士求解巡游“路线图”(或告诉骑士,从某位置出发时,无法遍访整个棋盘 — 问题无解)。-In the n-n chessboard (for example, n = 5), assuming a knight (in chess in the " horse to go on" walk method) from t
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:129.56kb
    • 提供者:蔡哲文
  1. yuhangyuan

    0下载:
  2. poj1836题 一个简单模拟的算法,宇航员在空间中行走的转向问题-poj1836 a simple simulation algorithm problem, the astronauts walk in space, the steering problem
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:213.66kb
    • 提供者:dancer
  1. sales_man

    0下载:
  2. 推销员问题:穷举出推销员可能行走的每条路径,计算花费,从中选出最小的那条路径,有很详细的注释,是我们算法课的作业。-Salesman problem: a salesman may exhaustive walk each path, calculate the cost, choose the smallest piece of the path, there are very detailed notes, our algorithm homework assignment.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.33kb
    • 提供者:wang
  1. GenericRandomWalkAndMaximalEntropyRandomWalk-sour

    0下载:
  2. Mathematica file for Generic Random Walk And Maximal Entropy Random Walk
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:9.26kb
    • 提供者:tk
  1. stocks4

    0下载:
  2. 一个自己玩的随机漫步程序,可用于模拟金融市场的波动,并且绘制了价格、5日均线、10日均线等图形。-A random walk code for simulation of financial market price and averages.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:632byte
    • 提供者:Ares
  1. random_walk_3D

    0下载:
  2. Brownian motion. A random walk is similar to markov process, however a markov process has no memory, where a random walk uses an initial state. The next step in the walk does not necessarily depend on your current state but will be referenc
  3. 所属分类:Algorithm

    • 发布日期:2017-11-25
    • 文件大小:609byte
    • 提供者:el tigre
  1. random_walk

    0下载:
  2. 2D version of Brownian motion. A random walk is similar to markov process, however a markov process has no memory, where a random walk uses an initial state. The next step in the walk does not necessarily depend on your current state but wil
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:558byte
    • 提供者:el tigre
  1. stochastic-computation

    0下载:
  2. TGM.m \\传统的Galerkin方法 MD.m \\时滞惯性流形方法 brownian.m \\演示布朗运动 randomwalk.m \\ 演示随机游走 tumor.m \\ 演示tumor演化-TGM.m \ \ traditional Galerkin method MD.m \ \ Delays inertial manifold method brownian.m \ \ demo Brownian motion randomwalk.m \ \ demo ran
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:3.13kb
    • 提供者:李东喜
  1. transporting

    2下载:
  2. 小明的飞机快要赶不上了! 幸好大厅的路上有一些传送带。每个传送带都有一定的速度,传送带之间没有重叠。 小明自己行走的速度为w,如果传送带的速度为v的话,在传送带上走的速度就是w+v。 但是小明还是很着急,所以他决定跑一段时间t。他跑的速度是r,那么如果传送带的速度为v的话,在传送带上跑的速度就是r+v。 对于时间t,他不一定要连续跑,可以走走再跑。也不一定非要跑够t。 问小明至少需要多少时间才能到达终点。 输入第一行为用例数T,1<=T<=40。 每
  3. 所属分类:Algorithm

    • 发布日期:2014-09-13
    • 文件大小:441kb
    • 提供者:kenber
  1. C-random-walk

    0下载:
  2. 用C语言实现的随机漫步算法的模拟,最终的计数器数组,显示出漫步的“密度”,即输出在实验中每一块瓷砖被接经过的次数。-C language simulation of random walk algorithm, the final counter array, showing stroll " density" , ie each output in the experiment was taken after a number of tiles.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:2.61kb
    • 提供者:beihaijiahua
  1. randomwalk

    0下载:
  2. 醉汉随机游走的C模拟,用于Unix平台,用makefile进行编译-C simulation of random walk
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:2.88kb
    • 提供者:march
  1. Untitled3

    0下载:
  2. 本程序利用显式差分格式,将波动方程离散化,进而求出波动方程的数值解,不断地细化空间和时间步长,可以让数值解逼近理论解。-The program with the implicit difference method, the discrete wave equation, the numerical solution is obtained, continue to refine the long walk the numerical solution can approach the the
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:610byte
    • 提供者:徐亚
  1. Monte-Carlo-simulation-method

    3下载:
  2. 蒙特卡洛方法模拟正弦力场下的随机行走,内涵16807产生器程序,误差函数计算程序,模拟的结果与理论计算符合的很好。-Monte Carlo simulation of random walk under sinusoidal force field, connotation 16807 program generated error function calculation program, the simulation results in good agreement with theore
  3. 所属分类:Algorithm

    • 发布日期:2017-05-03
    • 文件大小:618.78kb
    • 提供者:
  1. Random-walk

    3下载:
  2. 正弦外力场下粒子的随机行走。本程序含有一维和二维正弦外力场下的随机行走情况,程序生成粒子的轨迹-Random walk of particles under sinusoidal external force field. This program contains one and two dimensional sinusoidal force field under the random walk, the program generates the trajectory of partic
  3. 所属分类:Algorithm

    • 发布日期:2017-05-05
    • 文件大小:37.79kb
    • 提供者:陈磊
搜珍网 www.dssz.com