1 Star 0 Fork 0

loryhndol/数值计算作业

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makefile 176 Bytes
一键复制 编辑 原始数据 按行查看 历史
lory0112 提交于 2023-10-16 22:43 . 整理了数据集合类和GMM模型类
SRC = ./src
BUILD = ./build
all:
g++ -g -fPIC -O3 -o ${BUILD}/main ${SRC}/main.cc ${SRC}/dataset.hpp ${SRC}/gmm.hpp
.PHONY: clean
clean:
cd ${BUILD} && del -f *.o *.a *.exe
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/loryhndol/numeric-computing-homework.git
git@gitee.com:loryhndol/numeric-computing-homework.git
loryhndol
numeric-computing-homework
数值计算作业
master

搜索帮助

23e8dbc6 1850385 7e0993f3 1850385