-
注册表操作源代码
注册表操作源代码-registry operated source code
- 2022-12-18 22:15:04下载
- 积分:1
-
MIMO-OFDM
matlab编写的MIMO-OFDM仿真程序,无解压密码(matlab prepared MIMO-OFDM simulation program, non-decompression password)
- 2007-10-03 17:26:45下载
- 积分:1
-
计算二度异常
利用剖面上的异常值计算二度异常向上延拓,matlab,实用(By using the abnormal values on the section, the abnormal upward continuation of two degrees is calculated, and MATLAB is practical)
- 2017-07-28 08:16:29下载
- 积分: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 little game
- 2023-05-29 08:15:02下载
- 积分:1
-
drac-ex
other legacy min execute
- 2017-08-06 03:43:07下载
- 积分:1
-
apdl二次开发
车辆道路耦合分析,车辆的舒适性,道路的应力应变(Vehicle road coupling analysis, vehicle comfort, road stress and strain)
- 2021-04-19 08:28:51下载
- 积分:1
-
很不错的结合DateTime的综合例子
很不错的结合DateTime的综合例子-very good combination DateTime the comprehensive example
- 2023-08-16 04:30:04下载
- 积分:1
-
mnist
用深度学习的方法识别数字,神经网络使用CNN,数据集mnist(Identification number)
- 2019-05-09 10:41:15下载
- 积分:1
-
zidingyiliebiao
Dialog example is selected for the customized list that can dynamically acquire content on the internet. The dialog box shows that a list will be loaded on the Internet first. This example is suitable for the requirement of dynamically obtaining information on the internet. Friends who need it can download and study it.
- 2020-06-18 12:00:02下载
- 积分:1