-
Individuals to save some of the good Web page templates using css+ div prepared...
个人保存的一些不错的网页模板,采用css+div编写,对初学者来说是不错的学习资料。-Individuals to save some of the good Web page templates using css+ div prepared for beginners is a good learning materials.
- 2022-01-21 05:04:35下载
- 积分: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
-
a copy of the operating system pages scheduling algorithm, a simulation testing...
一个模仿操作系统的页面调度算法,模拟了调试的基本操作。-a copy of the operating system pages scheduling algorithm, a simulation testing the basic operation.
- 2023-04-23 20:10:02下载
- 积分:1
-
microsoft windows This is the ms05
这就是microsoft windows的ms05-047的漏洞利用代码-microsoft windows This is the ms05- 047 use code loopholes
- 2022-05-09 01:24:39下载
- 积分:1
-
C++课程设计 欢迎大家下载 希望对大家有帮助
C++课程设计 欢迎大家下载 希望对大家有帮助-C++ welcome to download curriculum design, we want to help
- 2023-01-02 20:50:04下载
- 积分:1
-
abaqus explosion simulation* Heading** Job name: cbs Model name: Model
abaqus 爆炸模拟
*Heading
** Job name: cbs Model name: Model-1
*Preprint, echo=NO, model=NO, history=NO, contact=NO
**
** PARTS
**
*Part, name=Part-1
*Node-abaqus explosion simulation* Heading** Job name: cbs Model name: Model-1* Preprint, echo = NO, model = NO, history = NO, contact = NO**** PARTS*** Part, name = Part-1* Node
- 2023-07-12 12:50:04下载
- 积分:1
-
java类的路径设置视频,绝对经典
java类的路径设置视频,绝对经典-java class path set up video, an absolute classic
- 2022-02-10 11:52:42下载
- 积分:1
-
游戏男孩模拟器virtual_gameb DOS版(C语言)
GAMEBOY模拟器virtual_gameb DOS版(C语言)-GAME BOY emulator virtual_gameb DOS version (C language)
- 2022-02-11 11:49:49下载
- 积分:1
-
their game preparation procedures for the mine, which is part of the main progra...
自己编写的扫雷游戏程序,这是其中的主程序部分-their game preparation procedures for the mine, which is part of the main program
- 2023-03-03 06:30:03下载
- 积分:1
-
此程序完成哈夫曼编码,我们可以从中理解哈夫曼编码的原理,为大家学习提供方便。在tc20下运行。...
此程序完成哈夫曼编码,我们可以从中理解哈夫曼编码的原理,为大家学习提供方便。在tc20下运行。-Huffman coding procedures are completed, we will be able to understand the tenets of Huffman coding, we facilitate learning. Tc20 in running.
- 2022-12-13 21:05:03下载
- 积分:1