simonla / AttopAuto

至善网全科刷题/bug free的版本

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assistant-Attop

至善网全科自动刷题,获取题库,获取文字版题库

提供的题库不完整

你需要搞到一个刷完题的账号,然后使用本软件获取到题库

当然

你也可以提PR来解决该问题 :)

编译

VS2015 WIN10 C++ & MFC

1. TestDlg.cpp文件的最顶部有一个宏?#define ISDEBUG,如果注释掉,则是发布版本,即自动做题;如果不注释掉,则是后台用,用于提取题库

2. \Test\httpclient下有两套httpclient客户端,都可以用,一个是API写的,一个是MFC库写的

3. 源码中没有题库,请到客户端中获取后拷贝到\Test\TK目录下

4. 源码使用MFC静态编译,编译后有2M大,使用UPX压缩一下就比较小了

下载地址

刷客

权利声明

 本软件仅供学习交流使用,使用本软件造成的一切后果,由使用者承担:)

License

  MIT License

  Copyright (c) 2017 Simonla

  Permission is hereby granted, free of charge, to any person obtaining a copy
  of this software and associated documentation files (the "Software"), to deal
  in the Software without restriction, including without limitation the rights
  to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
  copies of the Software, and to permit persons to whom the Software is
  furnished to do so, subject to the following conditions:

  The above copyright notice and this permission notice shall be included in all
  copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
  AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  SOFTWARE.

About

至善网全科刷题/bug free的版本

License:MIT License


Languages

Language:C++ 92.3%Language:C 7.4%Language:Batchfile 0.2%