-
LFS(linux from scratch)的文档,包括lfs
LFS(linux from scratch)的文档,包括lfs-6.2,blfs-6.1,lfs-2006-8-3和lfs-book-svn-2006-7-31-LFS (linux from scratch) of documents, including LFS-6.2, blfs- 6.1, LFS-2006-8-3 and the LFS-book-svn-2006-7-31
- 2022-01-25 19:47:02下载
- 积分:1
-
可以产生随机网络拓扑(包括waxman等多种模型)的源码
可以产生随机网络拓扑(包括waxman等多种模型)的源码-can have random network topology (including Ms. various models) FOSS
- 2022-03-23 23:04:56下载
- 积分:1
-
MFC入门小程序源代码
MFC入门小程序源代码-MFC source code
- 2023-02-25 20:05:03下载
- 积分:1
-
- 2022-03-28 13:42:07下载
- 积分: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
-
transforms pdf file to text file
pdf转换为text-transforms pdf file to text file
- 2022-06-16 04:02:32下载
- 积分:1
-
help you to learn java well......
帮你学好java。。。。。。
- 2022-08-10 17:54:17下载
- 积分:1
-
This is the Directory database is a key university in a very professional script...
这是数据库的教程,是某重点大学的非常专业的讲稿,-This is the Directory database is a key university in a very professional script,
- 2022-04-29 12:30:39下载
- 积分:1
-
经典的群面试题 欢迎下载哦 说不定有意外的惊喜
经典的群面试题 欢迎下载哦 说不定有意外的惊喜-Classic group face questions welcome download Oh maybe there are surprises
- 2022-12-11 11:05:03下载
- 积分:1
-
USART
USART-ATMEGA16A.rar是ATMEGA16的升级版本ATMEGA16A的串口的使用介绍,包括硬件设置和源代码-USART-ATMEGA16A.rar upgrade is the ATMEGA16 serial ATMEGA16A use, including hardware setup and source code
- 2023-08-18 19:50:04下载
- 积分:1