卡诺地图简化器 卡诺地图简化软件-使用高效算法在视觉上简化表达式。 功能与发展 此存储库中包含两个版本。 当使用Java 8开发新的JavaFX应用程序时,可以在或不赞成使用的文件夹下找到原始的简化程序。 当前功能: 允许简化真值表中的布尔表达式 自定义UI组件(可扩展真值表),易于使用 将真值表转换为SOP(产品总和)形式,然后在卡诺地图上绘制 显示2-4个变量表达式的配对可视化 输出代数形式的简化表达式 广泛的单元测试套件,用于简化表达式的正确性 未来的计划 进一步优化的布尔代数表达式配对识别算法 使用Quine-McCluskey和分支绑定方法简化多达27个变量的表达式 保存,打开
1
Starting.Out.with.C++.from.Control.Structures.to.Objects.8th.Edition
2021-09-14 11:31:47 7.99MB C++
1
A Practical Introduction to Data Structures and Algorithm Analysis Third Edition (C++ Version) 作者:Clifford A. Shaffer 英文版的,国内第二版有张铭等的译本,但我没有找到电子版。 以下是作者网站上的说明: The third edition of the textbook is now available! I maintain both a Java version and a C++ version. This material is distributed free for educational use. See here for more information about the goals of this online textbook project.
2021-09-10 22:53:36 2.03MB 数据结构 算法分析 教材 电子书
1
Data Structures, Algorithms and Applications in C++ Second Edition Sartraj Sahni | Universities Press 2005 | ISBN: 817371522X | PDF | 826 Pages | 27 MB Description The study of data structures and algorithms is fundamental to computer science and engineering. A mastery of these areas is essential for us to develop computer programs that utilize computer resources in an effective manner. This book is a nice description of data structures in C++. The Part I of book consist of c++ review and preliminaries, Part II consists of data structures including Lists, Dictionaries, Stacks, Queues and trees and their different types of representations, Arrays and Matrices, Graphs and Performance analysis and Part III consists of Algorithm-Design Methods including Greedy method, Divide and conquer, Dynamic Programming, Backtracking (on the web), Branch and Bound (on the web). Table of Contents Part I Preliminaries Chapter 1 C++ Review Chapter 2 Performance Analysis Chapter 3 Asymptotic Notation Chapter 4 Performance Measurement Part II Data Structures Chapter 5 Linear Lists - Arrays Representation Chapter 6 Linear Lists - Linked Representation Chapter 7 Arrays and Matrices Chapter 8 Stacks Chapter 9 Queues Chapter 10 Skip Lists and Hashing Chapter 11 Binary and Other Trees Chapter 12 Priority Queues Chapter 13 Tournament Trees Chapter 14 Binary Search Trees Chapter 15 Balanced Search Trees Chapter 16 Graphs Part III Algorithm Design Methods Chapter 17 The Greedy Method Chapter 18 Divide and Conquer Chapter 19 Dynamic Programming Chapter 20 Backtracking (On the Web) Chapter 21 Branch and Bound (On the Web) Index
2021-09-08 17:24:30 28.07MB 数据结构 英文版 第二版 Sartaj
1
Coursera_data_structures
2021-09-08 17:19:49 45KB C++
1
介绍DCE RPC的实现机制,以及DCOM如何与DCE RPC绑定,内容对于理解和实现DCOM runtime lib具有重要参考价值。
2021-09-08 09:41:26 665KB DCE RPC
1
an advanced algorithms book that bridges the gap between traditional CS2 and Algorithms Analysis courses.
2021-09-07 10:12:58 4.21MB Mark Allen Weiss
1
CSE-247-数据结构和算法
2021-09-07 09:27:04 1.39MB Java
1
gn算法matlab代码 :herb: 先进的数据结构 JavaScript中数据结构的游乐场。 这是的子项目,是的双子项目。 :newspaper: 描述 该自述文件重新组合了许多项目,这些项目侧重于使用JavaScript实现数据结构。 该项目本身不包含任何代码。 :baby: 孩子们 :oden: 顺序 :JavaScript的列表规范 数组 :JavaScript的动态数组数据结构 双端队列 :snake: :适用于JavaScript的Python的双端队列数据结构 链表 :oden: :JavaScript的双链表数据结构 :red_paper_lantern: :JavaScript的单链列表数据结构 :repeat_button: :JavaScript的循环链表数据结构 :blossom: :JavaScript的先进先出数据结构 堆栈 :soft_ice_cream: :JavaScript的后进先出数据结构 :person_juggling: 保持优先 :fallen_leaf: 堆 :JavaScript的堆数据结构 :JavaScript中堆数据结构的规范 :Python的Java的heapq库 :针对Javascript的堆排序算法 :cherries: :JavaScript的二项式堆数据结构 :JavaScript的d-ary堆数据结构 :cherries: :JavaScript的配对堆数据结构 :spiral_shell: :JavaScrip
2021-09-03 21:30:31 14KB 系统开源
1
learned index
2021-09-03 13:12:45 1.1MB 论文
1