Linux
zhangjcsd
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
linux下编译C++代码,makefile文件内容
# Executable EXE = BPnetwork # Compiler, Linker Defines CC = g++ CFLAGS = -w -O -Wno-deprecated LIBS = LDFLAGS = $(LIBS) # Compile and Assemble C++ Source Files into Objec原创 2014-06-27 08:27:44 · 962 阅读 · 0 评论 -
学习bash脚本
文件开头: #!/bin/bash 屏幕输出原创 2014-06-27 15:28:45 · 425 阅读 · 0 评论
分享