功能规格说明文档,英文版,含主要目录结构及部分段落的例子,可供软件设计开发人员快速撰写英文版的功能规格说明文档参考使用。
2021-11-18 18:03:06 225KB FSD 功能规格说明文档 软件开发
选项 正确,易于使用的TypeScript选项类型。 像Scala选项一样; 请参阅。 安装 # Using Yarn: yarn add tsoption # Or, using NPM: npm install tsoption --save 用法 注意:您可以使用JavaScript代替TypeScript,但这并不那么有趣。 let a = Option . of ( 3 ) // Some(3) . flatMap ( _ => Some . of ( 5 ) ) // Some(5)
2021-11-11 10:56:03 57KB typescript scala functional-programming monad
1
功能磁共振权威入门书籍,包含了磁共振原理,磁共振影像处理基本流程
2021-11-08 21:10:13 3.65MB MRI functional handbook
1
超越具体计算机语言本身,探讨多种范式的程序设计,比SICP更全面。
2021-11-06 23:57:59 12.26MB multi-paradigm language functional declarative
1
I will first introduce the necessary concepts and tools of verification, then I'll describe a process for planning and carrying out an effective functional verification of a design. I will also introduce the concept of coverage models that can be used in a coveragedriven verification process. It will be necessary to cover some VHDL and Verilog language semantics that are often overlooked or oversimplified in textbooks intent on describing the synthesizeable subset. These unfamiliar semantics become important in understanding what makes a wellimplemented and robust testbench and in providing the necessary control and monitor features. Once these new semantics are understood in a familiar language, the same semantics are presented in new verification-oriented languages. I will also present techniques for applying stimulus and monitoring the response of a design, by abstracting the physical-level transac-tions into high-level procedures using bus-functional models. The architecture of testbenches built around these bus-functional models is important to create a layer of abstraction relevant to the function being verified and to minimize development and maintenance effort. I also show some strategies for making testbenches selfchecking. Creating random testbenches involves more than calling the random() function in whatever language is used to implement them. I will show how random stimulus generators, built on top of busfunctional models, can be architected and designed to be able to produce the desired stimulus patterns. Random generators must be easily externally constrained to increase the likelihood that a set of interesting patterns will be generated. Behavioral modeling is another important concept presented in this book. It is used to parallelize the implementation and verification of a design and to perform more efficient simulations. For many, behavioral modeling is synonymous with synthesizeable or RTL modeling. In this book, the term "behavioral" is used to
2021-11-03 14:34:32 35.19MB HDL Testbench
1
本书为泛函分析的经典教材,一直被世界各国的大学作为教材来使用.
2021-10-31 09:19:46 123.32MB 泛函分析
1
磁共振成像入门书,脑成像的基础内容,内含很多数据处理方法
2021-10-25 10:42:09 6.71MB 磁共振成像 共具书 数据处理
1
This book is an introductory text in functional analysis. Unlike many modern treatments, it begins with the particular and works its way to the more general. From the reviews: 'This book is an excellent text for a first graduate course in functional analysis...Many interesting and important applications are included...It includes an abundance of exercises, and is written in the engaging and lucid style which we have come to expect from the author.' --MATHEMATICAL REVIEWS
2021-10-20 11:07:00 2.08MB functional analysis John B.
1
Springer上面的电子书籍,做IC验证时候用的,英文,我想做IC的看这种资料,应该没有啥问题吧?
2021-10-19 15:36:23 8.99MB verification coverage systemverilog
1
Graduate Texts of Mathematics (简称GTM)是Springer出版社出版的一套数学专业研究生教材,在国际上有很大影响,也是国内外多所著名大学的博士生中期考试(国外叫博士生资格考试)的指定参考书。
2021-10-18 09:41:04 3.65MB 实分析 泛函分析
1