-
非常好用的透明万年历
非常好用的透明万年历 -Very useful transparent calendar
- 2022-08-24 12:16:20下载
- 积分:1
-
This code for find object on the map
This code for find object on the map
- 2022-04-22 20:14:05下载
- 积分:1
-
捕获 windows 桌面
它是一个简单的应用程序来捕获 windows 桌面。
在这种应用程序 ,用于命名的管道发送数据。当然,你可以使用另一种方式去做。吸为套接字,文件...等
我用这个在通信中的应用与 windows 服务,我认为是否一个服务到想做与桌面的东西,它会有帮助。
很高兴这样做。
- 2022-03-14 10:17:58下载
- 积分:1
-
the procedures for a small chat rooms, you can use in the development of the sit...
本程序为小的聊天室,可以使用在你开发的网站上,做为附加功能.-the procedures for a small chat rooms, you can use in the development of the site, as additional features.
- 2022-08-08 22:00:53下载
- 积分:1
-
完整的C++标准函数库,不是影印的,有完整的索引。
完整的C++标准函数库,不是影印的,有完整的索引。-Complete C++ Standard library, not a photocopy, and a complete index.
- 2022-12-17 04:40:03下载
- 积分:1
-
此压缩文件夹包含22本c++方面的著作,如面向对象程序设计理论,算法,网络编程等等。十一部不可多得的c++经典合集,绝对超值,但对阅读者的英文要求较高。...
此压缩文件夹包含22本c++方面的著作,如面向对象程序设计理论,算法,网络编程等等。十一部不可多得的c++经典合集,绝对超值,但对阅读者的英文要求较高。-this compressed folder contains 22 c++ books, for example: OO design theories, algorithms, network programing. It s a good colection of classic c++ books. Very worthy, but a high level of English reading command is required.
- 2022-11-24 20:25:10下载
- 积分:1
-
dicom3tools DICOM工具工具DICOM编程有趣
dicom3tools dicom tools great tools for dicom programing interesting one
- 2022-07-18 03:44:55下载
- 积分:1
-
关机程序,提供定时关机的功能关机程序,提供定时关机的功能,关机 程序,提供定时关机的功能,...
关机程序,提供定时关机的功能关机程序,提供定时关机的功能,关机 程序,提供定时关机的功能,-Shutdown procedures, provides the function of the shutdown timer shutdown procedures, provides the function of the shutdown timer, shutdown procedures, to provide regular shutdown function,
- 2023-06-05 21:45:03下载
- 积分:1
-
机器人的手臂的移动和正投影的效果。机器人的姿态
机器人的手臂的移动和正投影的效果。机器人的姿态-Robot arm movement and orthographic projection effects. Robot posture
- 2022-02-20 04:29:02下载
- 积分: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