Stars
RUXAILAB - Usability Testing and Heuristics Evaluation Conceptual learning
📚 awesome algorithm books I've collected 【不定期更新】 搜集整理的算法书籍(经典算法、ML/DL算法、面试算法、比赛算法等)
Machine Learning and Computer Vision Engineer - Technical Interview Questions
An elegant LLM chat UI forked from chatgpt-demo of @anse-app. Index site at https://free-chat.asia
石川《因子投资》第三章A股市场因子单调性验证部分的复刻
感谢石川等大佬的著作《因子投资-方案与实际》,本repo将尝试作为补充,为各个概念提供说明,以及尝试提供实现部分代码
The perfect emulation setup to study and develop the Linux kernel v5.4.3, kernel modules, QEMU, gem5 and x86_64, ARMv7 and ARMv8 userland and baremetal assembly, ANSI C, C++ and POSIX. GDB step deb…
Hikyuu Quant Framework 基于C++/Python的极速开源量化交易研究框架,同时可基于策略部件进行资产重用,快速累积策略资产。
quantitative trading with Javascript, Python, C++, PineScript, Blockly, MyLanguage(麦语言)
Quantitative analysis, strategies and backtests
Educational notebooks on quantitative finance, algorithmic trading, financial modelling and investment strategy
Tiny but powerful single file wavefront obj loader
Distributed Configuration Management Platform(分布式配置管理平台)
c语言编译器,用 lex 和 yacc 工具完成词法分析与语法分析并生成语法树,C++实现了语 法树的解析并生成中间代码,生成中间代码的过程中实现了错误检测。C++实 现了中间代码的优化操作。之后利用 python 对中间代码进行处理并生成 mips 汇编码并且可以成功在 PCSpim(mips 模拟器)上运行。