搜索资源列表
dlq.rar
- 魔域登录器源码!好看的界面!强大的功能 支持更新IP!合更新名字!,Dungeons & Sign-source browser! Nice interface! Powerful support to update IP! All update the name!
life_game.for
- 有关于生命游戏的fortran程序源代码-Fortran on the life of the game source code
COPYING_CELL
- this a fortran file code to copy the file dat to anther one
spectrum
- 用于功率谱分析的Fortran程序,其中有简单功率谱分析与交叉功率谱分析。Power spectrum analysis for Fortran programs, including a simple power spectrum and cross power spectrum analysis.-Power spectrum analysis for Fortran programs, including a simple power spectrum and cross power sp
tetris
- 彭国伦《Fortran95程序设计》书中13章最后的练习题。用Fortran调用SGL函数编写的俄罗斯方块游戏。-Lun Peng " Fortran95 program design," the final chapter in the book 13 exercises. Written in Fortran function call SGL Tetris game.
Sudoku-Puzzle
- 八数码问题(类似于华容道),是一个有益智力的小游戏,通过空白滑块的移动来将混乱的图案恢复到有序的状态 本代码的核心算法通过fortran编写,经过matlab的制图功能进行可视化,解决了任意初始条件下的八数码问题的自动求解过程 1、matlab的exe文件在matlab文件夹中,点击打开之后出现gui图形化界面。 2、点击start按钮,程序会随机生成一个初始状态,并判断是否可解(solvable按钮显示YES即可解,NO即不可解)。 3、可解的话点击go按钮,程序开始自动运行,
sudoku
- 利用回溯法求解数独的小程序,程序利用Fortran语言编写(Using backtracking method to solve Sudoku)