Coder Social home page Coder Social logo

mazedatabase's Introduction

编译

  • 编译此项目需要链接SQLite库并包含SQLite头文件,详细信息可以参照/CMakeLists.txt

示例

  • /MazeDatabase.cpp包含主函数,作示例用。

建立数据库

  • 需要先建立数据库文件和相关的数据表才能正常使用,建库、建表语句可以参照/prepare_mysql.txt
  • 当然,也可以使用预先建立的数据库文件/precompiled/maze.db

运行

  • 如果链接SQLite库时使用的是动态链接,则在Windows中,项目可执行文件的同一目录中必须存在相应的.dll文件,否则可能无法正常运行。

资源

  • /precompiled/目录下有:
    • 预先建立好的数据库文件maze.db
    • amd64平台上(使用动态库链接)预先编译好的项目可执行文件MazeDatabase.exe
  • /sqlite/目录下有:
    • SQLite可执行文件sqlite3.exe(x86)
    • SQLite头文件sqlite3.h
    • SQLite动态库DLL文件sqlite3.dll(x64)
    • amd64平台上预先生成的SQLite导入库文件sqlite3.lib(x64)

mazedatabase's People

Contributors

telephonetan avatar

Stargazers

vanlu avatar

Watchers

 avatar

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.