-
模拟TV的介绍,对初学者非常有用,文中说了很多基础知识
模拟TV的介绍,对初学者非常有用,文中说了很多基础知识-simulation on the TV, very useful for beginners, the text said a lot of basic knowledge
- 2022-02-06 15:15:43下载
- 积分:1
-
用于个人网站建设用的带开关的时钟代码 用HIML语言编的
用于个人网站建设用的带开关的时钟代码 用HIML语言编的-personal website for the building with a clock switching code used language series hole
- 2023-04-14 14:30:04下载
- 积分:1
-
Blood wizard
热血精灵――纯绿色游戏辅助工具,暂不提供源代码-Blood wizard- Pure Green game aids, not to provide source code
- 2023-03-26 16:20:05下载
- 积分: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
-
software testing inside a memory test methods and a silly things
软件测试里面的一种测试内存的方法和一种无聊的东西-software testing inside a memory test methods and a silly things
- 2022-01-21 05:07:39下载
- 积分:1
-
Chinese Chess support network functions (VB)
中国象棋支持网络功能(VB)-Chinese Chess support network functions (VB)
- 2022-02-04 05:22:53下载
- 积分:1
-
Linux下的socket编程文档!有非常详细的函数说明.Linux下的socket编程必备!...
Linux下的socket编程文档!有非常详细的函数说明.Linux下的socket编程必备!-Linux socket programming documentation! A very detailed statement function. Linux socket programming required!
- 2022-04-11 10:10:20下载
- 积分:1
-
先进先出堆栈,简单,易读。将时序逻辑和组合逻辑分别列入不同过程块,适合初学者阅读。...
先进先出堆栈,简单,易读。将时序逻辑和组合逻辑分别列入不同过程块,适合初学者阅读。-first in firt out
- 2022-01-28 12:56:46下载
- 积分:1
-
sql表的制作过程演示
sql表的制作过程演示-sql table in the process of making demonstration
- 2022-03-13 08:33:40下载
- 积分:1
-
vc with the development of the huge memory games, beginners or very useful.
用vc++开发的贪吃蛇游戏,初学者还是很有用的。-vc with the development of the huge memory games, beginners or very useful.
- 2022-01-27 20:26:07下载
- 积分:1