
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 · 927 阅读 · 0 评论 -
学习bash脚本
文件开头: #!/bin/bash 屏幕输出原创 2014-06-27 15:28:45 · 386 阅读 · 0 评论