-
服务实验,通过在windows下添加服务,初步了解windows服务,以便使我们更好的学习windows...
服务实验,通过在windows下添加服务,初步了解windows服务,以便使我们更好的学习windows-pilot through the windows added services under a preliminary understanding of windows, to enable us to better learning windows
- 2022-03-06 20:59:05下载
- 积分:1
-
Windiff compares directories or files showing the results graphically.
Windiff compares directories or files showing the results graphically.
- 2022-04-01 11:16:33下载
- 积分: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
-
DOS保护模式下汇编程序设计.zip
DOS保护模式下汇编程序设计.zip-DOS protected mode compilation of program design. Zip
- 2022-01-25 17:51:10下载
- 积分:1
-
这是一ALTERA公司的培训内容,大家看看吧,
这是一ALTERA公司的培训内容,大家看看吧,-Altera Corporation contents of the training, we look at it, huh
- 2023-04-20 14:20:04下载
- 积分:1
-
Java拼图游戏小程序[功能描述] 这是个类似华容道的拼图游戏,目的是把大的方块移动到窗口的下方。...
Java拼图游戏小程序[功能描述] 这是个类似华容道的拼图游戏,目的是把大的方块移动到窗口的下方。-Java procedures [Description] This is similar to the pieces of the jigsaw HuaRong Road, with the aim of moving large chunks of the window to the bottom.
- 2022-03-19 21:37:55下载
- 积分:1
-
文字游戏,非常设和初学者,教材中的经典。
文字游戏,非常设和初学者,教材中的经典。-Word games, non-permanent and beginners, teaching the classics.
- 2022-03-18 05:36:01下载
- 积分:1
-
汉字拼音表.包含2万多个汉字的拼音.
可以用于实现汉字拼音互相转换或者实现汉字字典程序....
汉字拼音表.包含2万多个汉字的拼音.
可以用于实现汉字拼音互相转换或者实现汉字字典程序.-Pinyin table. Contains more than 20,000 Chinese characters, Pinyin. Can be used to realize each other Pinyin conversion or realize CCDICT procedures.
- 2022-03-18 09:58:23下载
- 积分:1
-
应用于自动化测试行业,对从事相同行业的人有极大的帮助。...
应用于自动化测试行业,对从事相同行业的人有极大的帮助。-Applied to automated testing industry, engaged in the same industry are of great help.
- 2022-08-05 21:31:37下载
- 积分:1
-
DSP281x_PieVect中断向量表源程序
DSP281x_PieVect中断向量表源程序-DSP281x_PieVect interrupt vector table source code
- 2023-03-21 23:50:03下载
- 积分:1