搜索结果
找到约 2,016 项符合
T-kernel 的查询结果
数据结构 上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P)
上下文无关文法(Context-Free Grammar, CFG)是一个4元组G=(V, T, S, P),其中,V和T是不相交的有限集,S∈V,P是一组有限的产生式规则集,形如A→α,其中A∈V,且α∈(V∪T)*。V的元素称为非终结符,T的元素称为终结符,S是一个特殊的非终结符,称为文法开始符。
设G=(V, T, S, P)是一个CFG,则G产生的语言是所有可由G ...
数据结构 kthtree问题 给定一棵有向树T
kthtree问题
给定一棵有向树T,树T 中每个顶点u都有一个权w(u);树的每条边(u,v)也都有一个
非负边长d(u,v)。有向树T的每个顶点u 可以看作客户,其服务需求量为w(u)。每条边(u,v)的边长d(u,v) 可以看作运输费用。如果在顶点u 处未设置服务机构,则将顶点u 处的服务需求沿有向树的边(u,v)转移到顶点v 处服务机构需付出的服务 ...
驱动编程 Hooking the kernel directly
Hooking the kernel directly
通讯编程文档 详细的T6,T.30的标准协议.结合T.4看比较有意义.对传真编码有一定的帮助
详细的T6,T.30的标准协议.结合T.4看比较有意义.对传真编码有一定的帮助
汇编语言 回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯
回溯(b a c k t r a c k i n g)是一种系统地搜索问题解答的方法。为了实现回溯,首先需要为问题定义一个解空间( solution space),这个空间必须至少包含问题的一个解(可能是最优的)。在迷宫老鼠问题中,我们可以定义一个包含从入口到出口的所有路径的解空间;在具有n 个对象的0 / 1背包问题中(见1 . 4节和2 . 2节) ...
其他书籍 In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety o
In order to thoroughly understand what makes Linux tick and why it works so well on a wide variety of systems, you need to delve deep into the heart of the kernel. The kernel handles all interactions between the CPU and the external world, and determines which programs will share processor time, in ...
VxWorks This program demonstrates using a thread safe C++ class called SharedQT<T>. This example act
This program demonstrates using a thread safe C++ class called
SharedQT<T>. This example actually has several elements which
may prove useful for those who are new to C++:
人工智能/神经网络 基于奇异值分解的核线性判别分析(Kernel Discriminant Analysis via QR Decomposition)。
基于奇异值分解的核线性判别分析(Kernel Discriminant Analysis via QR Decomposition)。
其他 对于一个动态系统dy/dt=-y(t)+x(t-m),m为一个时间滞后常量
对于一个动态系统dy/dt=-y(t)+x(t-m),m为一个时间滞后常量,x(t)、y(t)都是关于时间
t的函数,其中x是一个正态分布的数据集合,可随机产生,这样情况下,如何将系统情况
用样本点表示出来