ESPRIT-Estimation of Signal Parameters Via Rotational Invariance Techniques, author:RICHARD ROY AND THOMAS KAILATH, FELLOW,IEEE
1
Time-series-forecasting-via-deep-reinforcement-learning
2022-07-18 16:07:00 104KB 代码
1
IOS应用源码之【类库与框架】Connection Kit-A framework to publish via HTTP, FTP, SFTP, WebDAV, .Mac and to Amazon S3
2022-07-12 18:08:36 3.14MB IOS
小瓶柜 文件与入门 请访问以开始使用Vial Vial是类似于VIA的开源跨平台(Windows,Linux和Mac)GUI和QMK分支,用于实时配置键盘。 发布 当前,没有提供任何版本。 您可以从最新的GitHub Action下载预编译的二进制文件: : (需要登录github帐户)。 发展历程 建议使用Python 3.6(3.6是fbs正式支持的最新版本)。 安装依赖项: python3 -m venv venv source venv/bin/activate pip install -r requirements.txt 之后要启动应用程序: source venv/bin/activate fbs run
2022-07-02 16:12:12 736KB Python
1
ist的matlab代码通过图形切割实现快速近似能量最小化 该存储库包含有关通过Graph Cuts进行快速近似能量最小化的内容。 在图形文件夹中,您会找到许多可以使用的图形。 它们都是由witz tikz和LaTeX制成。 由于缺少一些数字和模板,因此无法编译report_fcv.tex和paper_report.tex。 该代码根据Boykov,Veksler和Zabih的论文实现了交换算法。 该代码是用Python 3编写的。对于Graph-Cut,我们使用。 安装要求: sudo pip install -r requirements.txt 执行是通过以下方式完成的: python minimization.py path/filename.png cycles 周期可以是任意数字。 低于10 ist的东西还不错。 提示:不要使用大于100x100像素的图像,否则会花费很多时间。
2022-06-30 17:10:00 33.56MB 系统开源
1
ESP32_FOTA_via_EC25-模块 通过AT指令通过EC25 4G模块在空中为ESP32进行空中固件升级。 说明: 该项目的主要目的是从Web进行ESP32的FIRMWARE升级 :globe_showing_Asia-Australia: 。 ESP32具有自己的WIFI连接,可以从中升级FOTA。 ESP32的WIFI_FOTA有很多示例。 但是在我们的项目中,主要动机是通过GSM从http服务器下载固件 :antenna_bars: Simple AT Commands的帮助下的模块 :fire: 。 要求: 1.ESP32模块(DEVKITV1-已使用) :pager: 。 2.QUECTEL EC25-E模块 :antenna_bars: 。 3.水平转换器。 在Windows上进行预安装: :laptop: Visual Studio代码-带platformIO扩展。 程序: :newspaper: 1.安装Visual Studio Code软件并添加platformIO扩展。 2.在platformIO Ex
2022-06-22 14:59:09 741KB C++
1
微信小程序demo:基于node:wechat app of girls scrapy spider via Node.js(源代码+截图)微信小程序demo:基于node:wechat app of girls scrapy spider via Node.js(源代码+截图)微信小程序demo:基于node:wechat app of girls scrapy spider via Node.js(源代码+截图)微信小程序demo:基于node:wechat app of girls scrapy spider via Node.js(源代码+截图)微信小程序demo:基于node:wechat app of girls scrapy spider via Node.js(源代码+截图)微信小程序demo:基于node:wechat app of girls scrapy spider via Node.js(源代码+截图)微信小程序demo:基于node:wechat app of girls scrapy spider via Node.js(源代码+截图)微信小程序demo:
2022-06-19 19:05:49 4.87MB 微信小程序demo:基于node
L1-MAGIC is a collection of MATLAB routines for solving the convex optimization programs central to compressive sampling. The algorithms are based on standard interior-point methods, and are suitable for large-scale problems.
2022-06-13 20:36:03 749KB l1-magic 稀疏信号恢复 压缩采样
1
CLR via C# 第4版 英文PDFKristin, words cannot express how /feel about our life together. cherish our family and all our adventures. I'm filled each day with love for Aidan (age 9)and Grant (age 5), you both have been an inspira- tion to me and have taught me to play and have fun Watching the two of you grow up has been so rewarding and enjoyable for me. am lucky to be able to partake in your lives. love and ap preciate you more than you could ever know Contents at a glance Introduction PART I CLR BASICS CHAPTER 1 The clr's execution model CHAPTER 2 Building, Packaging, Deploying, and Administering Applications and Types 33 chaPTeR 3 Shared Assemblies and Strongly Named Assemblies 65 PART I DESIGNING TYPES CHAPTER 4 Type Fundamentals 91 CHAPTER 5 Primitive, Reference, and Value Types 111 CHAPTER 6 Type and Member Basics 151 CHAPTER 7 Constants and fields 175 chaPTer 8 Methods 181 chaPTer 9 Parameters 209 CHAPTER 10 Properties 227 CHAPTER 11 Events 249 CHAPTER 12 Generics 265 CHAPTER 13 Interfaces 295 PARTⅢ ESSENTIAL TYPES CHAPTER 14 Chars, Strings, and Working with Text 317 CHAPTER 15 Enumerated Types and Bit Flags 361 CHAPTER 16 Arrays 373 CHAPTER 17 Delegates 391 CHAPTER 18 Custom Attributes 421 CHAPTER 19 Nullable value Types 441 PART IV CORE FACILITIES CHAPTER 20 Exceptions and state management 451 CHAPTER 21 The Managed Heap and Garbage Collection 505 CHAPTER 22 CLR Hosting and AppDomains 553 CHAPTER 23 Assembly Loading and reflection 583 CHAPTER 24 Runtime serialization 611 CHAPTER 25 Interoperating with WinRT Components 643 PAR V THREADING ChaPTEr 26 Thread basics 669 CHAPTER 27 Compute-Bound Asynchronous Operations 691 CHAPTER 28 IyO-Bound Asynchronous Operations 727 CHAPTER 29 Primitive thread Synchronization Constructs 757 CHAPTER 30 Hybrid Thread Synchronization Constructs 789 Index 823 Contents at a glance Contents Introduction XX PART CLR BASICS Chapter 1 The Clrs Execution Model 3 Compiling Source Code into Managed Modules Combining managed modules into assemblies Loading the Common Language Runtime 8 Executing Your Assembly's Code 11 IL and∨ erification 16 Unsafe Code The Native Code generator tool: ngen. exe 19 The Framework Class Library 22 The Common Type System The Common Language Specification Interoperability with Unmanaged Code 30 Chapter 2 Building, Packaging, Deploying, and Administering Applications and Types 33 NET Framework Deployment Goals 34 Building Types into a Module 35 Response Fil 36 A Brief Look at metadata 38 What do you think of this book We want to hear from you Microsoft is interested in hearing your feedback so we can continually improve our books and learning resources for you. To participate in a brief online survey, please visit microsoft. com/learning/booksurvey Combining Modules to Form an Assembly 45 Adding Assemblies to a Project by Using the Visual Studio IDE.51 Using the assembly Linker Adding Resource Files to an Assembly 53 Assembly Version Resource Information .54 Version numbers ..58 Culture Simple Application Deployment(Privately deployed Assemblies)...60 Simple Administrative Control(Configuration) 62 Chapter 3 Shared Assemblies and Strongly Named Assemblies 65 Two Kinds of Assemblies, Two Kinds of Deployment 66 Giving an Assembly a Strong Name 67 The global Assembly Cache 72 Building an Assembly That References a Strongly Named Assembly..74 Strongly named assemblies are tamper-Resistant 75 Delayed Signing Privately Deploying Strongly Named Assemblies How the Runtime Resolves Type References 80 Advanced Administrative Control( Configuration) 83 Publisher Policy control 86 PART I DESIGNING TYPES Chapter 4 Type Fundamentals 91 All Types Are Derived from System Object .91 Casting Between Types 93 Casting with the C# is and as Operators Namespaces and assemblies 97 How Things relate at Run time .101 Chapter 5 Primitive, Reference, and Value Types 111 Programming Language Primitive Types 111 Checked and Unchecked Primitive Type Operations 115 Reference Types and value Types 118 Boxing and Unboxing Value Types 124 Changing Fields in a Boxed Value Type by Using Interfaces and Why You Shouldnt Do This) 136 Object Equality and Identity 139 Object hash Codes .142 The dynamic Primitive Type ......144 Chapter 6 Type and member Basics 151 The Different Kinds of Type Members .151 Type visibilit 154 Friend assemblies 154 Member accessibility .156 Static Classes ...158 Partial Classes, Structures, and Interfaces .159 Components, Polymorphism, and Versioning 160 How the CLR Calls Virtual Methods, Properties, and Events 162 Using Type Visibility and Member Accessibility Intelligently...166 Dealing with Virtual Methods When Versioning Types 16 Chapter 7 Constants and Fields 175 Constants 175 Fⅰe|ds ...177 Chapter 8 Methods 181 Instance Constructors and Classes(Reference Types) 181 Instance Constructors and Structures(Value Types) 184 Type Constructors 187 Contents x Operator Overload Methods 191 Operators and Programming Language Interoperability 193 Conversion Operator Methods 195 Extension method 198 Rules and guidelines ....,200 Extending Various Types with Extension Methods 201 The Extension Attribute 203 Partial Methods 204 Rules and guidelines 207 Chapter 9 Parameters 209 Optional and Named Parameters 209 Rules and guidelines 210 The defaultParameter value and optional Attributes 212 Implicitly Typed Local Variabl 212 Passing parameters by reference to a Method 214 Passing a variable Number of arguments to a Method 220 Parameter and Return Type Guidelines 223 Const-nes 224 Chapter 10 Properties 227 Parameterless Properties 227 Automatically Implemented Properties 231 Defining Properties Intelligently 232 Object and collection Initializers 235 Anonymous Type .237 The System. Tuple type 240 Parameterful Properties 242 The performance of calling property accessor Methods 247 Property Accessor Accessibility 248 Generic prop A roperty Access 248
2022-05-16 14:33:29 6.48MB clrviac#4th clr via c#
1
Robust Face Alignment Under Occlusion via Regional Predictive Power Estimation-附件资源
2022-05-11 10:09:52 106B
1