欧几里德算法:辗转求余 原理: gcd(a,b)=gcd(b,a mod b) 当b为0时,两数的最大公约数即为a getchar()会接受前一个scanf的回车符
上传时间: 2014-01-10
上传用户:2467478207
Sudoku is a logic-based number placement puzzle. A deceptively simple game of logic, Sudoku is puzzling players all over world.
标签: Sudoku deceptively logic-based placement
上传时间: 2017-07-04
上传用户:dragonhaixm
CVXMOD is a Python-based tool for expressing and solving convex optimization problems.
标签: Python-based optimization expressing problems
上传时间: 2013-12-13
上传用户:changeboy
this program is a model-based predictive control to track a sinusoidal target.
标签: model-based predictive sinusoidal program
上传时间: 2013-12-28
上传用户:一诺88
it is a STC12C5412AD-based.
上传时间: 2014-06-06
上传用户:zjf3110
This is a resource based on j2me embedded,if you dont understand,you can connection with me .
标签: connection understand you embedded
上传时间: 2017-08-09
上传用户:15071087253
数据结构课程设计 数据结构B+树 B+ tree Library
上传时间: 2013-12-31
上传用户:semi1981
PenguinCards is a java-based card game. You can either play against computer or another player. On the board, there are card pairs and your aim is to find out these card pairs. The one who finds out more card pairs is the winner. Have fun!
标签: PenguinCards java-based computer against
上传时间: 2013-12-17
上传用户:xfbs821
1. 下列说法正确的是 ( ) A. Java语言不区分大小写 B. Java程序以类为基本单位 C. JVM为Java虚拟机JVM的英文缩写 D. 运行Java程序需要先安装JDK 2. 下列说法中错误的是 ( ) A. Java语言是编译执行的 B. Java中使用了多进程技术 C. Java的单行注视以//开头 D. Java语言具有很高的安全性 3. 下面不属于Java语言特点的一项是( ) A. 安全性 B. 分布式 C. 移植性 D. 编译执行 4. 下列语句中,正确的项是 ( ) A . int $e,a,b=10 B. char c,d=’a’ C. float e=0.0d D. double c=0.0f
上传时间: 2017-01-04
上传用户:netwolf
给定两个集合A、B,集合内的任一元素x满足1 ≤ x ≤ 109,并且每个集合的元素个数不大于105。我们希望求出A、B之间的关系。 任 务 :给定两个集合的描述,判断它们满足下列关系的哪一种: A是B的一个真子集,输出“A is a proper subset of B” B是A的一个真子集,输出“B is a proper subset of A” A和B是同一个集合,输出“A equals B” A和B的交集为空,输出“A and B are disjoint” 上述情况都不是,输出“I m confused!”
标签:
上传时间: 2017-03-15
上传用户:yulg