Skip to content

Kun-Ming/DS_project_2020_bjut

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

辅助排课系统

File tree

.
├── c++_part
│   ├── course
│   │   ├── course.h
│   │   └── target_course.h
│   ├── CMakeLists.txt
│   ├── main.cpp
│   ├── binding
│   │   ├── py_bind.cpp
│   │   ├── py_c_interface.cpp
│   │   └── py_c_interface.h
│   └── sort
│       ├── normal_sort.cpp
│       ├── normal_sort.h
│       ├── generate.cpp
│       └── generate.h
└── project
    ├── add.cpp
    ├── add.h
    ├── CMakeLists.txt
    ├── main.cpp
    ├── py_qt
    │   ├── subwindow.py
    │   ├── c___part.cpython-37m-darwin.so
    │   ├── file.py
    │   ├── window.py
    │   └── widget.py
    ├── data
    │   └── course_private.txt
    └── course.txt

说明

用pybind11进行C++与python混合编程,python实现前端,C++实现后端。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published