Last indexation completed on 2024-04-28 06:00:06 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
folder Parent directory - 2024-02-11 02:05:07  
file brownian_motion.cpp 928 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13

include <fstream>

file brownian_motion.py 1174 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13  
file brownian_motion_binary.cpp 843 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13

include <fstream>

file brownian_motion_whole_file_rewrite.py 1240 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13  
file client_cpu_serial_port.py 224 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13  
file client_cpu_udp_socket.py 241 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13  
file cpu_usage_file.py 260 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13  
file README 494 bytes 2024-02-11 02:05:07 -  
file server_cpu_local_socket.py 491 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13  
file server_cpu_rapl_tcp_socket.py 974 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13  
file server_cpu_serial_port.py 389 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13  
file server_cpu_tcp_socket.py 614 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13  
file server_cpu_udp_socket.py 334 bytes 2024-02-11 02:05:07 2024-04-28 03:48:13