搜索资源列表
8queens
- 编写程序对八皇后问题进行求解:在8行8列的棋盘上放置8个皇后,使任一个皇后都不能吃掉其他的7个皇后(注:皇后可吃掉与她处于同行或同列或同一对角线上的其他棋子),并将结果以某种方式显示出来。 例如,当求出下述的一个解时,可输出如下信息来表示该解(输出了表示摆放皇后的坐标位置以及“棋盘状态”— 棋盘中有皇后的位置放一个“Q”字符,其他位置为“+”字符)。 (1,1) (5,2) (8,3) (6,4) (3,5) (7,6) (2,7) (4,8) Q + + + + + + +
view
- 这是QT里实现输入预处理 最后将结果显示的view功能-This is a QT where the input pre-view the final results shown in functional
GrinderAnalyzer-V2-b19
- 经典开源性能测试工具grinder的测试结果分析器源码。可以把结果图形化显示。弥补原工具不足。-Classic open source performance testing tool grinder test results analyzer source. The results can be displayed graphically. To make up for lack of the original tool.