搜索资源列表
hua1.09
- 帮助你完成1-20次的单根号化简,使你的计算结果无意间更完美-help you complete 1-20 meeting of the single radical sign of SR, so your results unintentionally perfect
mcukpfkssf
- 因为工作的需要,要在单片机上实现开根号的操作。目前开平方的方法大部分是用牛顿迭代法。我在查了一些资料以后找到了一个比牛顿迭代法更加快速的方法。不敢独享,介绍给大家,希望会有些帮助。
Calculator
- 用C++编的完整的Calculator,有完整代码,可进行开根号,分数等运算。
circle
- 单片机乘法,开根号,算出圆的轨迹 并驱动两个步进电机实现悬挂物圆周运动
0K5GTsfd
- 一个计算器 mfc编程,可以实现实数运算根号,sin cos等
youlishusizeyunsuan
- 有理数是一个可以转化为一个分数的数,例如2/3,533/920,-12/49都是有理数,而根号2就是无理数。在C++中,并没有预先定义有理数类型,需要时可以定义一个有理数类,将有理数的分子分母分别存放在两个整型变量中。对有理数的操作可以通过重载运算符来实现.
Quantify.rar
- 发送端采用严格的开根号升余弦滤波器,而发送端采用进行过量化处理的开根号升余弦滤波器,仿真量化处理对系统性能的影响,Sender strict roots and raised cosine filter, while the sender had used for the quantification of the roots and raised cosine filter, simulation, quantification of the impact on system performa
sqrt32
- verilog源代码,用于开根号计算(32位)-sqrt32.v sqrt of 32-bit integer, Verilog source
Calc
- matlab计算器,加减乘除开方根号,功能强大-matlab calculator, square root number addition, subtraction, powerful
Calculator.xcodeproj
- 计算器 能进行加减乘除,记忆加减,根号。功能少但是很好用-Calculator is good
jieduan_lianghua
- 分析了截短对升余弦信号频谱的影响; 以及量化对升余弦信号及开根号升余弦信号频谱的影响。包含仿真报告。 -Analysis of the truncated raised cosine signal spectrum of the impact and quantified on or open the root cosine signal and cosine signal spectrum or its impact. The report contains the simulati
jsq.tar
- 用qt实现一个简单的计算器,这个计算器有简单的加、减、乘、除,根号,简单三角函数的功能。-this function is for the calc ,have add sub mul div.sqrt
longint_sqrt
- 32位长整型开方函数,可将32位长整型数开根号得到16位整型数-32-bit long integer square root function can be 32-bit long integer square root to get 16-bit integer
MCUKAIFANG
- 因为工作的需要,要在单片机上实现开根号的操作。目前开平方的方法大部分是用牛顿迭代法。我在查了一些资料以后找到了一个比牛顿迭代法更加快速的方法。不敢独享,介绍给大家,希望会有些帮助。-Because the needs of work, to achieve single-chip open radical operation. Square root of the current methods are mostly used Newton iteration. I checked some i
calculator_1
- vc实现,简单计算器,包括加减乘除,三角函数,根号,等运算。-vc realization, simple calculators, including the addition and subtraction multiplication and division, trigonometric functions, root number, such as computing.
24point
- 24点原是民间娱乐,后来发现和数学有关,被称为数学娱乐,数学节还有24点,奥数上也有24点 。6 7 8 8 (6里*8里/(8里-7里)=24公里 )7 7 8 9 (8立方根等于2,9根号等于3,7+3+7*2 =24)。有2、3、4、5、6、7、8、9、10、J、Q、K、A共13张牌,运用数据结构编一程序,判断对任意给定的4张牌,能否在进行加、减、乘、除运算后,其运算结果等于24。其中J按11计算,Q按12计算,K按13计算,A按1计算。如果能得到结果24,则输出可得到该结果的计算表达式。
ccc
- 这是我编的利用连分式方法计算任意正数根号值的程序。-This is for my use of any continued fraction method is its root value of the number of procedures.
include
- 用遗传算法解根号2,求根号2,也就是求方程f(x)=x*x-2=0的正整数解,x=1时f(1)<0,x=2时f(2)>0,由介值定理,则1到2中间存在一个根,根据代数基本定理和根的对称性知这就是我们要找的根(废话,初中生都知道是1.414左右),由目标函数得到适应度函数,我们选择个体都在[1,2]之间,那适应度函数我可以取 j(x)=40/(2+|x*x-2|)-10,由x的取值范围知j的范围是(0,10) x和y交叉就用取平均(x+y)/2,交叉概率取0.9,变异概率为0,
R-KandNewton
- 这是我今天刚做的高数常用的两个算法:一是用Newton迭代法求根号值 二是用4级-4阶的R-K法解此方程y/=-y ,初值y(0)=1. 同时有些常见的编程技巧. -This is what I did today, just a high number of commonly used two algorithms: One is Roots with Newton iteration number value another one is 4-4 bands RK Solving t
mega16
- avr单片机的定时器、开根号程序、相位pwm、快速pwm等代码-avr pwm、usart and so on