. ├─ CMakeLists.txt ├─ include/ │ ├─ graph_algorithm.h │ └─ matrix.h ├─ src/ │ ├─ main.cpp │ ├─ graph_algorithm.cpp │ └─ matrix.cpp ├─ web/ │ ├─ index.html │ ├─ style.css │ ├─ app.js │ ├─ ...
Abstract: In order to solve the problem of sparse text modality semantics and difficulty in fully mining features in current cross-modal retrieval algorithms, a cross-modal retrieval algorithm (GCMR) ...
Abstract: Scheduling a task graph representing an application over a heterogeneous network of computers is a fundamental problem in distributed computing. It is known to be not only NP-hard but also ...