Domain明小子注入工具Domain明小子注入工具Domain明小子注入工具Domain明小子注入工具
2024-05-07 22:00:56 778KB
1
一类有界区域上的p(x)-Laplace Dirichlet 问题正解的多重性,解晓霞,赵培浩,本文研究在具有光滑边界的有界区域上p(x)-Laplacian Dirichlet问题正解的存在性,主要结果是此问题在适当的Sobolev空间中有两个正解,且在�
2024-03-02 09:07:28 334KB 首发论文
1
weblogic12c安装指导文档,weblogic12c建域的WLST脚本,以及所需要的配置文件。
2024-01-15 10:38:30 3MB weblogic12c
1
本书由世界级软件开发大师和软件开发“教父”Martin Fowler历时多年写作而成,ThoughtWorks中国翻译。全面详尽地讲解了各种DSL及其构造方式,揭示了与编程语言无关的通用原则和模式,阐释了如何通过DSL有效提高开发人员的生产力以及增进与领域专家的有效沟通,能为开发人员选择和使用DSL提供有效的决策依据和指导方法。 全书共57章,分为六个部分:第一部分介绍了什么是DSL,DSL的用途,如何实现外部DS和内部DSL,如何生成代码,语言工作台的使用方法;第二部分介绍了各种DSL,分别讲述了语义模型、符号表、语境变量、构造型生成器、宏和通知的工作原理和使用场景;第三部分分别揭示分隔符指导翻译、语法指导翻译、BNF、易于正则表达式表的词法分析器、递归下降法词法分析器、解析器组合子、解析器生成器、树的构建、嵌入式语法翻译、内嵌解释器、外加代码等;第四部分介绍了表达式生成器、函数序列、嵌套函数、方法级联、对象范围、闭包、嵌套闭包、标注、解析数操作、类符号表、文本润色、字面量扩展的工作原理和使用场景;第五部分介绍了适应性模型、决策表、依赖网络、产生式规则系统、状态机等计算模型的工作原理和使用场景;第六部分介绍了基于转换器的代码生成、模板化的生成器、嵌入助手、基于模型的代码生成、无视模型的代码生成和代沟等内容。
2024-01-10 09:47:03 6.19MB 领域特定语言 Martin Fowler
1
本内斯蒂2011年新作品,主要介绍时域噪声抑制理论,值得大家下载下来详细研究
2023-08-11 16:37:56 556KB 本内斯蒂
1
本内斯蒂关于语音增强的著作,值得大家下载下来仔细研究
2023-08-11 16:29:35 1.4MB 本内斯蒂
1
Frequency Domain System Identification Toolbox——For Use with MATLAB
2023-04-11 19:54:10 2.81MB 频域系统识别
1
Learn how to implement a DSL with Xtext and Xtend using easy-to-understand examples and best practices About This Book Leverage the latest features of Xtext and Xtend to develop a domain-specific language. Integrate Xtext with popular third party IDEs and get the best out of both worlds. Discover how to test a DSL implementation and how to customize runtime and IDE aspects of the DSL Who This Book Is For This book is targeted at programmers and developers who want to create a domain-specific language with Xtext. They should have a basic familiarity with Eclipse and its functionality. Previous experience with compiler implementation can be helpful but is not necessary since this book will explain all the development stages of a DSL. What You Will Learn Write Xtext grammar for a DSL; Use Xtend as an alternative to Java to write cleaner, easier-to-read, and more maintainable code; Build your Xtext DSLs easily with Maven/Tycho and Gradle; Write a code generator and an interpreter for a DSL; Explore the Xtext scoping mechanism for symbol resolution; Test most aspects of the DSL implementation with JUnit; Understand best practices in DSL implementations with Xtext and Xtend; Develop your Xtext DSLs using Continuous Integration mechanisms; Use an Xtext editor in a web application In Detail Xtext is an open source Eclipse framework for implementing domain-specific languages together with IDE functionalities. It lets you implement languages really quickly; most of all, it covers all aspects of a complete language infrastructure, including the parser, code generator, interpreter, and more. This book will enable you to implement Domain Specific Languages (DSL) efficiently, together with their IDE tooling, with Xtext and Xtend. Opening with brief coverage of Xtext features involved in DSL implementation, including integration in an IDE, the book will then introduce you to Xtend as this language will be used in all the examples throughout the book. You will then explore the typical programming development workflow with Xtext when we modify the grammar of the DSL. Further, the Xtend programming language (a fully-featured Java-like language tightly integrated with Java) will be introduced. We then explain the main concepts of Xtext, such as validation, code generation, and customizations of runtime and UI aspects. You will have learned how to test a DSL implemented in Xtext with JUnit and will progress to advanced concepts such as type checking and scoping. You will then integrate the typical Continuous Integration systems built in to Xtext DSLs and familiarize yourself with Xbase. By the end of the book, you will manually maintain the EMF model for an Xtext DSL and will see how an Xtext DSL can also be used in IntelliJ. Style and approach A step-by step-tutorial with illustrative examples that will let you master using Xtext and implementing DSLs with its custom language, Xtend. Table of Contents Chapter 1: Implementing a DSL Chapter 2: Creating Your First Xtext Language Chapter 3: Working with the Xtend Programming Language Chapter 4: Validation Chapter 5: Code Generation Chapter 6: Customizing Xtext Components Chapter 7: Testing Chapter 8: An Expression Language Chapter 9: Type Checking Chapter 10: Scoping Chapter 11: Continuous Integration Chapter 12: Xbase Chapter 13: Advanced Topics Chapter 14: Conclusions
2023-03-31 10:19:01 6.17MB Domain Specific Languages Xtext
1
关于在RTL设计中,如何处理跨时钟域的问题的一篇文档,写的非常详细。
2023-02-06 13:57:16 1.72MB CDC verilog
1
频率域低通滤波matlab代码 使用加窗傅立叶变换研究低通音频滤波器和信号处理 该项目使用多种类型的窗口傅立叶变换来研究时频域中的音乐样本。 我特别研究了这种变换的调谐,以及海森堡不确定性对时间和频率分辨率的限制。 我还执行泛音过滤并研究不同窗口类型对这项任务的功效。 是对项目的介绍,包括可视化、方法和背景。 动机 该项目最初是为了满足华盛顿大学应用数学项目数据科学和科学计算研究生课程的任务。 框架 -MATLAB 2019 图例 代码示例 %% Build the time and frequency domains L = length(v)/Fs; n = length(v); t2 = linspace(0, L, n+1); t = t2(1:n); k = (2*pi/L)*[0:n/2-1 -n/2:-1]; ks = fftshift(k); v = v(1:end - 1); v_t = fft(v); %% Plot in freq. domain of original file close all plot(ks,abs(fftshift(v_t))/max(a
2022-12-19 16:17:51 1.91MB 系统开源
1