登录
首页 » 算法 » 这个是用Visual C++实现的计算器源代码,经过调试可行

这个是用Visual C++实现的计算器源代码,经过调试可行

于 2022-03-18 发布 文件大小:2.04 kB
0 174
下载积分: 2 下载次数: 2

代码说明:

这个是用Visual C++实现的计算器源代码,经过调试可行-This is achieved using Visual C source code for the calculator, after debugging feasible

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

发表评论

0 个回复

  • simLSH 的 java 源代码
    这个项目的目的是决定两文本实例的相似度,并举例支持中文处理。
    2022-06-16 15:29:38下载
    积分:1
  • The importance of direct methods discussed in the previous work is unquestionabl...
    The importance of direct methods discussed in the previous work is unquestionable, since in some practical engineering problems, information about the values of the objective function is the only reliable information, which may have a researcher.
    2023-03-25 05:50:04下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与...
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-01-26 06:49:25下载
    积分:1
  • 表达式计
      /*   表达式计算                                                                 */   /*   调用方式:CalcExp("1+max(0.5,sin(1))+sum(1,2^3,mod(5,3))", res, infoStr)   */   /*   带符号参数调用方法,先调用符号定义AddSignParam,再调用 CalcExp:            */   /*        AddSignParam(["a","s"], [1, 0.5]);  或者 AddSignParam("a=1,s=0.5")    */   /*        CalcExp("1+a+sin(s)", res, infoStr)                                   */
    2022-03-25 07:34:54下载
    积分:1
  • 用幂与反幂求矩阵的最大特征值及最小特征值
    用幂法与反幂法求矩阵的最大特征值及最小特征值-with power law with the anti-power method for matrix eigenvalue of the largest and the smallest eigenvalue
    2022-03-15 14:11:29下载
    积分:1
  • 查表型crc16校验,c源码
    查表型crc16校验算法,c源码-Lookup- crc16 checksum algorithm, c FOSS
    2022-01-27 23:41:35下载
    积分:1
  • order issued calculation of photonic crystal band structure, good! !
    order发计算光子晶体的能带结构,比较好-order issued calculation of photonic crystal band structure, good! !
    2022-02-07 21:48:31下载
    积分:1
  • md5的加密.一个工程文件.很好的用来学习,研究
    md5的加密算法.一个工程文件.很好的用来学习,研究-md5 encryption algorithm. a project file. very good for study, research
    2022-03-07 07:20:14下载
    积分:1
  • 这个程序会问你想找到多少个数字,然后是它的平均值…
    This program will ask how many numbers you want to find the average of, then it will allow you to enter your numbers(yes they can even be decimals) then it will calculate the mean, median, mode and range of what you enter.
    2022-04-25 08:24:48下载
    积分:1
  • 分析器
    //分割符号 #define is_end(c) (c=="{"||c=="}"||c=="("||c==")"||c=="["||c=="]"||c==","||c==";") //表达式符号 #define is_exp(c) (c=="&"||c=="|"||c=="!" || c=="=" || c=="+"||c=="-"||c=="*"||c=="/" || c=="") //数字 #define is_num(c) (c>= "0"&&c
    2023-01-10 16:50:04下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载