Thư viện đồ án, luận văn, tiểu luận, luận án tốt nghiệp, thạc sĩ, tiến sĩ, cao học
1. Hệ quản trị CSDL quan hệ kiểu Client/Server 2. Hướng dẫn cài đặt SQL Server 2005 3. Tiêu chí đánh giá 4. Tài liệu tham khảo
6 trang | Chia sẻ: candy98 | Ngày: 28/11/2020 | Lượt xem: 675 | Lượt tải: 0
• Pattern Matching! • Tries! • The Greedy Method and Text • Compression! • Dynamic Programming
58 trang | Chia sẻ: candy98 | Ngày: 28/11/2020 | Lượt xem: 662 | Lượt tải: 0
Simplest loop Two parts: test expression and loop body Pre-tested loop Execute loop body if test true Bypass loop body if test false
20 trang | Chia sẻ: thuongdt324 | Ngày: 28/11/2020 | Lượt xem: 740 | Lượt tải: 0
Priority Queues! Heaps! Adaptable Priority Queues
45 trang | Chia sẻ: candy98 | Ngày: 28/11/2020 | Lượt xem: 670 | Lượt tải: 0
Type of logical expression Produces result of true or false Compares values of two arithmetic expressions
25 trang | Chia sẻ: thuongdt324 | Ngày: 28/11/2020 | Lượt xem: 680 | Lượt tải: 0
Series of bytes in sequence Flow from device to device Objects are regions of storage in memory Object used determines device stream comes from or goes to cin and cout are identifiers for objects defined by iostream (screen and keyboard)
16 trang | Chia sẻ: thuongdt324 | Ngày: 28/11/2020 | Lượt xem: 677 | Lượt tải: 0
Data structures for graphs Graph traversal Depth-first search Breadth-first search Directed graphs Shortest paths Dijkstra's Algorithm Minimum spanning trees Kruskal's Algorithm Prim-Jarnik Algorithm
104 trang | Chia sẻ: candy98 | Ngày: 28/11/2020 | Lượt xem: 647 | Lượt tải: 0
Maps Hash tables Dictionaries Maps & Dictionaries Map ADT and Dictionary ADT: model a searchable collection of key-value entries main operations are searching, inserting, and deleting entries Dictionary: multiple entries with the same key are allowed Dictionary applications: word-definition pairs credit card authorizations ...
29 trang | Chia sẻ: candy98 | Ngày: 28/11/2020 | Lượt xem: 629 | Lượt tải: 0
Bubble Sort Insertion Sort Merge Sort Quick Sort
45 trang | Chia sẻ: candy98 | Ngày: 28/11/2020 | Lượt xem: 627 | Lượt tải: 0
Tree ADT Preorder and postorder traversals BinaryTree ADT Inorder traversal Tree Terminology Root: node without parent (A) • Internal node: node with at least one child (A, B, C, F) • Leaf (aka External node): node without children (E, I, J, K, G, H, D) • Ancestors of a node: parent, grandparent, great-grandparent, etc. • Depth o...
23 trang | Chia sẻ: candy98 | Ngày: 28/11/2020 | Lượt xem: 653 | Lượt tải: 0