按缩进方式列出edif所有关键字,方便学习edif文件结构以及解析edif文件。
2021-09-14 10:58:42 4KB edif structure infrastructure text
1
级联表网 CascadeTabNet:一种从基于图像的文档进行端到端表检测和结构识别的方法 , , , , 该论文在发表(口头)虚拟口头演示 1.简介 CascadTabNet是一种自动的表格识别方法,用于解释文档图像中的表格数据。我们提出了一种改进的基于深度学习的端到端方法,用于解决使用单个卷积神经网络(CNN)模型的表检测和结构识别问题。 CascadeTabNet是基于级联蒙版区域的CNN高分辨率网络(级联蒙版R-CNN HRNet)的模型,该模型检测表的区域并同时从检测到的表中识别结构体单元。我们在ICDAR 2013,ICDAR 2019和TableBank公共数据集上评估结果。我们在ICDAR 2019比赛后结果中排名第三,用于表检测,同时获得ICDAR 2013和TableBank数据集的最佳准确性结果。我们还在ICDAR 2019表格结构识别数据集上获得了最高准确
1
算法分析课程实验,0-1背包问题的推广,背包有体积和限制重量,双重限制输入背包的最大体积和最大重量,输出最获得最大价值的最佳方案。
2021-09-12 17:26:04 12.27MB c++ data structure
1
UE4Dumper(虚幻引擎4自卸车) 适用于Android设备的Unreal Engine 4 Dumper,从游戏进程内存中转储libUE4.so,并在Android中生成受支持游戏的Structure SDK。 您可以在找到最新的Dumped SDK 变更日志 v0.1:首次发布 v0.2:添加了实验性的64位支持 v0.3: 解决转储SDK期间的对象迭代问题 增加了对解析数组,集合和地图结构的支持 v0.4: 扩展的64位支持, 修复了64位库重建问题 为64位库添加了新的Elf Dump Fix 使用GWorld向Dump SDK添加了选项 更新的用法文字 v0.5:新增了对解析功能的支持 v0.6: 添加了对UE 4.23+游戏的字符串和对象的支持(使用新选项:--newue) 添加了64位偏移以修复64位支持 更新了SDK生成方法以实现更快的转储 由于与新选项冲
2021-09-09 08:50:14 12.11MB C
1
常用数据结构和算法,博客内容代码
2021-09-07 14:05:10 9.81MB 算法 数据结构
1
Contents 1. Overview.............................................................................................................................................. 1 1.1 Scope .......................................................................................................................................... 1 1.2 Purpose ....................................................................................................................................... 2 1.3 Design environment ................................................................................................................... 2 1.4 IP-XACT–enabled implementations .......................................................................................... 6 1.5 Conventions used ....................................................................................................................... 7 1.6 Use of color in this standard..................................................................................................... 12 1.7 Contents of this standard .......................................................................................................... 12 2. Normative references......................................................................................................................... 13 3. Definitions, acronyms, and abbreviations.......................................................................................... 15 3.1 Definitions................................................................................................................................ 15 3.2 Acronyms and abbreviations.................................................................................................... 20 4. Interoperability use model ................................................................................................................. 21 4.1 Roles and responsibilities....................................................................................................
2021-09-06 13:28:52 3.88MB IEEE IP-XACT
1
This new, expanded textbook describes all phases of a modern compiler: lexical analysis, parsing, abstract syntax, semantic actions, intermediate representations, instruction selection via tree matching, dataflow analysis, graph-coloring register allocation, and runtime systems. It includes good coverage of current techniques in code generation and register allocation, as well as functional and object-oriented languages, that are missing from most books. In addition, more advanced chapters are now included so that it can be used as the basis for a two-semester or graduate course. The most accepted and successful techniques are described in a concise way, rather than as an exhaustive catalog of every possible variant. Detailed descriptions of the interfaces between modules of a compiler are illustrated with actual C header files. The first part of the book, Fundamentals of Compilation, is suitable for a one-semester first course in compiler design. The second part, Advanced Topics, which includes the advanced chapters, covers the compilation of object-oriented and functional languages, garbage collection, loop optimizations, SSA form, loop scheduling, and optimization for cache-memory hierarchies.
2021-09-06 00:54:46 5.09MB c compiler data structure
1
pdf版的数据结构必读书 Data structure + Algorithm = Programming The tools and techniques to design and implement large-scale computer systems: Data abstraction Algorithm specification Performance analysis Performance measurement
2021-09-03 15:19:07 1.18MB PDF data structure C
1
"Data Structures And Algorithms Made Easy: Data Structure And Algorithmic Puzzles" is a book that offers solutions to complex data structures and algorithms. There are multiple solutions for each problem and the book is coded in C/C++, it comes handy as an interview and exam guide for computer scientists. A handy guide of sorts for any computer science professional, Data Structures And Algorithms Made Easy: Data Structure And Algorithmic Puzzles is a solution bank for various complex problems related to data structures and algorithms. It can be used as a reference manual by those readers in the computer science industry.The book has around 21 chapters and covers Recursion and Backtracking, Linked Lists, Stacks, Queues,Trees, Priority Queue and Heaps, Disjoint Sets ADT, Graph Algorithms, Sorting, Searching, Selection Algorithms [Medians], Symbol Tables, Hashing, String Algorithms, Algorithms Design Techniques, Greedy Algorithms, Divide and Conquer Algorithms, Dynamic Programming, Complexity Classes, and other Miscellaneous Concepts. Data Structures And Algorithms Made Easy: Data Structure And Algorithmic Puzzles by Narasimha Karumanchi was published in March, and it is coded in C/C++ language. This book serves as guide to prepare for interviews, exams, and campus work. It is also available in Java. In short, this book offers solutions to various complex data structures and algorithmic problems. What is unique? Our main objective isn't to propose theorems and proofs about DS and Algorithms. We took the direct route and solved problems of varying complexities. That is, each problem corresponds to multiple solutions with different complexities. In other words, we enumerated possible solutions. With this approach, even when a new question arises, we offer a choice of different solution strategies based on your priorities. Topics Covered: Introduction Recursion and Backtracking Linked Lists Stacks Queues Trees Priority Queue and Heaps Disjoint Sets ADT Graph Algori
2021-09-02 00:12:38 55.93MB Data Structure Algorithm
1
2020春季学期大作业(词频统计)示例-字典树/哈希双实现(非竞速版本)
2021-08-28 21:02:56 5KB BUAA 数据结构
1