资源列表
[编程文档] Modal-analysis
说明:This book helps us understand the modal analysis and some methods to identify them through experiments<sanxing> 在 2025-12-31 上传 | 大小:5.79mb | 下载:0
[软件工程] Java_Swing
说明:java swing学习资料 swing基础内容-java swing swing basics of learning materials<cjw> 在 2025-12-31 上传 | 大小:481kb | 下载:0
[行业发展研究] Game-Dev-on-Windows-platforms.docx
说明:Unity Game development<Tyrone> 在 2025-12-31 上传 | 大小:63kb | 下载:0
[软件工程] GraphsNew
说明:A graph G = (V, E) consists of a set of vertices, V, and a set of edges, E, where each edge is a pair (v,w) s.t. v,w V Vertices are sometimes called nodes, edges are sometimes called arcs. If the edge pair is ordered then the graph is<ashlafir> 在 2025-12-31 上传 | 大小:1.14mb | 下载:0
[软件工程] Hashing
说明:We’ll discuss the hash table ADT which supports only a subset of the operations allowed by binary search trees. The implementation of hash tables is called hashing. Hashing is a technique used for performing insertions, deletions and finds in con<ashlafir> 在 2025-12-31 上传 | 大小:375kb | 下载:0
[软件工程] Heaps
说明:Many applications require that we process records with keys in order, but not necessarily in full sorted order. Often we collect a set of items and process the one with the current minimum value. e.g. jobs sent to a printer, Operating system j<ashlafir> 在 2025-12-31 上传 | 大小:597kb | 下载:0
[软件工程] queuesNew
说明:A queue is a list from which items are deleted from one end (front) and into which items are inserted at the other end (rear, or back) It is like line of people waiting to purchase tickets: Queue is referred to as a first-in-first-out (FIFO) data<ashlafir> 在 2025-12-31 上传 | 大小:871kb | 下载:0