登录
首页 » Windows开发 » 此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: +...

此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: +...

于 2023-03-14 发布 文件大小:48.39 kB
0 171
下载积分: 2 下载次数: 1

代码说明:

此算术表达式能够在程序运行时根据输入的变量大小和算术表达式动态解析表达式,得到运算结果。支持多项算术运算符和数学函数如下:: + - * / ^ ( ) mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, trunc 例如设定a1和a2的大小,就可计算下列表达式: exp(sin(a1)*cos(a2))操作系统: Visual C++语言 -this arithmetic expression in accordance with the procedures in the importation of variable size and arithmetic expressions dynamic analytical expression to be Operational results. Support for a number of arithmetic operations and mathematical functions are as follows : :-*/^ () mod abs, atan, cos, exp, ln, round, sin, sqrt, sqr, for example, to set trunc a1 and a2 the size, can be calculated by the following formula : exp ( sin (a1)* cos (a2)) Operating System : Visual C language

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

发表评论

0 个回复

  • 过去用 C++/MFC 程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格...
    过去用 C++/MFC 开发程序时,常常为用户提供鼠标的右键单击功能,如今在 .NET 框架中使用 C#,也想在程序中提供鼠标右键单击功能,比如,在文本框、窗格、标签以及主窗口背景上使用鼠标右键。毕竟 C# 不是 C++/MFC,那么如何用 C# 处理-past C/MFC development process, often to provide users with the right-mouse click functions, Now.NET framework using C#, the procedure would also like to provide right-click functions, for example, in the text frame, pane, labeling and the main window background on the use of right-clicking. After all, C# instead of C/MFC, how to deal with C#
    2022-03-23 02:05:54下载
    积分:1
  • CRT在计算机上的运行问题,可解决N个同余式组的问题
    CRT在计算机上的运行问题,可解决N个同余式组的问题-CRT running on the computer problem
    2023-05-14 22:25:02下载
    积分:1
  • VaR 计算
    在VBA风险计算程序的价值,脱颖而出。开始日期,结束日期,观察水平,股票代码和置信区间都需要输入到程序和战争将被计算。
    2022-02-01 12:19:12下载
    积分:1
  • 这是一个扑克游戏,玩家可取出手上的一张或者多张牌,来捡“桌面”上任意一张或者“对家捡牌区”最上面的那张牌。捡到的纸牌将放在“玩家捡牌区”。当然能够捡到牌要满足一...
    这是一个扑克游戏,玩家可取出手上的一张或者多张牌,来捡“桌面”上任意一张或者“对家捡牌区”最上面的那张牌。捡到的纸牌将放在“玩家捡牌区”。当然能够捡到牌要满足一个条件,即玩家所取的牌的点数与要捡的那张牌的点数之和必须是14。计算机最后根据玩家和对家捡牌的分数总和以判定游戏输赢。-This is a poker game, players can take out the hands of one or more cards to pick " Desktop" on any one or " pick up a license for home-zone" goes on the top card. The cards will be picked up on the " Players pick up cards Zone." Of course, be able to pick up a license to satisfy a condition that the player card by taking the points you want to pick up the license points of affiliation and must be is 14. Finally, according to the player and the computer at home picking up a license in order to determine the sum of the scores the game winning or losing.
    2022-03-18 15:59:30下载
    积分:1
  • C++编写的小程序
    用VC6.0 和C++语言编写的控制台应用小程序~ 学生信息管理系统   功能不是很多,需要继续完善~ 希望可以多多改善,听取大神的意见~  有兴趣的朋友就下载看看吧
    2022-08-06 21:01:20下载
    积分:1
  • 实现了一个在微秒的例子
    本实例实现了一中微秒级的精确定时,利用多媒体定时器的基本功能,可以通过两种方法实现精确定时。1)使用timeGetTime()函数,该函数定时精度为ms级,返回从Windows启动开始所经过的时间。2)使用timeSetEvent()函数.-Achieved one of the examples in the microsecond-level precision timing, use the basic functions of multimedia timer can be two ways to achieve precise timing. 1) Use timeGetTime () function, which ms timing accuracy for the class, to return from the Windows start after the beginning of time. 2) the use of timeSetEvent () function.
    2022-03-06 14:13:58下载
    积分:1
  • A-STAR算法说明
    A-STAR算法说明
    2022-12-10 21:15:03下载
    积分:1
  • 这是一个用来求循环节的程序,最后输出循环节
    这是一个用来求循环节的程序,最后输出循环节-This is a section used for the process cycle, the last section of the output cycle
    2022-01-26 02:06:44下载
    积分:1
  • web crm 的效果 弹出页面选择 取值
    web crm 的效果 弹出页面选择 取值
    2022-03-10 01:18:27下载
    积分:1
  • 企业聊天软件
    EimSystem是一个简单的企业聊天软件,功能包括,基本的文字聊天,文件传输,视频聊天,和语音聊天。网络协议基于UDP 界面比较简洁,包括客户端和服务器两个部分。
    2022-05-21 21:14:09下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载