搜索资源列表
PS2Key
- SMC1602A(16*2)模拟口线接线方式 连接线图: --------------------------------------------------- |LCM-----51 | LCM-----51 | LCM------51 | --------------------------------------------------| |DB0-----P0.0 | DB4-----P0.4 | RW-------P2.5 | |DB1-----P0
20051117153021
- 是英文 “ Surface mount technology ”的缩写。即表面安装技术,这是一种较传统的安装方式。其优点是可靠性高,缺点是体积大,成本高,限制 LCM 的小型化。 是英文 “ Chip On Board ”的缩写。即芯片被邦定(Bonding)在PCB上,由于IC制造商在LCD控制及相关芯片的生产上正在减小QFP( SMT 的一种)封装的产量,因此,在今后的产品中传统的 SMT 方式将被逐步取代。
gcd_lcm
- 给出两整数a与b, 找出a与b的最小公倍数LCM(a,b), 找出a与b的最大公因子GCD(a,b).-finds the LCM(Lowest Common Multiple)/GCD(Greatest Common Divisor) of two positive integers
013
- 通过字符串操作模拟控制台的cd命令,要求至少完成 “cd 【目录名】”、“cd ..” 和“cd \” 三个命令。实例可以参考:开始->运行->cmd->键入上述三个命令观察提示符前的字符串变化,帮助可通过cd /?显示;可使用字符串处理函数。并用此程序练习和熟悉调试过程。 实验014:重写实验007和012,要求使用函数IsPrime实现判断一个数是否是素数,GCD返回两个数的最大公约数,LCM返回两个数的最小公倍数,并在main中调用。-Through the stri
lab2
- 定义一个分数类,用两个整数数据成员表示分数的分子和分母,成员函数包括求两个整数的最大公约数gcd()和最小公倍数lcm()的函数,再定义构造函数、获取分数、打印分数、实现分数四则运算的成员函数。 计算结果仍用分数表示并调用gcd(),lcm()成员函数化简-Define a fraction of class, with two integer data members of the numerator and denominator of the fraction, member functi
LevelSet_ChunmingLi_v1
- 李纯明教授的经改进后的无需初始化代码,内有程序说明-designed by LCM
GCD-and-LCM
- a simple program getting two numbers and calculating the GCD and LCM for them
val
- 欧几里得定理求最大公约数,并且利用最大公约数求最小公倍数的算法实现。-Euclidean theorem of seeking the common denominator, and seek the greatest common divisor lcm algorithm
felyx-0.30.tar
- FELyX 是一个开源的有限元程序,由国外的复合材料实验室开发的,适合于作LCM分析 -FELyX is an open source finite element program, made of composite materials laboratory developed abroad, suitable for LCM analysis
Mathematical_method
- 整数算法的相关实现,有素数的判断,最大公因数,最小公倍数,同余方程组求解,欧拉算法实现,一次多元方程组求解-Implementation of integer arithmetic, a prime judgment, GCD, LCM, solving the Congruence Equations, Euler algorithm, a multivariate equations
lcm_method
- to generate unimorm random numbers between 0 & 1 using lcm method
gcd-and-LCM
- 标准库函数使用与编译预处理,求2个数的最大公约数和最小公倍数-Using standard library functions and compiling pretreatment,The greatest common divisor and least common multiple of 2 number
LCM-a-GCD
- LCM & GCD Function -LCM & GCD Function .....