Partition Algorithm
-
Bài giảng "Lưu trữ và xử lý dữ liệu lớn: Chương 4 - Cơ sở dữ liệu phi quan hệ NoSQL (Phần 2)" trình bày các nội dung chính sau đây: Kiến trúc hệ thống dữ liệu, thuật toán phân vùng, đồng bộ bản sao, phiên bản dữ liệu,... Mời các bạn cùng tham khảo!
16p gaupanda025 09-04-2024 10 3 Download
-
Research objectives: Building a method of granulating partitions of domain of interpretation in DLs. This method is base on bisimulation and using suitable selectors as well as information gain measure; proposing bisimulation-based concept learning algorithms for knowledge bases in DLs using Setting.
31p change03 06-05-2016 51 3 Download
-
Tuyển tập các báo cáo nghiên cứu khoa học trên tạp chí toán học quốc tế đề tài: A Fast Algorithm for MacMahon’s Partition Analysis...
20p thulanh5 12-09-2011 46 3 Download
-
Tuyển tập các báo cáo nghiên cứu khoa học trên tạp chí toán học quốc tế đề tài: A simple algorithm for constructing Szemer´di’s Regularity Partition e...
7p thulanh4 10-09-2011 61 4 Download
-
Quicksort is a sorting algorithm developed by Tony Hoare that, on average, makes comparisons to sort n items. In the worst case, it makes comparisons, though this behavior is rare. Quicksort is often faster in practice than other algorithms.[1] Additionally, quicksort's sequential and localized memory references work well with a cache. Quicksort can be implemented with an in-place partitioning algorithm, so the entire sort can be done with only additional space.
16p locnp0209 11-06-2011 118 14 Download