搜索资源列表
wangge
- 收集的 数学算法- 网格算法和穷举法 的比较经典的大学课件和论文
DNA
- DNA限制性图谱的绘制方案程序 %采用改进的穷举法搜索DNA片段排序,data1,data2是传进来的两组数据
java1soduku
- java用于解决数独问题,这是一个设置一个矩阵的方法,当然核心依然是穷举。
javaamb
- java解决数独问题,这个程序用的是amb。可以一看,但是核心依然是穷举
bob(release)
- 除实现windows扫雷的基本功能之外加入以下两个特殊功能: (1)see through: 查看雷的位置。 (2)inference: 开启自动推理提示 (由穷举法产生的最佳推理): 红色:必定有雷 绿色:必定无雷 蓝色:无法推断 -In addition to achieving the basic functions of windows outside the mine by adding the following two special
SequenceConstructor
- 这个文件里没有注释...没有GUI...什么都没有 功能是,对一系列等几率的随机事件的穷举 和判定输赢 和记载结果 得出的结果可以用来判断最佳方案... 其实没什么用,但是作为初学JAVA两个月的学生,实在没办法成为会员啊.-The calculation of a series of tests with constant alternatives and its outcome. With equal Probability
sdjifhs
- 实现以ABCAB*A=DDDDDD的算法,对于穷举法学习有一定的帮助,可以-The realization of ABCAB* A = DDDDDD of algorithms for the exhaustive method be helpful to learn, you can see
TSP
- 用穷举法和模拟退火方法实现了求解tsp问题-With exhaustion and simulated annealing method for solving TSP problem
loc
- 手机基站定位穷举程序,帮助你建立自己的定位数据库。-Order to Locate where you are
(java)
- 走迷宫游戏!计算机解迷宫通常用的是“穷举求解”方法,即从入口出发,顺着某一个方向进行探索,若能走通,则继续往前进;否则沿着原路退回,换一个方向继续探索,直至出口位置,求得一条通路。假如所有可能的通路都探索到则未能到达出口,则所设定的迷宫没有通睡。可以二维数组存储迷宫数据,通常设定入口点的下标为(1,1),出口点的下标为(n,n)。为处理方便起见,可以迷宫的四周加一圈障碍。对于迷宫任一位置,均可约定有东、南、西、北四个方向可通。 -Maze game! Computer Solutions maz
ban-zhuan
- 用穷举法解决以下问题:36块砖,36人搬,男搬4,女搬3,两个小孩抬1砖。要求一次全搬完,问男、女、小孩有多少?-The brute-force method to solve the following problem: 36 bricks, 36 people move, the men moved 4 female moved two children lift a brick. Require full-time to move those, ask men and women, how
J_Grid15
- 运用穷举法求解1-9,3*3数独问题,即使每行每列及对角线上的之和为15,算法简单,但运算时间有点长,大概是五分钟左右,请耐心等待。-Using exhaustive method to solve 1-9, 3*3 Sudoku problem, even if each row and each column and on the diagonal and 15, simple algorithm, but the operation time is long, about five min
magic_pyramid_problem
- 小朋友玩的神奇金字塔的穷举求解,有难度; 立体摆法的穷举算法没有想明白该怎么写,有兴趣的朋友可以帮忙思考一下;-magic pyramid layout problem
EightQueens
- 一个用来研究八皇后问题的java小程序,采用递归算法遍历树来穷举所有符合要求的排列,存储后用图形界面表示出来。-Used to study a problem of the eight Queen of java applets, using recursive tree traversal algorithm to exhaustive array of all meet the requirements, storage, said later a graphical interface.
sudoku
- 使用穷举法解数独,计算时间和空格数大致呈正比-Using the exhaustive method to solve Sudoku, the calculation time and the number of spaces is roughly proportional