-
WaveCom GSM 2403A chip information. Rar
WaveCom GSM 2403A芯片资料.rar-WaveCom GSM 2403A chip information. Rar
- 2022-04-26 21:55:17下载
- 积分:1
-
易语言写的网络验证,可以用于软件注册.不过封包部分没有加密....
易语言写的网络验证,可以用于软件注册.不过封包部分没有加密.-Easy language network authentication, can be used for software registration. But part of the packet is not encrypted.
- 2023-08-01 08:20:02下载
- 积分:1
-
C语言编写的时钟源程序(上机通过的),可以显示时钟,而且有不同的显示方式,既能按机械表行走,又能按电子表显示时间和日期...
C语言编写的时钟源程序(上机通过的),可以显示时钟,而且有不同的显示方式,既能按机械表行走,又能按电子表显示时间和日期-C language clock source (on the plane), it shows the clock, but there are different methods, both by mechanical table walking, but also by electronic table shows the time and date! !
- 2022-04-26 11:24:33下载
- 积分:1
-
数字转换为大写汉字程序。
主要功能:把输入价格转换成大写汉字。
己做成一个CnumToHan类.使用方法在示范程序中,很简单的。...
数字转换为大写汉字程序。
主要功能:把输入价格转换成大写汉字。
己做成一个CnumToHan类.使用方法在示范程序中,很简单的。-Digital conversion process for the uppercase characters. Main functions: to enter the conversion price at National Cheng Kung University to write Chinese characters. Creates a category of their own CnumToHan. To use in the demonstration program, very simple.
- 2023-07-12 07:15:03下载
- 积分:1
-
ftp客户端,非常好用
我从网上找的资源,开发中使用,目前正在使用中,有需要的朋友,可下载使用,非常好用,喜欢的朋友下载试一试吧,这个客户端,比较简单,能满足大家的基本需求
- 2022-01-25 17:40:46下载
- 积分:1
-
PB9做的具有自动提醒功能的记事本,可以反复处理事件功能.
PB9做的具有自动提醒功能的记事本,可以反复处理事件功能.-PB9 automatically reminded to do with the Notepad function.
- 2022-06-18 02:37:52下载
- 积分:1
-
“C++程序设计教程”钱可以回答清华练习…
《C++程序设计教程》钱能 清华 习题原版答案全集
《C++程序设计教程》钱能 清华 习题原版答案全集-" C++ Programming Tutorial" Money can be the answer Tsinghua Exercises original Complete Works of " C++ Programming Tutorial" Money can be the answer Tsinghua original Complete Works of Exercise
- 2022-02-10 07:50:10下载
- 积分:1
-
模拟 Windows 开机动态色带条
模拟 Windows 开机动态色带条-boot Windows simulation of the dynamic ribbon
- 2022-04-12 13:12:05下载
- 积分:1
-
学习的好材料,是入门的好帮手
学习的好材料,是入门的好帮手-good learning materials, entry is a good helper
- 2022-08-14 02:41:22下载
- 积分: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