-
8086cpu的汇编语言程序,实现欢迎界面,计算平均值,和等功能...
8086cpu的汇编语言程序,实现欢迎界面,计算平均值,和等功能-8086 assembly program
- 2022-01-24 17:01:21下载
- 积分:1
-
This is a simple game of Tetris procedures, no written procedures for the Notes.
这是一个简单的俄罗斯方块游戏程序,写程序时没有注释.-This is a simple game of Tetris procedures, no written procedures for the Notes.
- 2022-07-21 04:11:07下载
- 积分:1
-
一款由vb开发的定时提醒的程序,压缩包中包含整个工程
一款由vb开发的定时提醒的程序,压缩包中包含整个工程-offered by the development of the procedures regularly reminded, compression package contains the whole works
- 2022-06-30 06:06:53下载
- 积分:1
-
继承与派生,C++的类的继承与派生,点单小程序
继承与派生,C++的类的继承与派生,点单小程序-Inheritance and derivation, C++ The type of inheritance and derivation, small single-point procedure
- 2023-02-05 20:10:04下载
- 积分:1
-
游戏!通过提供四种VB开发,如以文本的形式来实现…
小游戏!由vb开发,提供4个场景,以文字形式实现PK等动作!简单的游戏设计,包括猜拳,比大小,以及物品合成等众多小游戏集合!-Game! Vb development by providing four scenarios, such as in text form to achieve PK action! A simple game design, including the finger-guessing game over the size, as well as synthetic materials, and many other small game collection!
- 2022-02-05 03:59:16下载
- 积分:1
-
random genertaro using vhdl in fpga
random genertaro using vhdl in fpga
- 2023-06-04 17:10:03下载
- 积分:1
-
HTML编辑是Visual Basic示例
HTML Edit is sample for visual Basic
- 2022-08-16 02:22:32下载
- 积分:1
-
能显示出你键盘相对应的按键代码的源码简单小程序,适合新手...
能显示出你键盘相对应的按键代码的源码简单小程序,适合新手-Able to demonstrate your keyboard keys corresponding to the source code for a simple small program, suitable for novice
- 2022-08-06 00:54:42下载
- 积分:1
-
一个非常经典的小游戏,潜艇大战,很有参考的价值,不足的请多多指教...
一个非常经典的小游戏,潜艇大战,很有参考的价值,不足的请多多指教-A classic little game, Submarine War.
- 2022-03-11 03:17:53下载
- 积分:1
-
DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0开始运行。查询转移函数δ,比如说δ(q0,a1)=...
DFA的“语言”是这个DFA接受的所有的串的集合。假设a1a2…an是输入符号序列,让这个DFA从初始状态q0开始运行。查询转移函数δ,比如说δ(q0,a1)=q1,以找出DFA在处理了第一个输入符号a1之后进入的状态。处理下一个输入符号a2,求δ(q1,a2)的值,假设这个状态是q2。以这种方式继续下去,找出状态q3,q4,…,qn,使得对每个i,δ(qi-1,ai)=qi。如果qn属于F,则接受输入a1a2…an,否则就“拒绝”。-DFA" s " language" is the DFA to accept all of the string collection. A1a2 ... an assumption is an input symbol sequence, so that the DFA into operation from the initial state q0. Look transfer function δ, say δ (q0, a1) = q1, in order to identify the DFA in dealing with the first input into the state after the symbol a1. To the next input symbol a2, seeking δ (q1, a2) values, assuming that this state is q2. Continue in this way to find out the state q3, q4, ..., qn, making for every i, δ (qi-1, ai) = qi. If qn belongs to F, then accept the input a1a2 ... an, otherwise, " refuse."
- 2022-06-15 20:45:50下载
- 积分:1