登录
首页 » Java » 1

1

于 2012-12-08 发布 文件大小:3KB
0 64
下载积分: 1 下载次数: 0

代码说明:

说明:  The famous Collatz sequence is generated by a method decribed as follows. Given a positive integer N, if it is odd, then replace it with 3*N+1. For even number N, use N/2 instead. You can get a sequence of number by this method. It is conjectured that the algorithm above will terminate at 1 for any integral input value. Despite the simplicity of the algorithm, it is unknown whether this conjecture is true. It has been verified, however, for all integers n such that 0 < n < 1,000,000 (and, in fact, for many more numbers than this.) (Input The first line contains a single integer T tells that there are T cases in the problem. Then for each case, there is an integers N. Output For each number N, output the sequence generated in a line, using coma as its separator. )

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • household registration management system
    户籍管理系统--毕业设计-household registration management system-- Graduation
    2023-08-20 13:35:03下载
    积分:1
  • 约瑟夫环的算法 VC++6.0实现
    约瑟夫环的数据结构算法 VC++6.0实现-Josephus algorithm data structure VC++ 6.0
    2022-02-10 07:42:17下载
    积分:1
  • 加油站管理系统
    1.Src目录 加油站管理系统的源代码,是用VisualC++6开发; 2.Bin目录 加油站管理系统的可执行程序; 3.Database目录 加油站管理系统所用到的数据库,运行加油站管理系统之前请先使用SQL Server 2000的查询分析器创建此数据库。在SQL SERVER2000的查询分析器中打开sql目录中的"加油站管理系统数据库.txt"文件,全选所有代码后按下F5运行创建运行本程序所需要的数据库。具体请参考书中《4.2.1节 分析、执行SQL语句》。 4.创建数据库后默认的登陆用户可以是:账号1,密码999。 5.运行程序前需要在SQL SERVER2000的企业管理器中将用户sa的密码设置为空。选择《企业管理器》中的《安全性》中的《登录》,双击sa设置
    2022-10-09 17:55:03下载
    积分:1
  • c some of the classic algorithms, over a good, suitable for beginners. can also...
    c 的一些经典算法,满好的,适合初学者. 也可以当作小程序看,对初学者会很有帮助-c some of the classic algorithms, over a good, suitable for beginners. can also be read as a small program, it would be helpful for beginners
    2023-07-24 00:55:03下载
    积分:1
  • 大整整除,char *d返回余,char*c返回
    大整数整除,char *d返回余数,char*c返回结果 -Large integer divisible, char* d return the remainder, char* c return result
    2022-02-20 02:35:55下载
    积分:1
  • 题目:实现一个能进行稀疏矩阵基本运算的运算器。 以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相乘的运算。稀疏矩阵的输入形式采用三元组表...
    题目:实现一个能进行稀疏矩阵基本运算的运算器。 以“带行逻辑链接信息”的三元组顺序表示稀疏矩阵,实现两个矩阵相加,相乘的运算。稀疏矩阵的输入形式采用三元组表示,而运算结果的矩阵以阵列形式列出。 1、 生成如下两个稀疏矩阵的三元组a和b: 1 0 3 0 3 0 0 0 0 1 0 0 0 4 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 2 2、输出a+b的三元组 3、输出a*b的三元组 -Topic: can realize a sparse matrix basic calculator operations. To
    2022-02-02 04:00:25下载
    积分:1
  • MiniSpanTree
    说明:  建立图并求解图的最小二叉树并且输出结果,基础的最小二叉树算法(MiniSpanTree algorithm)
    2019-01-03 18:46:10下载
    积分:1
  • 我写的唯一的算法原理,是实现这类的一个实用的..
    我写的那算法只是原理,要实用必须实现一个大整数类(用c++,我的算法是C的)。欢迎和我联系讨论-I wrote that the only algorithm principle, to be practical realization of such a large integers (with c, I C algorithms). And I welcome the discussion link
    2022-03-23 20:45:34下载
    积分:1
  • C++,通过堆栈方式实现的表达式求值
    本源代码是通过堆栈的结构,可以实现表达式求值。可以实现如下功能:1.区分括号2.判断表达式的形式是否有错3.判断小数和整数4.根据符号的优先级能够自动给出计算顺序。5.包中含有表达式求值的详细思路PPT。
    2022-02-25 15:53:21下载
    积分:1
  • xmail 邮件程序案例
    xmail 邮件程序案例-mail procedures DCS case
    2023-08-06 22:15:04下载
    积分:1
  • 696518资源总数
  • 104292会员总数
  • 28今日下载