-
利用状态表和有限自动机的运行原理编制程序,使得程序能够识别一个输入串是否为一个有效的符号串...
利用状态表和有限自动机的运行原理编制程序,使得程序能够识别一个输入串是否为一个有效的符号串-tables and the use of the limited state of the automatic machine operation principle procedures, making procedures to identify whether an input string as a symbol effective Series
- 2022-08-11 14:09:13下载
- 积分:1
-
10025,一款使用软件
10025,一款使用软件-1005
- 2023-01-15 11:45:03下载
- 积分:1
-
用PIC16F887做的4个触摸按键的例程
用PIC16F887做的4个触摸按键的例程-M-TOUCH SAMPLE CODE FOR PIC16F887
- 2022-06-12 13:09:46下载
- 积分:1
-
Find prime numbers prepared by screening the function: void sieve (bool isPrime...
编写筛选查找素数函数:
void sieve(bool isPrime[], int n)
其中isPrime[ ]为一个布尔型数组,n为数组大小。由于2是第一个素数,
所以设置isPrime[0]和isPrime[1]的值为false,并设置其余的元素初值为true。
然后对从4到n-1的每一个i,判断i是否能够被2整除,如果i能够被2整除,则设置isPrime[i]为false。
对从2到n/2的每一个可能的数值重复以上处理,当操作结束时,所有值为true的isPrime[i]所对应的i就是素数,它们将是从筛子中掉下来的。-Find prime numbers prepared by screening the function: void sieve (bool isPrime [], int n) which isPrime [] as a Boolean array, n is the size of the array. Because 2 is the first prime number, so set the isPrime [0], and isPrime [1] a value of false, and set the initial value of the remaining elements of true. And then from 4 to n-1 for each i, to determine whether i can be divisible by 2, if i can be divisible by 2, then set the isPrime [i] is false. From 2 to n/2 possible values for each one to repeat the above processing, when the operation ended, all the true value of the isPrime [i] corresponding to i is a prime number, they will be falling from the sieve in the past.
- 2023-03-02 04:45:03下载
- 积分:1
-
System Dynamics Simulation Software vesim the Chinese user manual is described i...
详细介绍了系统动力学仿真软件vesim的中文用户手册。
- 2022-03-20 17:28:24下载
- 积分:1
-
A) 实现虚拟存储B) 实现对文件的按名存取C) 实现对文件的按内容存取D) 实现对文件的 高速输入输出(17) 分页显示当前文件 ... A) 执行SPLIB...
A) 实现虚拟存储B) 实现对文件的按名存取C) 实现对文件的按内容存取D) 实现对文件的 高速输入输出(17) 分页显示当前文件 ... A) 执行SPLIB B) 执行SPDOS C) 装载拼音模块D) 装载五笔字型输入模块(32) 在汉字输入状态下,按下Shift+a组合键后,输入了__。-A) Virtual Storage B) the realization of the documents were accessed by C) achieved by the paper"s content access D) to achieve high-speed document input and output (17) displaying the current document ... A) The Executive SPLIB B) implementation SPDOS C) loading fight audio Module D) loading WBZX module (32) in the state of inputting Chinese characters by pressing a combination of keys Shift, the importation of __.
- 2022-02-02 13:15:50下载
- 积分:1
-
一个有趣的赛跑游戏,控制非常简单,只需要狂点鼠标左键就行:)难度可以自己调!...
一个有趣的赛跑游戏,控制非常简单,只需要狂点鼠标左键就行:)难度可以自己调!-an interesting racing game, control is very simple, just click the mouse button mad on the line :) can be difficult to transfer their own!
- 2022-06-28 02:08:03下载
- 积分:1
-
这个是斗地主的游戏,还没有全部完成,希望多多指教
这个是斗地主的游戏,还没有全部完成,希望多多指教-this is a game, has completed the hope that the exhibitions
- 2022-02-11 20:51:13下载
- 积分:1
-
C++程序设计课本源码,供学习计算机的大学生们参考
C++程序设计课本源码,供学习计算机的大学生们参考-C source program design textbooks for students learning computer as a reference
- 2022-01-21 03:42:17下载
- 积分:1
-
c programming language graphics mode
c语言图形模式编程-c programming language graphics mode
- 2023-01-23 07:25:04下载
- 积分:1