Skip to content

Commit

Permalink
feat:submit calc core module
Browse files Browse the repository at this point in the history
  • Loading branch information
VEP committed Nov 29, 2023
0 parents commit 4e6db1b
Show file tree
Hide file tree
Showing 6 changed files with 33,134 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 少女前线重装部队最优解求解器

目前仅提供了最优解求解器的最优解计算模块代码 </br>
完整的程序包含了重装部队<strong>预设芯片组合计算模块</strong>与本<strong>最优解计算模块</strong>

最优解计算模块使用DLX算法来提供高效的精准覆盖解决方案,应用SIMD指令集进行计算加速

该项目可编译为windows/linux/android等平台的可执行文件活链接库,支持各种形式的使用(笑

### 特别感谢
[CodeX](https://github.com/xxzl0130/CodeX "少女前线芯片计算器CodeX") </br>
[sse2neon](https://github.com/DLTcollab/sse2neon "A C/C++ header file that converts Intel SSE intrinsics to Arm/Aarch64 NEON intrinsics") </br>
[json](https://github.com/nlohmann/json "JSON for Modern C++") </br>



Loading

0 comments on commit 4e6db1b

Please sign in to comment.