-
rt-thread-3.1.3
说明: rtthread nano的模板,有基本的内核部分,可以完成线程调度、信号量传递等等(rtthread nano have the core can do thread and transmit the signals)
- 2020-05-09 14:22:57下载
- 积分: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
-
ASP系统开发[毕业设计]
ASP系统开发[毕业设计]-ASP system development [ graduation project ]
- 2022-01-26 06:21:13下载
- 积分:1
-
支持多个确认对话框jQuery代码
支持多个确认对话框jQuery代码是一款点击弹出确认对话框,单次单选弹框,单次双选弹框,多次双选弹框,多次双选弹框全关闭代码。(JQuery code, which supports multiple confirmation dialogs, is a click-and-pop confirmation dialog box, a single radio pop-up box, a single double pop-up box, multiple double pop-up boxes, and multiple double pop-up boxes.)
- 2019-04-04 16:26:30下载
- 积分:1
-
用RationRose开发工具来开发J2EE程序示例,很难得的哦!
用RationRose开发工具来开发J2EE程序示例,很难得的哦!-RationRose use development tools for developing J2EE procedures example, the difficult Oh!
- 2022-01-26 00:12:08下载
- 积分:1
-
20180409081828
实现海杂波的滤波。针对海杂波各种噪声分析,滤波,给出去杂后真实信号的matlab程序(Filtering of sea clutter)
- 2018-04-09 09:00:14下载
- 积分:1
-
gt9xx
GT911系列的液晶触摸驱动,可以移植后直接使用的。(lcd touch chip driver)
- 2020-06-16 13:40:02下载
- 积分:1
-
杰理AC692X开发用户手册V1.1中文
说明: 杰理AC692X/AC692N中文开发用户手册(AC6925AB/AC6926AC/AC6921A)
- 2020-05-16 09:38:07下载
- 积分:1
-
tvpvar_m
说明: TVP-VAR模型matlab代码,新手小白可参考,自学入门必备,代码来源Nakajima文章。(TVP-VAR model matlab code, novice little white can refer to, self learning entry necessary, code source Nakajima article.)
- 2021-04-10 16:18:59下载
- 积分:1
-
tinytimv_tiny2Ok_20190414
HST PSF simulaiton codes.
- 2019-04-27 09:27:14下载
- 积分:1