-
本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释...
本程序是用纯C语言编的一个基于命令行的四则运算计算器。主要用于计算四则运算表达式的值,同时可以实现四种进制任意两种之间的转换。 主要功能:1.四则运算:能够解释并执行四则运算表达式。四则运算就是包含+、―、*、/、.(小数点)和数字的运算表达式,例如:3+2.9*(5-6/3) -4+(+8*6)等; 2.错误警告:能够对不符合语法的表达式给出相应的错误警告,本程序共给出了8大类警告 3.进制转换:能够做二进制、八进制、十进制、十六进制中任意两种进制之间的互相转换 4.帮助系统:提供完善的帮助系统 5.出错保护:有良好的出错保护系统,命令行输入错误,程序仍能正常运行。-this program is pure C-language series based on a command line of four Operational calculator. Mainly used in the calculation of four computing the value of the expression, and can achieve four band arbitrary conversion between the two. The main functions : 1. Four computing : the ability to interpret and apply the four Operational expression. Four operations is included ,-,*,/,.( decimal point) and digital arithmetic expressions, for example : 2.9* 3 (5-6/3)-4 (8* 6); 2. Wrong warning : to be able to not grammar of expressions is the corresponding error warnings, the procedure is a total of eight major categories of warning 3. Decimal Conversions : can do binary, octal, decimal, hexadecimal arbitrary b
- 2022-02-13 01:07:58下载
- 积分:1
-
以优化SVM算法的参数c和g为例,对GSA(引力搜索算法)MATLAB源码进行了详细中文注解。是很好的学习材料。
以优化SVM算法的参数c和g为例,对GSA(引力搜索算法)MATLAB源码进行了详细中文注解。是很好的学习材料。
- 2023-02-05 22:30:04下载
- 积分:1
-
用回溯方法写的01背包问题,有中文注释,很容易懂!
用回溯方法写的01背包问题,有中文注释,很容易懂!-Methods used to write back the 01 knapsack problem, a Chinese note, it is easy to understand!
- 2022-03-23 18:35:00下载
- 积分:1
-
数学经典算法应用:贪婪算法的应用实例
数学经典算法应用:贪婪算法的应用实例-Application of the classical algorithm: the application of the greedy algorithm
- 2022-03-22 13:07:47下载
- 积分:1
-
列主元的高斯算法
列主元的高斯算法-out of the PCA algorithm Gaussian
- 2022-03-17 20:15:36下载
- 积分:1
-
simhash算法实现
应用背景
利用ansj simhash进行分词和去重
关键技术ansj分词使用非常方便,只需要下载相应的jar包就可以,simhash能够快速去重。
- 2022-03-12 13:58:05下载
- 积分:1
-
DSP(TMS320F28335) + FPGA(XC3S500E) 控制步进电机例程源代码、原理图
应用背景DSP(TMS320F28335) + FPGA(XC3S500E) 控制步进电机例程源代码、原理图关键技术本程序是在28335的基础上得到的一种控制步进电机的方法,经过本人调试能够得到较好的效果。
- 2022-08-21 13:21:31下载
- 积分:1
-
哥德巴赫猜想:哥德巴赫(哥德巴赫)曾提出这样一个猜想:2000以内…
Goldbach s conjecture: Goldbach(哥德巴赫)曾经提出了一个这样的猜想: 对于2000 以内的正偶数都能够分解为两个素数之和。 要求: 该题是一个猜想,我们不去证明它,而是通过编程序来验证 该猜想是否正确。 输入: 用户从键盘任意输入一个自然数。 输出: 给出满足猜想的两个自然数。-Goldbach conjecture : Goldbach (Goldbach) had raised such a guess : 2000 within the can is even divided into two prime numbers and. Requirements : The title is a guess, we do not prove it, but through programmed to verify the guess is correct. Input : arbitrary user input from the keyboard to a natural number. Output : meet guess is the natural number two.
- 2023-05-19 07:45:03下载
- 积分:1
-
GMM前景提取应用
基于OpenCV从采用混合高斯模型GMM算法应用在视频监控等场景下进行前景提取,通过大量的训练样本对背景的混合高斯模型进行训练,能够实时精确地提取出视频中的前景行人。
- 2022-09-09 06:25:06下载
- 积分:1
-
基于回溯法解决n后问题
资源描述此程序是利用回溯法的思想,来解决N皇后问题。利用C#语言进行开发,可以更加直观的观察回溯法的运用步骤。
- 2022-09-04 05:45:02下载
- 积分:1