-
日历程序,用Basic编写的
日历程序,用Basic编写的-calendar program, prepared by the Basic
- 2022-01-26 01:12:36下载
- 积分:1
-
文件为stm32的SD接口操作,该程序演示STM32的SD卡操作流程...
文件为stm32的SD接口操作,该程序演示STM32的SD卡操作流程-Documents stm32 the SD interface operation, the program of the SD card STM32 demo operational processes
- 2023-08-18 16:05:03下载
- 积分:1
-
路线竞走游戏,游戏规则详见源代码注释部分,全C语言编程
路线竞走游戏,游戏规则详见源代码注释部分,全C语言编程-walking routes game, the rules of the game as detailed source notes, the entire C language programming
- 2022-03-21 19:54:28下载
- 积分: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
-
海上风电技术的发展与现状,海上风力发电机基础的选择
海上风电技术的发展与现状,海上风力发电机基础的选择
- 2022-04-01 15:09:13下载
- 积分:1
-
利用morlet小波变换提取小波脊线,进而利用小波脊线完成2FSK解调...
利用morlet小波变换提取小波脊线,进而利用小波脊线完成2FSK解调-the demodulation of 2FSK signal
- 2022-01-28 21:00:05下载
- 积分:1
-
IBM的坦克大战源码,每年都有比赛的,自己编写坦克类参加比赛...
IBM的坦克大战源码,每年都有比赛的,自己编写坦克类参加比赛-IBM
- 2022-07-13 02:11:47下载
- 积分:1
-
安全统计输入字符串中字符的个数。在dos环境下任意输入一个字符串,本程序即可统计出输入的字符的个数。...
安全统计输入字符串中字符的个数。在dos环境下任意输入一个字符串,本程序即可统计出输入的字符的个数。-safety statistics input strings to the number of characters. Dos environment in the importation of an arbitrary string, the procedure can input the statistics of the number of characters.
- 2022-09-28 05:45:02下载
- 积分:1
-
操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法
操作系统模拟磁盘调度算法 先进先出 最短优先 扫描算法-disk operating system simulation algorithm FIFO scheduling priority shortest scanning algorithm
- 2023-04-06 05:25:03下载
- 积分:1
-
This a small management system which is a sma ll EC Management System
这是一个小型管理系统这是一个小型管理系这是一个小型管理系-This a small management system which is a sma ll EC Management System
- 2022-05-31 15:38:27下载
- 积分:1