登录
首页 » 算法 » It s a simple Parser That calculates mathematic operations.You give an input and...

It s a simple Parser That calculates mathematic operations.You give an input and...

于 2022-10-05 发布 文件大小:4.66 kB
0 146
下载积分: 2 下载次数: 1

代码说明:

It s a simple Parser That calculates mathematic operations.You give an input and it starts the calculation by showing you the parsing operation in real-time.

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

发表评论

0 个回复

  • Matlab Gauss(A,a,b,n,x)
    大学实验程序演示 1.  A=[1 1 1;0 4 -1;2 -2 1]; b=[6 5 1]"; x=gauss(A,b) 执行结果:   消元后的A  &n 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论 0 粉丝 0 发布 0 获赞 关注 查看主页 matlab 相关源码推荐 目标跟踪运行 camshift算法 0 0 暂无评分基于循环含量比的盲反卷积(BD-RCC)的Matlab代码 0 0 暂无评分排列熵计算 0 0 暂无评分正向运动学 0 0 暂无评分FBMC_UFMC_OFDM_5G-master 0 0 暂无评分 介绍信息预览(0条)评论打分
    2022-07-18 13:03:14下载
    积分:1
  • 指数平滑预测数据
    指数平滑法预测数据-exponential smoothing forecast data
    2022-02-11 17:21:52下载
    积分:1
  • a good virtual oscilloscope! Be a direct run! Through his serial signal acquisit...
    一个很好的虚拟示波器!可一直接运行!他通过串口采集信号与系统单片机上的数据,把其波形显示在视图中~完全类似于数字示波器的操作-a good virtual oscilloscope! Be a direct run! Through his serial signal acquisition system with microcontroller on the data, its waveform displayed on the View were similar to the fully-digital oscilloscope operation! !
    2023-08-16 21:40:03下载
    积分:1
  • 《计基础》关于选择问题:找第k小元素,时间复杂度为O(n);...
    《计算机算法基础》关于选择问题算法:找第k小元素,时间复杂度为O(n);-"computer algorithm based" on the choice of algorithm : k find small elements, time complexity of O (n);
    2022-02-27 01:43:45下载
    积分:1
  • matlab编写的Lyapunov指数计程序
    matlab编写的Lyapunov指数计算程序 ,李雅普诺夫指数 本程序给出了关于lorenz系统李雅普诺夫指数的计算方法,该程序基于Jacobi方法计算。计算准确。 
    2023-03-28 10:25:03下载
    积分:1
  • STEP_MOTOR_AVR446
    资源描述 STEP  MOTOR  AVR446 STEP  MOTOR  AVR446 STEP  MOTOR  AVR446 STEP  MOTOR  AVR446 STEP  MOTOR  AVR446
    2022-07-01 17:45:55下载
    积分:1
  • dxf 读取
    应用背景Build Instructions: Make sure you have autoconf, swig, texinfo, python-dev, build-essential packages or equivalent installed via your package manager. cd libredwg ./autogen.sh && ./configure && make && sudo make install cd ../dxflib ./configure && make && sudo make install cd .. Once the above dependencies have been built, edit /usr/local/include/dwg.h, and rename the THICKNESS constant (or add _ to end). It conflicts with another constant included in the converter, but is not used itself. After that, just run "make". That"s it! 关键技术GNU LibreDWG 是一个免费开源的 C 库用来处理 DWG 文件,这
    2022-12-18 16:30:03下载
    积分:1
  • 一个用C++写的大数运类,支持大数的加,减,乘,除和模运,速度快。...
    一个用C++写的大数运算类,支持大数的加,减,乘,除和模运算,速度快。-C wrote a majority of the computing categories, large numbers support the addition, subtraction, multiplication and addition and modular, fast.
    2022-03-16 07:06:21下载
    积分:1
  • 三次样条插值方程
    三次样条插值计算方程组-cubic spline interpolation equations
    2023-06-03 23:00:02下载
    积分:1
  • 98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方求出精确解,既然求不出精确解,...
    98年全国大学生数学建模竞赛B题“水灾巡视问题”,是一个推销员问题,本题有53个点,所有可能性大约为exp(53),目前没有好方法求出精确解,既然求不出精确解,我们使用模拟退火法求出一个较优解,将所有结点编号为1到53,1到53的排列就是系统的结构,结构的变化规则是:从1到53的排列中随机选取一个子排列,将其反转或将其移至另一处,能量E自然是路径总长度。具体算法描述如下:步1: 设定初始温度T,给定一个初始的巡视路线。步2 :步3 --8循环K次步3:步 4--7循环M次步4:随机选择路线的一段步5:随机确定将选定的路线反转或移动,即两种调整方式:反转、移动。步6:计算代价D,即调整前后的总路程的长度之差步7:按照如下规则确定是否做调整:如果D0,则按照EXP(-D/T)的概率进行调整步8:T*0.9-->T,降温-98 National Mathematical Contest in Modeling B and that the "flood inspections", is a salesman problem, and that is 53 points, all possibilities about exp (53), there is no good way to get accurate solutions, since no exact solution for, we used simulated annealing France obtained an optimum solution to all nodes to a number of 53 to 53.1 is with the system structure, changes in the structure of the rules is : from 1-53 with a randomly selected with a son, to reverse or to move it to another, the energy E is the natural path length. The specific algorithm is described as follows : Step 1 : The initial set temperature T,
    2023-05-19 17:45:04下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载