搜索资源列表
qt
- 使用模拟退火解决一下问题:给定n个固定形状的矩形积木块,如何拼接积木块,使得其矩形外框的面积最小? -Simulated annealing to solve the problem: given n fixed shape of the rectangular building blocks, how splicing building blocks, making it the smallest rectangular frame?
TicTacToe
- This a simple VB console based TicTacToe program. I do have parts of the code commented out that are the building blocks of a minimax based ai computer player. I have yet to get the AI working but I wanted to be able to view some of the code on here