-
it is about simple aggrigation in Castalia
it is about simple aggrigation in Castalia-simulator
- 2022-02-14 23:18:30下载
- 积分:1
-
- 2022-05-27 19:36:26下载
- 积分:1
-
100个asp简单学习例子
100个asp简单学习例子-100 asp learning simple example
- 2022-01-26 06:04:17下载
- 积分:1
-
该程序以回溯算法为基础 完成后对算法的学习与设计有重要意义...
该程序以回溯算法为基础 完成后对算法的学习与设计有重要意义-back to the program algorithm based on the completion of the study and algorithm design significance
- 2022-11-18 20:20:03下载
- 积分:1
-
pku解题,以及一些常用的技巧,
求插座的数目
pku解题,以及一些常用的技巧,
求插座的数目-pku evaluations, as well as some commonly used techniques, the number of outlets for
- 2022-02-13 12:52:21下载
- 积分:1
-
用 C 编写的带音乐背景的"接龙"游戏
用 C 编写的带音乐背景的"接龙"游戏-C with the preparation of the background music of "word" game.
- 2022-04-02 01:43:23下载
- 积分: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
-
hdq总线的编程,代码详尽,注释清晰,程序清晰明了
hdq总线的编程,代码详尽,注释清晰,程序清晰明了-Bus hdq programming, code and detailed, clear notes, procedures clear
- 2022-09-12 11:20:02下载
- 积分:1
-
用TC做的一个,类似于windows下画图的程序
用TC做的一个,类似于windows下画图的程序-do with a TC, windows similar to the procedures under Painting
- 2022-06-26 18:54:06下载
- 积分:1
-
SampleAndroid : the base sample project for android
SampleAndroid : the base sample project for android
- 2022-03-11 07:07:54下载
- 积分:1