Location:
Search - ln e
Search list
Description: 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos,
运算方式: +,-,*,/,绝对值(“[ ]”),^,!,
输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后)
sin(21-32)/(12-43)
4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可
2*3^4是(2*3)^4 而不是2*(3^4) 也就是要用x^y就要一定要(x^y)加上一个括号
[3-4]是求3-4的绝对值不是中括号 -performance computing functions : sin, cos, tg, rays, e ^, pow (x, y), cosh, sinh, tgh, log10, ln, sqrt, Simulation, arccos computational methods : absolute ,-,*,/, ( "[]"),^,!, importation rules : a keyboard or buttons which can be imported by the transport operator End (cursor to the final) sin (21-32) / (12-43) 4 (323-4343) 4 * ( 323-4343), e ^ 2 - KF-3 ^ 4 (do not enter pow (3,4)) / / * there can be 2 * 3 ^ 4 is (2 * 3) ^ 4 rather than 2 * (3 ^ 4) was needed x ^ y must have (x ^ y) with a brackets [3-4] is the pursuit of 3-4 is not the absolute value of the brackets
Platform: |
Size: 111005 |
Author: qwq |
Hits:
Description: G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快)
作者:陆振波,海军工程大学
欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
电子邮件:luzhenbo@sina.com
个人主页:luzhenbo.88uu.com.cn
更新部分:
引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联,
使 r 值较小时,ln r - ln C(r) 曲线接近线性
文件夹说明:
1、GP_Algorithm_main.m - 程序主文件
2、LorenzData.dll - 产生Lorenz离散数据
3、normalize_1.m - 数据归一化
4、CorrelationIntegral.dll - 计算关联积分-G-P algorithm in Matlab correlation dimension (upgrade version mex function, ultrafast) Author : bo, the Navy Engineering from the University of peer welcome exchanges and cooperation, more and download articles please visit my personal web page e-mail : luzhenbo@sina.com 000 people Home : luzhenbo.88uu.com.cn update : the introduction of restrictions on temporary separation parameters so that the sequence of parameters than the average cycle, in addition to the same orbit around the point and makes a relatively small r, r ln - ln C (r) curve is nearly linear document folders : 1, GP_Algorithm_main.m-procedure two main documents, LorenzData.dll - Lorenz have three discrete data, normalize_1.m-normalized data of four, CorrelationIntegral.dll-associated integral calculation
Platform: |
Size: 6371 |
Author: 陆振波 |
Hits:
Description: he power method will be applied to the jacobian matrix of the
2-D henon map to approximate the first Lyapunov exponent by creating
a graph of ln|yn| vs. n, where n is the number of iterations of the
power method and yn = 1/n*ln|DG^n(xo)*yo|. The slope will be an
approximation to the largest Lyapunov exponent.-he power method will be applied to the jacob ian matrix of the 2-D map to approximate henon th e first Lyapunov exponent by creating a graph of ln | yn | vs. n, where n is the number of iterations of the power m ethod and yn = a / n * ln | DG ^ n (xo) * yo |. The slope w ill be an approximation to the largest Lyapunov exponent.
Platform: |
Size: 1428 |
Author: 杨蒙 |
Hits:
Description: 计算器程序。
能够显示计算优先级的二叉树。
可以任意加括号。
可进行+_*/%运算,及sin,cos,tan,cot,^,ln,e^,a^运算。
运行于TC2.0。要求正确配置图形驱动程序。-calculator program. Calculated to demonstrate the priority of binary tree. Can be arbitrary bracketed. Can be _ * /% Operational and sin, cos, tan, cot, ^, ln, e ^ a ^ operator. Running TC. It demands the right graphics drivers.
Platform: |
Size: 2183 |
Author: 孔铁柱 |
Hits:
Description: 由于源码是由网上收集的(原英文),可能会有少许未能完善之处。但经过测试,大部分基本的运算还是可以的,当然包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。
Platform: |
Size: 230887 |
Author: 水文 |
Hits:
Description: 本程序是一个行计算器(即对表达式求值)。计算器能实现加、减、乘、除、取余(%)和乘方(^)运算;能实现三角函数(正弦函数sin和余弦函数cos),求10为底的对数log,求2为底的对数ln,求e的指数幂exp,其参数也可以是合法的表达式;
计算器并能对表达式的合法性进行测试,错误的能给出表达式错误的信息。 ]
输入文件格式:第一行是一个正整数N,表示有多少行表达式。接下来的N行每一行是
一个表达式。表达式使用由浮点数(只用小数点表示)和运算符表示。
输出格式:每个行输出一个表达式的结果(浮点输出结果使用小数点表示法表示,)
Platform: |
Size: 2851 |
Author: 刘志兵 |
Hits:
Description: Program main BIOS image |
| /B - Program Boot Block |
| /N - Program NVRAM |
| /C - Destroy CMOS checksum |
| /E - Program Embedded Controller Block |
| /K - Program all non-critical blocks |
| /Kn - Program n th non-critical block only(n=0-7) |
| /Q - Silent execution |
| /REBOOT - Reboot after programming |
| /X - Don t Check ROM ID |
| /S - Display current system s ROMID |
| /Ln - Load CMOS defaults
Platform: |
Size: 233590 |
Author: rr |
Hits:
Description: VC计算器 功能 1、完成了实验要求的所有内容 2、可以连续输入运算,对于输入的表达式能够按算符优先级进行处理。如输入2+3*2时,输出为8,而不是10 3、可以处理含括号的表达式 4、十六进制、八进制、二进制可以双字、单字和字节三种长度进行处理 5、科学计数法表示,当输入值或者计算结果超过10^16时会自动以科学计数法表示 6、增加了科学计算器的一些设施,如退格键,清空与归零键,求阶乘,π,求Ln,求双曲函数等 7、可以使用键盘快捷键 8、错误提示 使用 1、Sin、Cos、Tan、Log、Mod、阶乘、指数、对数等运算先输入数值再按相应键计算 2、Hyp与Sin、Cos和Tan配合,选中为计算双曲函数 3、Inv可与三角函数、指数、对数等键配合,选中为计算反三角函数、开方、指数应算 4、Log应算以10为底,Ln应算以e为底 5、CE为清空当前值,C为全部清空 6、MC:清空存储数据;MR:调出存储数据;MS:保存当前数据;M+:将当前数据累加到已存储的数据中
Platform: |
Size: 5441997 |
Author: yuemaxl@163.com |
Hits:
Description: 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos,
运算方式: +,-,*,/,绝对值(“[ ]”),^,!,
输入规则: 用键盘或按钮都可,输入完按回车运算,(光标要在最后)
sin(21-32)/(12-43)
4(323-4343) 4*(323-4343) e^2-sin3-3^4,(不要输入pow(3,4)) //有无*都可
2*3^4是(2*3)^4 而不是2*(3^4) 也就是要用x^y就要一定要(x^y)加上一个括号
[3-4]是求3-4的绝对值不是中括号 -performance computing functions : sin, cos, tg, rays, e ^, pow (x, y), cosh, sinh, tgh, log10, ln, sqrt, Simulation, arccos computational methods : absolute ,-,*,/, ( "[]"),^,!, importation rules : a keyboard or buttons which can be imported by the transport operator End (cursor to the final) sin (21-32)/(12-43) 4 (323-4343) 4* ( 323-4343), e ^ 2- KF-3 ^ 4 (do not enter pow (3,4))//* there can be 2* 3 ^ 4 is (2* 3) ^ 4 rather than 2* (3 ^ 4) was needed x ^ y must have (x ^ y) with a brackets [3-4] is the pursuit of 3-4 is not the absolute value of the brackets
Platform: |
Size: 145408 |
Author: qwq |
Hits:
Description: G-P算法计算关联维的 Matlab 程序 (升级版,mex函数,超快)
作者:陆振波,海军工程大学
欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页
电子邮件:luzhenbo@sina.com
个人主页:luzhenbo.88uu.com.cn
更新部分:
引入限制短暂分离参数,使该参数大于序列平均周期时,去除了同一轨道前后点的关联,
使 r 值较小时,ln r - ln C(r) 曲线接近线性
文件夹说明:
1、GP_Algorithm_main.m - 程序主文件
2、LorenzData.dll - 产生Lorenz离散数据
3、normalize_1.m - 数据归一化
4、CorrelationIntegral.dll - 计算关联积分-G-P algorithm in Matlab correlation dimension (upgrade version mex function, ultrafast) Author : bo, the Navy Engineering from the University of peer welcome exchanges and cooperation, more and download articles please visit my personal web page e-mail : luzhenbo@sina.com 000 people Home : luzhenbo.88uu.com.cn update : the introduction of restrictions on temporary separation parameters so that the sequence of parameters than the average cycle, in addition to the same orbit around the point and makes a relatively small r, r ln- ln C (r) curve is nearly linear document folders : 1, GP_Algorithm_main.m-procedure two main documents, LorenzData.dll- Lorenz have three discrete data, normalize_1.m-normalized data of four, CorrelationIntegral.dll-associated integral calculation
Platform: |
Size: 6144 |
Author: 陆振波 |
Hits:
Description: 计算器程序。
能够显示计算优先级的二叉树。
可以任意加括号。
可进行+_*/%运算,及sin,cos,tan,cot,^,ln,e^,a^运算。
运行于TC2.0。要求正确配置图形驱动程序。-calculator program. Calculated to demonstrate the priority of binary tree. Can be arbitrary bracketed. Can be _* /% Operational and sin, cos, tan, cot, ^, ln, e ^ a ^ operator. Running TC. It demands the right graphics drivers.
Platform: |
Size: 2048 |
Author: 孔铁柱 |
Hits:
Description: 由于源码是由网上收集的(原英文),可能会有少许未能完善之处。但经过测试,大部分基本的运算还是可以的,当然包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。
-As the source is collected by the Internet (former English), there may be a little failure to perfect. However, after testing, the majority of basic computing can, of course, including the commonly used functions (trigonometric functions,反三角函数, hyperbolic trigonometric functions, absolute value and even some .......), infinitely more complex expression can be calculated, such as: ln e+ rnd (2)+ 3 (2) 4* (log (tan (itan 1))) and so on. It is worth mentioning that, it also function mapping, data and custom constants and other functions. In addition, the procedures after I finished (only in the interface), more easy to understand.
Platform: |
Size: 230400 |
Author: 水文 |
Hits:
Description: 自然幂运算分析
自然幂运算分析-Analysis of the natural power of natural computing power computing analysis computing power analysis of natural
Platform: |
Size: 27648 |
Author: aj |
Hits:
Description: 包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是
一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。值得一提
的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易
懂。-Including the commonly used functions (trigonometric, inverse trigonometric functions, hyperbolic trigonometric functions, absolute value .......), even extremely complex expressions can be calculated as: ln e+ rnd (2)+ 3 (2) 4* (log (tan (itan 1))) and so on. It is worth mentioning that it also has the function mapping, data statistics, and custom constants and other functions. In addition, the program after I finished (only at the interface), more understandable.
Platform: |
Size: 229376 |
Author: zhj_hjh |
Hits:
Description: 这是一套完整的支持wimax 16e协议CTC的编译码程序,
主程序在demo.c
译码器:tcdecoder.c
编码器:tcencoder.c-/* This program simulates the classical turbo encoding-decoding system on PC.*/
/* It uses parallel concatenated convolutional codes described in Figure 2.9 in Chapter 2.*/
/* Two component RSC (Recursive Systematic Convolutional) encoders are used. */
/* First encoder is terminated with tails bits. (Info+ tail) bits are scrambled and */
/* passed to the second encoder, while second encoder is left open without tail bits. */
/* Random information bits are modulated into+1/-1, and transmitted through an AWGN channel.*/
/* Interleavers are randomly generated for each frame.*/
/* Log-MAP algorithm without quantization or approximation is used.*/
/* By making use of ln(e^x+e^y) = max (x,y)+ ln(1+e^(-abs(x-y))), */
/* the Log-MAP is simplified with a look-up table for the correction term.*/
/* When the approximation ln(e^x+e^y) = max (x,y) is, we have MAX-Log-MAP.*/
/* To set the number of iterations, change the globle variable "DECITER". To set the fr
Platform: |
Size: 26624 |
Author: bennytang |
Hits:
Description: This script simulates the classical turbo encoding-decoding system.
It simulates parallel concatenated convolutional codes.
Two component rate 1/2 RSC (Recursive Systematic Convolutional) component encoders are assumed.
First encoder is terminated with tails bits. (Info + tail) bits are scrambled and passed to
the second encoder, while second encoder is left open without tail bits of itself.
Random information bits are modulated into +1/-1, and transmitted through a AWGN channel.
Interleavers are randomly generated for each frame.
Log-MAP algorithm without quantization or approximation is used.
By making use of ln(e^x+e^y) = max(x,y) + ln(1+e^(-abs(x-y))),
the Log-MAP can be simplified with a look-up table for the correction function.
If use approximation ln(e^x+e^y) = max(x,y), it becomes MAX-Log-MAP.- This script simulates the classical turbo encoding-decoding system.
It simulates parallel concatenated convolutional codes.
Two component rate 1/2 RSC (Recursive Systematic Convolutional) component encoders are assumed.
First encoder is terminated with tails bits. (Info + tail) bits are scrambled and passed to
the second encoder, while second encoder is left open without tail bits of itself.
Random information bits are modulated into +1/-1, and transmitted through a AWGN channel.
Interleavers are randomly generated for each frame.
Log-MAP algorithm without quantization or approximation is used.
By making use of ln(e^x+e^y) = max(x,y) + ln(1+e^(-abs(x-y))),
the Log-MAP can be simplified with a look-up table for the correction function.
If use approximation ln(e^x+e^y) = max(x,y), it becomes MAX-Log-MAP.
Platform: |
Size: 2048 |
Author: yk |
Hits:
Description: 包括常用的函数(三角函数、反三角函数、双曲三角函数、绝对值.......),甚至是一些复杂无比的表达式也能计算,如:ln e + rnd(2) + 3(22)4 * (log(tan (itan 1))) 等。值得一提的是,它还有函数绘图、数据统计和自定义常数等功能。另外,程序经过我汉化(仅在界面上),更易懂。
-Common functions (trigonometric functions, inverse trigonometric functions, hyperbolic, trigonometric, absolute value .......), and even some extremely complex expression can also be calculated, such as: ln e-+ rnd (2)+ 3 (22) 4* (log (tan (itan 1))) and so on. It is worth mentioning is that it also has the function of drawing, statistics and self-defined constant. In addition, the program after I finished (only at the interface), easier to understand.
Platform: |
Size: 230400 |
Author: thlqt |
Hits:
Description: 简单计算器,可以实现⑴正弦sin⑵余弦cos⑶正切tan⑷开平方sqrt⑸反正弦arcsin⑹反余弦arccos⑺反正切arctan⑻常用对数lg⑼自然对数ln⑽e指数exp⑾乘幂函数∧-A simple calculator, you can achieve of ⑴ sine sin ⑵ the cosine cos ⑶ tangent tan ⑷ open square sqrt ⑸ anyway chord arcsin ⑹ inverse cosine arccos ⑺ arctangent the the arctan ⑻ common number the lg ⑼ Nature of exp ⑾ exponentiation function ∧ number ln ⑽ e Index
Platform: |
Size: 3072 |
Author: 吴建豪 |
Hits:
Description: VB版高级功能计算器,除了具有数学运算外,还包括三角函数、反三角函数、双曲三角函数、绝对值等运算,还可以进行一些比较复杂的表达式计算,比如 ln e + rnd(2) + 3(2)4 * (log(tan (itan 1))) 等。-VB version of the advanced features of the calculator, in addition to mathematical operations, including trigonometric, inverse trigonometric, hyperbolic trigonometric functions, absolute value operations, can also carry out some of the more complex expressions, such as ln e+ rnd (2)+ 3 (2) 4* (log (tan (itan 1))), etc..
Platform: |
Size: 246784 |
Author: Dwj |
Hits:
Description: 简单计算器,可以实现⑴正弦sin⑵余弦cos⑶正切tan⑷开平方sqrt⑸反正弦arcsin⑹反余弦arccos⑺反正切arctan⑻常用对数lg⑼自然对数ln⑽e指数exp⑾乘幂函数∧-A simple calculator, you can achieve of ⑴ sine sin ⑵ the cosine cos ⑶ tangent tan ⑷ open square sqrt ⑸ anyway chord arcsin ⑹ inverse cosine arccos ⑺ arctangent the the arctan ⑻ common number the lg ⑼ Nature of exp ⑾ exponentiation function ∧ number ln ⑽ e Index
Platform: |
Size: 3072 |
Author: ya63621 |
Hits: