搜索资源列表
shopping_Dynamic_Programming
- Jones先生是一位模范丈夫,每个星期六的早晨他的太太都会给它一个购物清单,他只能购买清单上所列的物品并且必须全部买齐。最开始,Jones先生总是穿梭于商店的过道之间,对每样商品选择最便宜的价格购买,但是他逐渐地厌倦了这种方式,并开始了一种新的尝试——对于商店中的每条过道只走一遍,并严格按照清单上物品的顺序购物。现在你要写一个程序来帮助他购物。你所拥有的信息除了清单所列的物品之外,还包括在他选择的整条路线上依次出现的商品和它的价格,你的任务是计算他购齐所有货物的最小花费。-Mr. Jones i
chinahorse
- 如果車不動,請設計算法:按馬走日的方法但又不能被車吃掉,用回溯法設計馬的走法,並打印出路程.可以做為軟體設計的參考-If the car does not move, please algorithm design : taking Japan by Ma but the car can not be eaten, Design Retrospective with a horse walk, and print out distance. can be used as a reference
wugui
- 三维无规行走,能走得个方向概率相同 回避所有经过的路线-three-dimensional random walk, can go the same direction to avoid all probability after the line
gonglvpuguji
- 各种功率谱估计算法!包括AR谱估计,BURG算法,YULE-WALK方程-various power spectrum estimation algorithm! Including AR spectral estimation, BURG algorithm, YULE-WALK equation
random_walk
- 自己编的一个用随机行走法实现电路计算的例子,电路图及参数均在Partial random walk for large linear network analysis里
小孩和玩具
- 设一个小孩在平面上沿着某曲线行走,此曲线由时间参数曲线确定。假设小孩借助于一个长度为 的硬木棒拖着或推着一个玩具,试求玩具的平面轨迹。-set up a child in a plane curve walk along this curve by the time parameter curve. Using a hypothetical child for the length of the hard wooden dragging or pushing a toy, toys trial
randomwalk
- 正弦型外力的一维随机行走程序,采用16807随机数产生器。-random walk program for sin outer forces
Cost_2011
- 画图瑞利背景下CA CFAR检测性能比较的Matlab程序 -plot a figure speed platform where both the target and the clutter have range walk. In this method, for efficient clutter suppression the clutter’s range walk
Legao_robot_sourcecode
- Legao机器人识别道路行走的代码,能绕着黑色路线行走-Robot road Legao identification code that can walk around the black line
Walls
- 这是一个可以绕墙走的人工智能坦克机器人范例。-This is a walk around the wall of an example of artificial intelligence robot tanks.
xiangqimadezoufa
- 参考课堂迷宫问题的解题方法,建立move数组,若马当前位置是(x,y),则沿着第i(1<=i<=8)个方向跳一步,到达新的位置为( x’,y’),下表位置可以根据 move 数组来确定,有: x’=x+move[i][0] y’=y+move[i][1]. 马走过的信息的 用结构体来存储。move数组用于存储马可以走过的方向,将开始的马的位置的信息存入队列,马沿着8个方向跳动,在马跳动过程中,将马的跳动步数加1,如果马没有走到边界,判断马有没有在走同样的步数到同一个节点。如果马没
saolei
- 在一个20*20的地图上,分布着81颗地雷,扫雷机器人走到其中一个方格上,如果是地雷,它将被炸死,如果不是,它可以探测到它周围的八个方格中有几个地雷。现在你拥有10个扫雷机器人(10次错误机会),请你将这片雷区中的所有地雷标出来。-20* 20 in a map, and the distribution of the 81 mines, mine-clearing robot walk on a grid, if it is mine, it will be killed, if not, i
general_random
- Markov - Generate Random walk
randomwalk_cell_and_particle_dependent
- 2D Random Walk with cell and chemotaxis interaction
random walk 3d
- This demonstrates the concept of a 3d random walk. Brownian motion and a recursive markhov chain.
C-random-walk
- 用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.
Simple-random-walk
- Simple random walk "Start at 0, jump one step up with probability p and down with probability 1-p
2-dimensional-random-walk
- 2-dimensional random walk The sample code plots four trajectories of the same walk, four different colors:
simulate-the-human-walk
- 真实模拟人走路,通过调节参数可改变人行走的速度,图形化界面操作,含源代码。-To simulate the human walk.
Random-walk
- 正弦外力场下粒子的随机行走。本程序含有一维和二维正弦外力场下的随机行走情况,程序生成粒子的轨迹-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