-
哥德巴赫猜想:哥德巴赫(哥德巴赫)曾提出这样一个猜想:2000以内…
Goldbach s conjecture: Goldbach(哥德巴赫)曾经提出了一个这样的猜想: 对于2000 以内的正偶数都能够分解为两个素数之和。 要求: 该题是一个猜想,我们不去证明它,而是通过编程序来验证 该猜想是否正确。 输入: 用户从键盘任意输入一个自然数。 输出: 给出满足猜想的两个自然数。-Goldbach conjecture : Goldbach (Goldbach) had raised such a guess : 2000 within the can is even divided into two prime numbers and. Requirements : The title is a guess, we do not prove it, but through programmed to verify the guess is correct. Input : arbitrary user input from the keyboard to a natural number. Output : meet guess is the natural number two.
- 2023-05-19 07:45:03下载
- 积分:1
-
Heritrix is an open source, scalable web reptiles project. Heritrix is designed...
Heritrix是一个开源,可扩展的web爬虫项目。Heritrix设计成严格按照robots.txt文件的排除指示和META robots标签。-Heritrix is an open source, scalable web reptiles project. Heritrix is designed in strict accordance with the robots.txt file to exclude directives and META robots tags.
- 2022-03-20 08:29:01下载
- 积分:1
-
Using Gauss integral formula for numerical integration, will be subdivided into...
利用Gauss积分公式进行数值积分,将区间 细分成n个相等的子区间,然后在每个上使用经过修改适用于不同子区间的三点Gauss公式计算积分的值,然后求和。-Using Gauss integral formula for numerical integration, will be subdivided into n-equal interval sub-intervals, and then apply to each use of a modified three-point range in different sub-Gauss formula to calculate the value of points, and then summed.
- 2022-03-19 15:01:13下载
- 积分:1
-
几何算法C++
很好的关于几何计算的算法,很值得保留
- 2022-01-22 08:02:18下载
- 积分:1
-
平方米面积的计算
这个程序允许您在 c + + 控制台模式中正方形的面积计算。
- 2023-08-31 03:40:03下载
- 积分:1
-
单片机智能小车
单片机智小车的一些程序,主要是应用于蓝牙控制小车运动。小车主要具有避障、循迹的功能
- 2022-07-08 16:01:44下载
- 积分:1
-
人工智能作业,专家系统实现的水果分类小专家系统。
人工智能作业,专家系统实现的水果分类小专家系统。-Artificial intelligence operation, expert system classification of fruit a small expert system.
- 2022-07-23 17:29:10下载
- 积分:1
-
AES高级加密算法的verilog语言实现
AES高级加密算法的verilog语言实现
- 2022-06-29 20:41:12下载
- 积分:1
-
静态背景下的行人检测
应用背景本代码应用范围是静态背景下的行人检测,通过相邻两帧的像素值差,并在给定的阈值范围中,可以实时动态的找到行人所在区域并标定下来,本代码不可用于动态的行人检测,否则出现很大偏差。关键技术采用帧差法,比较相邻两帧图像对应位置的像素值差异,并用另一个图像空间存储,在给定的阈值范围中,如果像素差异值大于阈值,则将改点的像素值设置为255,如果像素值差异值小于或者等于阈值,则将改点的像素值设置为0。设定完成后,在通过图像预处理,消除图像中噪声,通过像素扫描,找到图像感兴趣范围,并圈定。即可完成图像中行人的动态实时监测。
- 2023-01-08 03:45:04下载
- 积分:1
-
STM32串口接受实验
资源描述本程序代码是基于STM32中的普通IO口的输入捕获,在日常应用STM32的过程中,经常性的会需要对信号输入进行捕获,通过捕获的数值去做后续的处理,本程序的功能提供了一种输入捕获的方式,通过配置相关的库函数去实现。
- 2023-03-02 08:55:04下载
- 积分:1