-
This is for my own use C BUILDER do a regular shutdown procedures
这是我自己用C++BUILDER做的一个定时关机的程序-This is for my own use C BUILDER do a regular shutdown procedures
- 2022-06-12 23:12:52下载
- 积分:1
-
php绿色服务器,让大家试用greenamp
php绿色服务器,让大家试用greenamp-Green php server, so that everyone greenamp trial
- 2022-01-30 13:56:47下载
- 积分: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
-
有关CAD/CAM的资料,希望对大家有帮助
有关CAD/CAM的资料,希望对大家有帮助-Related to CAD/CAM data, and they hope to have everyone help
- 2023-05-01 08:20:02下载
- 积分:1
-
4号,再加上24的符号计算的博弈结果,微软面临的问题…
4个数,加符号算出结果24的游戏,微软曾经面试题,用计算机求解,又详细过程。-Number 4, plus 24 symbols calculated results of the game, Microsoft face questions and use computers to solve. Also detailed process.
- 2023-05-24 03:25:03下载
- 积分:1
-
series of the Super Mario Sunshine procedures
编的超级玛利的程序-series of the Super Mario Sunshine procedures
- 2022-09-27 23:30:04下载
- 积分:1
-
用于潮流计算的程序请让我下载我需要的吧感谢了啊
用于潮流计算的程序请让我下载我需要的吧感谢了啊-Procedures for the flow calculation, please let me download I need to thank you, ah
- 2023-07-18 08:25:05下载
- 积分:1
-
该程序是演示ARM的5个ADC转换功能,在AD采样时轮流切换...
该程序是演示ARM的5个ADC转换功能,在AD采样时轮流切换-The ARM program is to demonstrate the 5 ADC conversion functions in AD, when the sampling switch rotation
- 2022-02-01 21:34:17下载
- 积分:1
-
soap服务实例,通过此实例能初步了解php的soap服务,大家可在此基础上修改...
soap服务实例,通过此实例能初步了解php的soap服务,大家可在此基础上修改-soap service instance, through this instance can be a preliminary understanding of php" s soap service, we can be modified on this basis,
- 2022-01-30 17:48:13下载
- 积分:1
-
TOYFDTD1 is a stripped
TOYFDTD1 is a stripped-down minimalist, 3D FDTD code demonstrating the basic tasks in implementing a simple 3D FDTD simulation. An idealized rectangular waveguide is modeled by treating the interior of the mesh as free space and enforcing PEC conditions on the faces of the mesh. A simplified plane wave source is inserted at one end. First released 12 April 1999. Version 1.03 released 2 December 1999.
- 2022-03-22 01:10:26下载
- 积分:1