登录
首页 » 文件处理 » 输入两个正整数m和n,求其最大公约数和最小公倍数。

输入两个正整数m和n,求其最大公约数和最小公倍数。

于 2022-03-16 发布 文件大小:2.13 kB
0 142
下载积分: 2 下载次数: 1

代码说明:

输入两个正整数m和n,求其最大公约数和最小公倍数。-Enter two positive integers m and n, for their common denominator and least common multiple.

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

发表评论

0 个回复

  • PIC 4 位数液晶显示接口
    /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*项目 016-4 位数液晶模块的接口CCS 编译器由 Michel 柴 (c) 2004 年 9 月。http://users.skynet.be/bk317494/---bavin@skynet.be-----......享受 !仅用于个人或教育的开放源码。*/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////#include < 18f452 h =""> / / 设备选择#device adc = 10 * = 16#fuses XT、 NOWDT、 NOPROTECT、 NOLVP、 放、 NOBROWNOUT、 NOOSCSEN、 CCP2C1、 NOSTVREN、 NODEBUG#use delay(clock=4000000) / / 4 兆赫 !ADC 不是最优 20 MhZ + 电力消费双打#use rs232 (波特率 19200,传输分类 = = PIN_C6,垃圾车 = PIN_C7)#use i2c (主,sda = PIN_C4,沙田至中环线 = PIN_C3,快速)#zero_ram#PRIORITY#use fast_io(A)#use fast_io(B)#use fast_io(C)#use fast_io(D)#use
    2022-07-17 12:47:31下载
    积分:1
  • 使用同步参考系统、间接和最大值法的三相有源电力滤波控制器
    本文展示了由电网供电的 3 线电子系统的Matlab/Simulink 仿真结果,其中 CCP (公共耦合点)连接到平行有源电力滤波器 (APF)。 为了进行全面分析,APF 是通过三个不同的方法控制 (同步参考框架、间接和最大值)。分析将以三个质量指标为依据:THDI (TDD) (电流总谐波失真系数)、PF (功率系数) 以及Iunb (电流不均衡度).
    2023-08-03 04:20:03下载
    积分:1
  • 便捷批量压缩转移删除
    该代码用于 Windows 系统下,文件的批量删除、批量压缩与批量转移文件,可以方便高效的实现文件的维护!!! 有需要的可以下载看看
    2023-07-21 03:40:04下载
    积分:1
  • angular 上传空间
    The MIT License Copyright (c) 2013 nerv. https://github.com/nervgh Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    2022-02-06 23:53:43下载
    积分:1
  • 这个是利用来保存从网站收集的网址
    这个是利用文本文件来保存从网站收集的网址-this is the use of text files from the site to preserve the collection site
    2022-03-19 14:57:24下载
    积分:1
  • 杀死流氓软程序。老外写的,绝对经典哦, 这是一个服务程序...
    杀死流氓软件程序。老外写的,绝对经典哦, 这是一个服务程序-killed rogue software program. The foreigner was absolutely classic Oh, this is a service program
    2022-01-26 00:14:24下载
    积分:1
  • 专营权的电信公司的控制台应用程序
    几乎所有的面向对象编程的概念一直是 此项目中使用。
    2022-01-25 19:03:41下载
    积分:1
  • 16 band
    16进制-16 band
    2022-05-13 08:07:29下载
    积分:1
  • xml 的parser,可以兼容任何平台,纯C++,没有任何库要求
    xml 的parser,可以兼容任何平台,纯C++,没有任何库要求-the xml parser, any compatible platform, pure C, there is no requirement for
    2022-02-24 23:51:13下载
    积分:1
  • 实现窗体自动隐藏方法有多种,可以使用定时器,不断监视鼠标,当鼠标移动到窗体边缘时,显示窗体,当鼠标离开后隐藏窗体。也可以在鼠标收到WM_NCMOUSEMOVE或...
    实现窗体自动隐藏方法有多种,可以使用定时器,不断监视鼠标,当鼠标移动到窗体边缘时,显示窗体,当鼠标离开后隐藏窗体。也可以在鼠标收到WM_NCMOUSEMOVE或 WM_MOUSEMOVE(无边框窗体)时激活窗体,然后在窗体消息WM_ACTIVE中设置显示或隐藏,这种方法在窗体未失去焦点时不会隐藏。我在原本的设计中便使用这种方法,只是在设计时发现非主窗体不太合适,激活窗体时会出现两个键盘焦点,而且我所需要的焦点是虚假的,可能我的设计不当,那位朋友若能完美实现,不妨交流一下。-achieve automatic hidden forms There are different ways they can use timers, constant surveillance mouse, the mouse moved to the brink of the form, the form shown when the mouse left hidden forms. The mouse can also receive WM_NCMOUSEMOVE or WM_MOUSEMOVE (no window frame), activated forms, and then in the form set WM_ACTIVE news show or hide, in the form of this method has not lost its focus will not be hidden. In my original design will use this method, the design was found non-main forms not appropriate, will be activated when there Form 2 keyboard focus, and I need the focus is false, maybe I am a poorly designed and friends who can achieve perfection, it may be things about.
    2022-03-04 19:46:00下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载