TAILIEUCHUNG - HandBooks Professional Java-C-Scrip-SQL part 142

Tham khảo tài liệu 'handbooks professional java-c-scrip-sql part 142', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Quantum Quantum Index Number .-- - 5 -- --- Big 0 2 Pointer 1 Array 2 3 4 - - 10 12 14 11 --- - - Quantum Item ---- -- .- Index Number Number Item Reference 0 3 2 2 --- - Quantum Array 1 3 4 . - IRA 2 3 5 - - - segment 3 3 3 -- -- 0 4 3 1 . ----- - -- --- ---------------------------- ------------------------------ I - Item Offset Type Index ---------------------------- 1 5 - VARSTRING 4 - 2 17 VARSTRING 0 --- -- Item 3 -19 VARSTRING 3 --- Index 4 -31 VARSTRING 1 - 5 -38 VARSTRING 2 --- 6 38 UNUSED 0 Quantum 3 --------------- -------- - W -------------------- --------- ----------- - ---- Quantum - ---- ------- - ------- Data 0335NYSteve Heller11510 - --------------------------- 333333333222222222211111111110000000000 876543210987654321098765432109876543210 ------------------------------------------- We might use this facility to keep track of both customer records and inventory records each of which would be logically separate although they may be stored in the same quantum file. In order to facilitate reconstruction of the file if part of the IRA is lost we won t use the same quantum for items from two different arrays as a result the space freed by deleting an item will only be reused when an item is to be added to the same array. To find an element in a main object we index into the main object index by the object s number retrieving the quantum number of the big pointer array for that object. Then we calculate the IRA segment and the index into that segment and retrieve the quantum number and item number for the element we want. The last step is to use the item index to find the exact location of the element. Of course we need a place to store the main object index. A normal application might have five or ten main objects therefore our allocation of 256 entries in the main object index is extremely generous in most The Light at the End of the Tunnel Let s start our examination of the implementation of the quantum file code by looking at a

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.