-
cse5805,you can see,car
cse5805,you can see,car
- 2022-07-10 14:03:37下载
- 积分:1
-
Realizinggridconnectionofinverters
说明: 三相逆变器成功并网,经验证有一定可行性,希望相互讨论。(Realizing grid connection of inverters)
- 2019-01-25 19:29:04下载
- 积分: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
-
基于AT89C51单片机的音乐盒
基于AT89C51系列单片机的音乐盒,依据单片机的定时中断以及蜂鸣器的发声原理,通过KEIL编译程序,并将其通过烧写工具下载到单片机实验箱中,从而设计制作出一个八音盒。此程序使用C语言编写,实现对单片机的控制。
- 2022-02-02 00:08:28下载
- 积分:1
-
从乞丐到富翁flash
从乞丐到富翁flash-beggars from the rich to flash
- 2022-06-03 02:07:04下载
- 积分:1
-
GaussNoise
生成高斯白噪声的程序,可以自由设置sigma等大小, 还有四元数计算(the program of gaussian noise)
- 2017-08-01 10:28:55下载
- 积分:1
-
hehescol_10594710
说明: 实现PHPSM2解密,详细说明在文件内。具体的可以百度下(Implement PHPSM2 decryption, detailed description in the file. Specific can be Baidu under)
- 2020-06-16 13:40:02下载
- 积分:1
-
gjwnm
非归零型差分相位调制信号建模与仿真分析 ,能量熵的计算,包含位置式PID算法、积分分离式PID。( NRZ type differential phase modulation signal modeling and simulation analysis, Energy entropy calculation, It contains positional PID algorithm, integral separate PID.)
- 2017-05-10 23:15:24下载
- 积分:1
-
Overview DSN
Overview DSN-Less Connection dBASE Excel Text File Visual FoxPro Access database SQL Server Oracle MySQL AS400 Sybase Sybase SQL AnyWhere DSN Connection -Overview DSN-Less Connection dBASE Excel Text File Access Visual FoxPro database SQL Ser ver Oracle MySQL Front Sybase Sybase SQL AnyWhe "re DSN Connection
- 2023-07-13 12:45:02下载
- 积分:1
-
Lab1-Sortari+Cautari
Basic sort methods implementation
- 2019-03-25 19:49:13下载
- 积分:1