-
VC++正则表达式 有穷自动机实例
一个VC++正则表达式 有穷自动机实例源码,请输入正则式( 注意对单个输入有*操作的时候要有$合成,比如求0*,要有($0)* ): 。编译后程序会生成一个可执行文件,运行这个文件出来一个DOS窗口,然后按提示输入正则表达式。
1.状态的集合({}内的为nfa中的状态)
2.输入符号集合
3.关系
4.开始状态
- 2022-05-15 19:13:14下载
- 积分:1
-
旅行商问题,两种方法实现,分别是递归回溯和用栈来代替递归的功能的程序...
旅行商问题,两种方法实现,分别是递归回溯和用栈来代替递归的功能的程序-Traveling salesman problem, two methods to achieve, namely, retrospective and the use of recursive stack instead of recursive function procedures
- 2022-07-25 19:44:37下载
- 积分:1
-
(1) 设计一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形...
(1) 设计一个程序,用于根据用户输入的命令行参数数量来计算长方形、正方形、三角形的面积。如果输入的参数为一个、二个、三个则它们应分别对应正方形、长方形、三角形,如果没有参数,则通过异常处理方法现实错误消息。(用于计算面积的方法是一个重载的方法。提示:定义一个抽象的父类,并提供一个抽象的方法area(). 再派生出三个子类,重写area()方法,然后在main方法中用多态来实现具体的面积函数的调用)。-(1) design a program based on user input for the command line parameters to calculate the number of rectangular, square, triangle area. If the input parameter is one, two, three then they should correspond to a square, rectangle, triangle, without parameters, exception handling through the real error message. (Used to calculate the area is an overloaded method. Note: the definition of an abstract parent class, and provides an abstract method area (). To send birth to three sub-classes override area () method, and then in main method using multi-state to achieve a specific area of a function call).
- 2022-07-11 07:56:19下载
- 积分:1
-
Like a similar BNB chariot game source code, it is worth learning and learning O...
一个类似泡泡堂一样的战车游戏源代码,很值得借鉴和学习哦,多谢支持-Like a similar BNB chariot game source code, it is worth learning and learning Oh, Thank you for your support
- 2022-05-31 11:45:51下载
- 积分:1
-
LCD1602驱动程序,还可以显示时间。
LCD1602驱动程序,还可以显示时间。-LCD1602 driver can also display the time.
- 2022-07-04 01:24:40下载
- 积分:1
-
types of good music website
音乐类型的好网站-types of good music website
- 2022-02-01 20:42:11下载
- 积分:1
-
在足球比赛中,操作系统在语言的发展过程中,是足球成绩…
在symbian os 上运行,开发语言是symbian c++,和标准c++有点区别。演示了标准的在symbian 显示文本的方式。入门级程序代码-in football scores os running on the development of language is football scores c, c and standards somewhat different. Demonstration of the standard text in football scores show the way. Entry-level code
- 2022-06-26 18:47:16下载
- 积分:1
-
一个赛车游戏,路上有很多障碍,你的目的是在时间结束前到达终点。...
一个赛车游戏,路上有很多障碍,你的目的是在时间结束前到达终点。-A racing game, there are many obstacles on the road, your aim is to reach the finish line before the end of time.
- 2022-04-09 07:39:46下载
- 积分:1
-
文字资料维护管理系统VB数据库版
文字资料维护管理系统VB数据库版,可收藏一些实用的编程资料,基本文字的资料,通过这个小程序可以保存起来,并可修改里面的内容,数据库格式为.TMS。
- 2022-01-22 15:07:45下载
- 积分:1
-
Self
自己开发的抓Radius包并保存为文件的代码-Self-developed grasp Radius package and save it as a file code
- 2022-03-01 07:38:42下载
- 积分:1