📄 readme.txt
字号:
In order to compile, just type:makefrom terminal.To execute the program, type:./lfm--------------------------------The program will ask for the name of a file where it can read the list of edges and their weights (in fact the program works on weighted networks).This file is expected like this:source_node target_node weightActually, since the program works only on undirected graphs, it does not care about who is the source and who is the target. Repetitions and self-loops are ignored.The node is supposed to be an integer number, and the weight a real one.If you do not want to type from terminal, you could edit the program here:./Library/lfm.cpp, line 55Just below this line, there are some parameters that you might like to change as well...(If you do not know c++, email me please)-------------------------------The program will write the results in a file called "output.dat". The several collections of overlapping nodes are ordered according to their relative frequency.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -