3 Star 7 Fork 2

qieangel2013/phpword2vec

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
makefile 311 Bytes
一键复制 编辑 原始数据 按行查看 历史
张秋方 提交于 2018-05-11 15:03 +08:00 . PHP调用 word2vec
CC = gcc
#Using -Ofast instead of -O3 might result in faster code, but is supported only by newer GCC versions
CFLAGS = -lm -pthread -O3 -march=native -Wall -funroll-loops -Wno-unused-result
all: distancecli
distancecli : distancecli.c
$(CC) distancecli.c -o distancecli $(CFLAGS)
clean:
rm -rf distancecli
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/qieangel2013/phpword2vec.git
git@gitee.com:qieangel2013/phpword2vec.git
qieangel2013
phpword2vec
phpword2vec
master

搜索帮助