腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(231)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
1
回答
将参数传递给Scapy的
Automaton
.run()方法
这样做的一种方法是在创建自动机时传递数据包: my_
automaton
= MyAutomaton(packet) 此参数将由自动机代码中重载的parse_args函数处理: class MyAutomaton(
Automaton
):
Automaton
.parse_args(self, **kargs)my_
automaton
.
浏览 13
修改于2019-02-03
得票数 0
回答已采纳
2
回答
dk.brics.
automaton
包线程安全吗?
Apache Lucene 是自动机包的修改形式。但金砖四国的线程安全吗?
浏览 3
修改于2017-05-23
得票数 2
回答已采纳
2
回答
无效使用非静态成员函数- Arduino -
Automaton
change_callback, 3 );#include "Pad.h"#include "FastLED.h" #include "
Automaton
.h
浏览 5
修改于2017-10-18
得票数 1
1
回答
使用Java的
Automaton
DFA实现不起作用
我现在正在我的大学学习DFA和NFA自动机,以及如何使用Java代码实现其中的一些自动机。我们知道: T1是在"A“和”K“之间的偶数徽章编号和姓氏的轮换T2是在"A”和“K”之间的徽章编号和姓氏的偶数轮换T3是在"L“和”Z“之间的徽章编号和姓氏的奇数轮换T4是在"L”和“Z”之间的徽章编号和姓氏的偶数轮换<>F210</code&
浏览 46
修改于2018-10-07
得票数 2
回答已采纳
1
回答
当给定正则表达式"a.b“时,dk.brics.
automaton
会进入无限循环?
我想知道dk.brics.
automaton
支持什么元字符。 它甚至不支持.运算符吗?当我给它赋值a.b时,它会进入无限循环,直到Err: OutOfMemory。如果你对dk.brics.
automaton
支持哪些运算符有想法,请在这里列出它们。
浏览 11
修改于2016-06-20
得票数 0
回答已采纳
2
回答
我可以在正则表达式引擎dk.brics.
automaton
中使用Unicodes吗?
但似乎dk.brics.
automaton
并不支持这一点。事实证明它与"u0061“匹配。我还尝试了RegExp=“u0061”和RegExp=“u0061”。都不会起作用。
浏览 0
提问于2012-04-05
得票数 2
回答已采纳
2
回答
如何在SICStus Prolog中使用clpfd:
automaton
来限制计数器值?
% 'Allowed' is an integer% consecutiveOnes(+Day, +Allowed)
automaton
浏览 5
提问于2013-07-21
得票数 3
回答已采纳
1
回答
在C中,如何访问指针数组(作为参数传递)
我有一个包含50个指向lTransitions类型结构的指针的数组
automaton
[]。我想调用addTransition(&
automaton
, s1, &t)将一个转换添加到列表中(t指向刚刚用malloc()创建的结构...)。如果
automaton
[state1]是NULL,那么我需要用t指向的地址替换它。否则,我需要遵循链,直到
automaton
[state1]->next为NULL。问题是测试总是返回false,因为*(
automaton
+e1)是指针的地址,而不是它应
浏览 2
修改于2017-11-05
得票数 1
1
回答
另一个结构内部的realloc结构数组
* create_
automaton
(void) { assert(a !* append_
automaton
(
Automaton
* a1,
Automaton
* a2)
Automaton
* a = copy_
automaton
(a1); int因此,我的问题是:为什么reallo
浏览 2
修改于2015-10-10
得票数 0
回答已采纳
1
回答
在Python中创建可测试单例的最佳方法
在Python模块
automaton
.py中,我有: def launch_probe(self):我从各种其他模块中调用对象上的方法。我不会在其他地方实例化这个类,我希望经常调用方法或访问属性,所以像这样保持对它的访问是很好的: from
automaton
import
automaton
浏览 0
提问于2016-12-16
得票数 0
4
回答
如何正确定义类以将其序列化为XML?
{ { get; set; } {
Automaton
, string Filename) XmlSerializer serializer = new XmlSerializer(typeof(textWriter,
Automaton
); }
浏览 2
提问于2013-04-14
得票数 1
1
回答
尝试向已经有自定义规则的输出中添加自定义规则。
/Modules/FindBISON.cmake:279 (add_custom_command):FIND_PACKAGE(FLEX REQUIRED) bi
浏览 4
修改于2022-03-18
得票数 0
回答已采纳
1
回答
这个实例有什么问题: ArrowApply自动机?
我希望自动机有实例ArrowApply,但是Control.Arrow.Transformer.
Automaton
没有。data
Automaton
b c = Auto {runAuto :: b -> (c,
Automaton
b c) } app ::
Automaton
(
Automaton
b c, b)
浏览 2
修改于2014-12-22
得票数 5
回答已采纳
1
回答
读取确定性有限自动机的描述并构建它的C程序。
return
automaton
[i]; } tList = tList->nextPtr;} if(*
automaton
== NULL) { } State *st =
automaton
[0];
浏览 0
修改于2020-06-10
得票数 9
回答已采纳
1
回答
标记这个有限自动机的初始状态
1]); /
浏览 1
修改于2017-05-23
得票数 0
回答已采纳
1
回答
C++11:在无效表达式上使用decltype
假设我有一个struct (在现实生活中,这是一个自动机):{ void set_final因为我不只有一个
automaton
类,所以我有一个类模板,它包装了我的自动机(我真的想要组合,而不是继承),并将所有函数调用反弹到包装的自动机,颠倒需要的东西。为了简单起见,在这里,它只转发调用。aut;
浏览 1
提问于2013-06-14
得票数 0
1
回答
为什么Set被编译器标记为“在此上下文中不是已知变量”?
State>{ isFinal = false; private State currentState;
Automaton
浏览 1
提问于2009-12-09
得票数 2
回答已采纳
1
回答
Python非确定性epsilon authomaton : object不可迭代
问题在于"
automaton
“函数。这是,以及的测试文件(您需要像myScript.py <
automaton
.txt那样运行它)。'], inputArrays[0], transitionFunction))File "C:
浏览 2
提问于2014-04-11
得票数 1
回答已采纳
1
回答
如何将F-界多态性与Scala中的关联类型结合起来?
简化后,如下所示: type Stateclass UsesAutomataAsGraphs(val aut:
Automaton
with Graphlike[
Automaton
]) { aut.subgraph(Set(aut.initialState)).
浏览 4
修改于2020-05-20
得票数 0
回答已采纳
1
回答
确定性有限自动机的实现
= "": if transitions[-1] == F: else: print("
浏览 10
修改于2022-02-22
得票数 0
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券