搜索资源列表
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
GCD-and-LCM
- a simple program getting two numbers and calculating the GCD and LCM for them
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
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 .....
