-
发送Email的程序
发送Email的程序-procedures
- 2022-04-30 15:21:19下载
- 积分:1
-
经典的模式识别算法,感知算法,所用模型…
模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写。-the classic pattern recognition algorithm, perception algorithm, the model used for classification, prepared using Matlab.
- 2023-04-17 07:50:03下载
- 积分:1
-
介绍了工业控制Window组态软件的通信
介绍了工业控制Window组态软件的通信-introduced the Industrial Control Software Configuration Window communications
- 2022-02-04 17:58:13下载
- 积分:1
-
CNN-SVM
本文件包含了卷积神经网络和支持向量机结合的方式,能够进行有效地分类,内容较全,并带有训练样本,跟适合初学者使用,希望大家多多下载使用哦!
- 2022-01-20 22:44:24下载
- 积分:1
-
Part V, so that characters can pass through objects in the background so that it...
第五部分,使人物可以穿过背景中的物体,使其运动看起来更加真实-Part V, so that characters can pass through objects in the background so that it looks more real movement
- 2022-12-02 06:55:03下载
- 积分:1
-
MapInfo source, there are many, the past two days, I will continue to upload, pl...
mapinfo源程序,还有很多,这两天我会继续上传,请大家耐心等待。-MapInfo source, there are many, the past two days, I will continue to upload, please wait patiently.
- 2022-05-09 02:00:33下载
- 积分:1
-
GTA
GTA-SA地图 管道求死 需要SAMP的PWN编辑工具 语言为C++ 喜欢的朋友可以下载-GTA-SA map
- 2023-02-20 06:25:03下载
- 积分:1
-
自编的小程序
自编的小程序-屏幕保护-written procedures small-screen
- 2023-02-26 08:25:04下载
- 积分:1
-
教某人如何运行开始的脸
Teach somebody how to run the start face
- 2022-02-20 23:35:31下载
- 积分:1
-
« 问题描述:
给定一个自然数n,由n开始可以依次产生半数集set(n)中的数如下。
(1) n∈set(n);
(2) 在n的左边加上一...
« 问题描述:
给定一个自然数n,由n开始可以依次产生半数集set(n)中的数如下。
(1) n∈set(n);
(2) 在n的左边加上一个自然数,但该自然数不能超过最近添加的数的一半;
(3) 按此规则进行处理,直到不能再添加自然数为止。
例如,set(6)={6,16,26,126,36,136}。半数集set(6)中有6 个元素。
注意半数集不是多重集。集合中已经有的元素不再添加到集合中。
« 编程任务:
对于给定的自然数n,编程计算半数集set(n)中的元素个数。
« 数据输入:
输入数据由文件名为input.txt的文本文件提供。
每个文件只有1 行,给出整数n。(0
- 2022-02-15 12:30:46下载
- 积分:1