登录
首页 » 算法 » 能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos,...

能运算的函数: sin,cos,tg,ctg,e^,pow(x,y),cosh,sinh,tgh,log10,ln,sqrt,arcsin,arccos,...

于 2022-01-26 发布 文件大小:108.41 kB
0 51
下载积分: 2 下载次数: 1

代码说明:

能运算的函数: 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

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • SOR超松弛迭代解线性方程组(C语言)
    现有大多数迭代法不是对各类线性方程组都有收敛性,在解题时要对原方程组矩阵作一根本的变换,从而可能使条件数变坏, 也可能破坏了变换前后方程组的等价性,以及丧失使原方程组的对称性。但是SOR迭代法可以避免这类问题
    2023-04-05 17:30:03下载
    积分:1
  • 一个用fortran程序编写的傅里叶变换工具,小巧适用,包括源代码,例和例输出。...
    一个用fortran程序编写的傅里叶变换工具,小巧适用,包括源代码,算例和算例输出。-Using a Fourier transform fortran programming tools, small application, including source code, example and example output.
    2023-05-27 10:10:03下载
    积分:1
  • ifsviewer CODE
    IFSVIEWER CODE in c++, VS2008环境开发 c++研究生课程作业 computer graphic开发
    2022-02-27 01:50:02下载
    积分:1
  • delauney二维非结构网格生成过程中使用的语言
    delauney二维非结构化网格生成程序 采用fortran语言-Delauney 2D unstructured mesh generation process using FORTRAN language
    2022-07-12 00:48:11下载
    积分:1
  • FFT的C++代码
    针对matlab中快速傅立叶变换,我们用C++语言来实现同样的功能。排序的方法用的蝶形算法,也是快速算法。FFT的c++代码实现,效率比MATLAB的要高一点,并且已经调试通过。-FFT of c++ code to achieve efficiency is higher than that of MATLAB, and has passed testing.
    2022-07-19 15:12:19下载
    积分:1
  • 用C语言实现的GBN协议函数库和测试程序
    滑动窗口协议,也称为回退N步协议(Go-Back-N,GBN)中,允许发送方发送多个分组(当有多个分组可用时)而不需等待确认,但它受限于在流水线 中为未确认的分组数不能超过某个最大允许数N。滑动窗口协议是TCP使用的一种流量控制方法,此协议能够加速数据的传输。     只有在接收窗口向前滑动时(与此同时也发送了确认),发送窗口才有可能向前滑动。     收发两端的窗口按照以上规律不断地向前滑动,因此这种协议又称为滑动窗口协议。 当发送窗口和接收窗口的大小都等于1时,就是停止等待协议。 当发送窗口大于1,接收窗口等于1时,就是回退N步协议。 当发送窗口和接收窗口的大小均大于1时,就是选择重发协议。 协议中规定,对于窗口内未经确认的分组需要重传。这种分组的数量最多可以等于发送窗口的大小,即滑动窗口的大小n减去1(因为发送窗口不可能大于(n-1),起码接收窗口要大于等于1)。 2.工作原理
    2023-04-29 17:45:03下载
    积分:1
  • DMC VC++ Procedure to university graduates who have other useless nothing to add...
    DMC VC++ 的程序  给大学生毕业用 啦 其它不多说了 用了就知道!-DMC VC++ Procedure to university graduates who have other useless nothing to add to that used on the know!
    2023-05-06 05:05:02下载
    积分:1
  • BPSK调制的仿真
    bpsk modulation simulation
    2023-07-19 22:50:03下载
    积分:1
  • Given a set A [1 ... n], and one from A to its own mapping f, to find the larges...
    给定一集合A[1...n]和一个从A 到其自身的映射f,寻找元素个数最多的一个子集S属于A,并使得S 满足: 1.f 把S 映射到自身; 2.S 中没有两个元素映射到相同的元素。-Given a set A [1 ... n], and one from A to its own mapping f, to find the largest number of elements in a subset of S belongs to A, and makes the S satisfy: 1. f to S is mapped to itself 2. No two elements of S mapped to the same element.
    2022-12-19 23:40:03下载
    积分:1
  • 本程序主要实现了离散时间的傅立叶变换,具有很强的可移值性,原理简单。...
    本程序主要实现了离散时间的傅立叶变换,具有很强的可移值性,原理简单。-This procedure has been the main achievement of the discrete-time Fourier transform, has a strong value can be changed, and simple.
    2022-05-05 00:15:02下载
    积分:1
  • 696522资源总数
  • 104042会员总数
  • 18今日下载