📄 readme.txt
字号:
Readme for gendata==================How to compile: gcc -o gendata gendata.c -lmHow to run: ./gendata <ini_file> <conf_file> <dat_file><ini_file> : the initialization file including the cluster parameter (e.g. no. of data points to be generated. See details in sample.ini)<conf_file> : the final configuration of the cluster generated (this file is the output file in this program (NOT an input file))<dat_file> : the output file in this program (i.e. a list of data points generated)For example, ./gendata sample.ini conf.txt data.txt
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -