搜索结果
找到约 65 项符合
construction 的查询结果
按分类筛选
- 全部分类
- 其他书籍 (8)
- 书籍 (6)
- 电子书籍 (4)
- VC书籍 (4)
- Java编程 (4)
- 其他 (3)
- 模拟电子 (2)
- 电源技术 (2)
- 嵌入式/单片机编程 (2)
- 软件设计/软件工程 (2)
- 数值算法/人工智能 (2)
- 文件格式 (2)
- 编译器/解释器 (2)
- 书籍源码 (2)
- 3G开发 (2)
- 技术资料 (2)
- 技术书籍 (1)
- 教程资料 (1)
- 单片机编程 (1)
- 传感与控制 (1)
- 无线通信 (1)
- 测试测量 (1)
- 数学计算 (1)
- 人工智能/神经网络 (1)
- 数据结构 (1)
- 其他嵌入式/单片机内容 (1)
- Linux/Unix编程 (1)
- matlab例程 (1)
- 通讯/手机编程 (1)
- JavaScript (1)
- 行业发展研究 (1)
- VIP专区 (1)
测试测量 运算放大器稳定时间的测量
The AN10 begins with a survey of methods for measuring op amp settling time. This commentary develops into circuits for measuring settling time to 0.0005%. Construction details and results are presented. Appended sections cover oscilloscope overload limitations and amplifier frequency compensation ...
编译器/解释器 Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-
Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation ...
数学计算 This is a program that will let you calculate roots with the Quadratic formula (including complex ro
This is a program that will let you calculate roots with the Quadratic formula (including complex roots), Factorial of a number, Fibonacci series (and Pascals Triangle still under construction).
嵌入式/单片机编程 We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a s
We demonstrate a method for encoding and decoding the [24,12,8] extended binary Golay code using a simple apparatus. We also present several generalizations of this construction which admit similar decoding algorithms.
其他书籍 Oracle PL/SQL Best Practices is a concise, easy-to-use summary of best practices in the program dev
Oracle PL/SQL Best Practices is a concise, easy-to-use summary of best
practices in the program development process. It covers coding style,
writing SQL in PL/SQL, data structures, control structures, exception
handling, program and package construction, and built-in packages.
软件设计/软件工程 Design Specification Introduction Goals and Objectives GameForge is a graphical tool used
Design Specification
Introduction
Goals and Objectives
GameForge is a graphical tool used to aid in the design and creation of video games. It attempts to bring game development down to a level that any computer savvy user can understand, without requiring masterful programming ability. A user w ...
人工智能/神经网络 假近邻法(False Nearest Neighbor, FNN)计算嵌入维的Matlab程序 文件夹说明: Main_FNN.m - 程序主函数
假近邻法(False Nearest Neighbor, FNN)计算嵌入维的Matlab程序
文件夹说明:
Main_FNN.m - 程序主函数,直接运行此文件即可
LorenzData.dll - 产生Lorenz时间序列
PhaSpaRecon.m - 相空间重构
fnn_luzhenbo.dll - 假近邻计算主函数
SearchNN.dll - 近邻点搜索
buffer_SearchNN_1.dll - 近邻点搜索缓存1
buffer_SearchNN_2 ...
VC书籍 This book presents an insightful view of XML that places this emerging technology in the context of
This book presents an insightful view of XML that places this emerging technology in the context of the ongoing Web revolution. Written for business and technical professionals, this book revals the true value of XML for distributed information systems. It explains how XML is transforming the way or ...
软件设计/软件工程 Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. J
Java Regex Primer Since version 1.4, Java has had support for Regular Expressions in the core API. Java Regex follows the same basic principles used in other languages, just withdi erent access methods, and some subtledi erences with the patterns. This primer is aimed towards developers already fami ...
其他书籍 楼天城大牛的冬令营论文. 浅谈部分搜索+高效算法在搜索问题中的应用 浙江省杭州第十四中学 楼天城 摘要: 本文从有位置限制的匹配问题的搜索谈起
楼天城大牛的冬令营论文.
浅谈部分搜索+高效算法在搜索问题中的应用
浙江省杭州第十四中学 楼天城
摘要:
本文从有位置限制的匹配问题的搜索谈起,通过对题目Milk Bottle Data的分析,提出了深度优先搜索的一种非常规搜索——部分搜索+高效算法。然后通过部分搜索在Triangle Construction和智破连环阵两题中的应用,探讨了 ...