当前位置:
首页
资源下载

搜索资源 - state machine c code
搜索资源列表
-
1下载:
一个有限状态机的实现源代码。C语言实现。-a finite state machine to achieve the source code. C language.
-
-
0下载:
this a pack include source code for quartus 2.
It is an implementation of the LC2. The LC-2 computer is described in Introduction to Computing Systems from Bits & Gates to C & Beyond by Yale Patt and Sanjay Patel, McGraw Hill, 2001. The LC2 mode
-
-
0下载:
Practical UML Statecharts in C/C++, Second Edition:Event-Driven Programming for Embedded Systems
介绍UML与状态机在嵌入式系统的应用...e文..第2版
压缩包内含书中程序代码与工具tool&code.zip,Practical UML Statecharts in C/C , Second Edition: Event-Driven Programming for Embedded
-
-
0下载:
opnet和c联合编程,包括库文件、内核、状态机的代码,ppp的网络场景仿真代码。-Such as opnet and c joint programming, including libraries, the kernel, state machine code, the PPP s network scene simulation code.
-
-
0下载:
C实现一个状态机,我做毕业设计,实现自组织网络,三个节点-Finit state machine implemented in C code
-
-
0下载:
自动从小说网站抓取所有小说的源代码,包括html parser,ui。供从事相关工作的参考。c++写的。可以直接复用html parser的状态机。-Automatically crawl your site to all fiction novel, the source code, including html parser, ui. Engaged in related work for reference. c++ written. Can be directly reused html
-
-
0下载:
状态机 C 语言 rtos, 快速低内存,用於IAR 8051-This is State Machine C code for 8051 use in IAR 8051, fast and low ram use, try it?
-
-
0下载:
用C++语言编写的一个关于运算式识别时候状态机的转化,可以识别变量的代码-C++, written in a language expression recognition on the state machine when the transformation of the code can identify a variable
-
-
1下载:
手工构造一个能够识别C语言的所有典型单词,如:标识符、数字、运算符,和if、while等保留字的确定有限自动机,并写出对应该自动机的程序;然后以一个简化的C语言程序为输入文件,通过所设计的基于上述自动机的词法分析程序获得输入文件中的各个单词及其内码对照表,并以文件形式保存结果(也就是TOKEN序列)。
将自己定义的各个正则表达式转化为NFA,然后将其综合为NFA ,再将NFA 转化为DFA,再将DFA转化为最少状态的DFA ,最后由DFA 转化为词法分析程序。-Manually constr
-
-
0下载:
Reverse-engineering state machine diagrams from legacy C-code
-
-
0下载:
采用状态机实现的装考的C语言程序源码,非常全面,经验证,效果不错,欢迎评论-Installed using the state machine implementation of the C language test program source code, very comprehensive, proven, well, welcome to comment
-
-
0下载:
arp Smit is a simple ARP hijacking tool for switched/unswitched networks. It wor ks even better on switched networks, because the spoofed sides do not see th e duplicated packets. I based the tool on sources from arpmitm and arprelay and included nic
-
-
0下载:
一款编译原理中的词法分析器,利用有限状态机的机制,能够解析C语言代码的词法结构,将每一个句子变成一个一个单词的形式。-A lexical analyzer in the compiler theory, finite state machine mechanism, able to resolve the lexical structure of C language code, each a one-word sentence into a form.
-
-
0下载:
4种经典状态机C代码,代码详细,可供学习者参考-Four kinds of classic state machine C code
-
-
0下载:
Practical Statecharts in C C++ Quantum Programming for Embedded Systems,嵌入式上的状态机编程,里面包含了英文书籍及示例代码,在网上找了很久才找到的-Practical Statecharts in C C++ Quantum Programming for Embedded Systems, the machine programming embedded on the state, which contains Engli
-
-
0下载:
QML__Nokia
QML是一种描述性的脚本语言,文件格式以.qml结尾。语法格式非常像CSS(参考后文具体例子),但又支持javascr ipt形式的编程控制。我个人认为它结合了QtDesigner UI和Qtscr ipt的优点。QtDesigner可以设计出.ui界面文件,但是不支持和Qt原生C++代码的交互。Qtscr ipt可以和Qt原生代码进行交互,但是有一个缺点,如果要在脚本中创建一个继承于QObject的图形对象非常不方便,只能在Qt代码中创建图形对象,然后从Qtscr i
-
-
1下载:
这个版本人工智能很强,算法比较全面。而且里面的说明文档完善。而且源码齐全。最好是先看完说明文档里的算法,再参考源码。最重要是使用设计模式,决不是随随便便的学生作品。
第一.需求。实现人机对战,首先要解决电脑智能问题,即能让电脑识别棋盘,并做出相应的策略,比如防守或进攻。还要识别是否禁手。
第二.基本技术。功能部分实现的主要算法是假设法,即假设这个方格是某一方棋子,然后以这个棋子为基础再假设下一个方格的棋子,直到计算机很容易识别出相应状态。比如电脑搜索至胜点(能构成四子连珠的点)时,只要假
-
-
0下载:
经典有限状态机嵌入式C源码,采用事件、状态构成的状态迁移表实现-Standard finite state machine embedded C source code, using the state transition table of events, the state to implement
-