搜索结果
找到约 599 项符合
breadth-first 的查询结果
数据结构 acm HDOJ 1051WoodenSticks Description: There is a pile of n wooden sticks. The length and weight o
acm HDOJ 1051WoodenSticks
Description:
There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup time, for the machine to prepare processing a stick. Th ...
其他书籍 Learning Kernel Classifiers: Theory and Algorithms, Introduction This chapter introduces the general
Learning Kernel Classifiers: Theory and Algorithms, Introduction This chapter introduces the general problem of machine learning and how it relates to statistical inference. 1.1 The Learning Problem and (Statistical) Inference It was only a few years after the introduction of the first computer that ...
其他 We propose a simple and effective method for detecting view- and scale-independent ridge-valley lin
We propose a simple and effective method for detecting view- and
scale-independent ridge-valley lines defined via first- and secondorder
curvature derivatives on shapes approximated by dense triangle
meshes.
Java编程 对于CPU线程调度的模拟
对于CPU线程调度的模拟,CPU threads control simulation,包括first come first serve算法和run rubbing等,同时输出线程开始,切换,结束等信息。
Linux/Unix编程 This book is intended for embedded system programmers, consultants and students interested in real-t
This book is intended for embedded system programmers, consultants and students interested in real-time operating
systems. μC/OS-II is a high performance, deterministic real-time kernel and can be embedded in commercial products
(see Appendix F, Licensing). Instead of writing your own kernel, you s ...
编译器/解释器 输入已经消除左递归的以及提取公共左因子的LL(1)文法
输入已经消除左递归的以及提取公共左因子的LL(1)文法,再输入相应的表达式,若分析成功,则在递归输出过程中输出"acc",若不成功,则有相应的报错以及位置指名。注意,要把同一个非终结符的产生式分成单个输入。他会自动计算first,follow,预测分析表的构造,但并不输出。 ...
其他书籍 The initial planning and thinking about this book began during a discussion of SQL Server futures in
The initial planning and thinking about this book began during a discussion of SQL Server futures in
July 2001. The discussion was with Rob Howard during a trip to Microsoft to discuss the first book I was
working on at that time. After that, I stayed involved in what was happening in ADO.NET by goi ...
Java编程 印度高手Struts and Hibernate教程,用MyEclipse开发.书和源码In this tutorial we will show how the Web Framework Stru
印度高手Struts and Hibernate教程,用MyEclipse开发.书和源码In this tutorial we will show how the Web Framework Struts and the Database Persistence Solution
Hibernate can be used together. Though we explain some basic, you should try the basic tutorials
for each technology first when you are a beginner ...
微处理器开发 This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It permits you to download new c
This a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits you to download new code to the device over USB. This bootrom is
installed at address 0x00000000 in the ARM, which means that it is the
first piece of code to execute after reset. At startup, it waits for
a few seconds to ...