搜索资源列表
huibian
- 这是用masm32编写的一个用于求两个数的最大公约数和最小公倍数的程序,并且有可视化的界面。-masm32 used for the preparation of a request for the two majors and least common multiple procedures, and a visual interface.
TemplateSum
- 求两个数的和 使用了C++函数模板是学习的好例子
求最大公因数(vhdl)
- 利用fpga设计一个系统求两个数的最大公因数。数字系统设计:控制路径和数据路径。
huibian
- 这是用masm32编写的一个用于求两个数的最大公约数和最小公倍数的程序,并且有可视化的界面。-masm32 used for the preparation of a request for the two majors and least common multiple procedures, and a visual interface.
TemplateSum
- 求两个数的和 使用了C++函数模板是学习的好例子-For two numbers and use of the C++ Function template is a good example of learning
RTL
- 用VHDL实现求两个数的最大公因数。数据路径和控制路径。-Seeking to use VHDL to achieve the greatest common factor of two numbers. Data path and control path.
DEMO
- JAVA编程,输入两个数字,在屏幕上显示出来 求两个数的和-JAVA programming, enter two numbers displayed on the screen seek two numbers and
Common
- 求两个数的最大公约数和最小公倍数的VC程序,有输入对话框-Seek the greatest common divisor and least common multiple of two numbers of the VC process, input dialog involved
c
- 求两个数的最大和最小公约数 和最小公倍数
Desktop
- 求两个数的最大公约数gcd()和仿射加密解密的c++算法- Asks two numbers the greatest common divisor gcd() c++ algorithm
zuixiaogongpeishuhezuidagonguueshu
- 关于用C语言实现求两个数的最大公约数和最小公倍数-Maximum and minimum when LCD
Task1
- /*6.用if-else编程实现以下计算(通过键盘接收x的值,通过屏幕输出结果)*//*8、用while循环,求 1~100的和*//*9、用do-while循环,求1~100的和 *//*10、用for循环,求1~ 100的和*//*11、求斐波拉契数列:1、1、2、3、5、8、13、21、34…的前40项。每行输出4个数。*/ /*12、把316这个数表示为两个数的和。其中一个数是13的倍数,另一个数是11的倍数。*//*13、
JAVA
- 一些常见JAVA基本代码实现,求两个数的最大公约数和最小公倍数,递归调用,求某年某月某日为星期几等。-Achieve some common basic JAVA code, find the greatest common divisor and least common multiple of two numbers, the recursive call, seeking a certain period of a day for
a1
- 这是我自己写的,求两个数的最小公倍数和最大公约数的源码,希望对你们有用-least common multiple and greatest common measure
add
- 有0,1,2三个数,此后,每次取出较大的两个数,用这两个数的和替换原先三个数中的任意一个。求需要使用最少的操作次数得到一个数x。-0, 1, 2 or three, Since then, every time you remove the larger of the two, with two numbers and replace any one of the original three numbers. Requirements
1
- a30求两个数的最大公约数和最小公倍数程序简单易懂-A30 seeking the greatest common divisor and least common multiple procedures are simple
1
- 求两个数m和n的最大公约数和最小公倍数。求出100—200之间所有的素数,要求一行打印5个。-Find greatest common divisor and least common multiple of two numbers n and m. Find all primes between 100-200, request line prints 5
c
- 用C语言设计一个简单的程序,作用是能够达到求两个数的最大公约数和最小公倍数的目的-Find the greatest common divisor and least common multiple of two numbers
calculator
- 简单的计算器,输入两个数后求两个数的和、差等。(Simple calculator,Input of two Numbers, and after the two Numbers, etc)
c++LIANXI
- 求两个数的和,C++程序实现,刚刚开始学习,变了简单程序练习。(calculate the sum of two numbers)