Code Monkey home page Code Monkey logo

se-sudoku's Introduction

软件工程-结对编程作业

一、项目说明

本项目为软件工程结对编程作业,完成数独程序。

(一)用户手册

请查看pdf文件

(二)质量检测

请查看pdf文件

(三)覆盖率测试

请查看pdf文件

二、项目结构

│--README.md    
└--sudoku.exe       // 项目可执行程序
└--img              // README中的图像文件目录
└--example
   │--game.txt      // 用于对-s进行测试的数独游戏文件
   │--incomplete.txt// 用于对-s进行测试的不完整的数独游戏文件
   │--solveSheet.txt// 使用-n生成游戏时对应的终局文件,每次使用-n前都要删除
   │--generate.txt  // 使用-n生成的数独游戏文件,每次使用-n生成游戏前都要删除该文件
   │--sudoku.txt    // 使用-s生成的解决数独得到的答案,每次使用-s前都要删除
└--src              // 源代码目录  
   │--main.cpp      // 入口文件  
   │--generate.h    // 生成数独游戏文件
   │--solver.h      // 解决数独问题文件
└--test             // 覆盖率测试用例目录

se-sudoku's People

Contributors

runxii avatar ymz10024 avatar

Watchers

 avatar

Forkers

ymz10024

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.