Last indexation completed on 2024-10-06 08:25:51 UTC
c++ code:
binary_motion.cpp and binary_motion_binary.cpp simulate Brownian motion and write the output to a file in ASCII or in the binary format, respectively.
To change the number of particle paths as well as the number of iterations adjust the corresponding parameters in the code.
To compile, use
* g++ brownian_motion.cpp -lgsl -lgslcblas -lm -o brownian_motion
* g++ brownian_motion_binary.cpp -lgsl -lgslcblas -lm -o brownian_motion_binary
python scripts:
TODO: document the scripts
Name | Size | Date (UTC) | Last indexed | Description | |
---|---|---|---|---|---|
Name | Size | Date (UTC) | Last indexed | Description | |
Parent directory | - | 2024-02-11 02:40:28 | |||
brownian_motion.cpp | 928 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 | include <fstream> |
|
brownian_motion.py | 1174 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 | ||
brownian_motion_binary.cpp | 843 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 | include <fstream> |
|
brownian_motion_whole_file_rewrite.py | 1240 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 | ||
client_cpu_serial_port.py | 224 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 | ||
client_cpu_udp_socket.py | 241 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 | ||
cpu_usage_file.py | 260 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 | ||
README | 494 bytes | 2024-02-11 02:40:28 | - | ||
server_cpu_local_socket.py | 491 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 | ||
server_cpu_rapl_tcp_socket.py | 974 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 | ||
server_cpu_serial_port.py | 389 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 | ||
server_cpu_tcp_socket.py | 614 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 | ||
server_cpu_udp_socket.py | 334 bytes | 2024-02-11 02:40:28 | 2024-10-06 06:35:09 |