-
data algorithm, peach monkey issue
数据算法,桃子猴问题-data algorithm, peach monkey issue
- 2022-01-28 23:08:02下载
- 积分:1
-
本程序是用纯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
-
数据结构复习整理
主要的数据结构的复习,很有用的复习资料, 其中包括了基本的单链表,双链表,二叉树,图的基本知识,最后还有查找和排序的常用算法整理,如果有需要的同学可以下载使用
- 2023-01-01 01:55:03下载
- 积分:1
-
Minute calculation method of quadrature formula
计算方法复化求积公式-Minute calculation method of quadrature formula
- 2022-10-31 08:40:02下载
- 积分:1
-
一款埃及学生用Matlab编的的基于PSO的PID整定程序
一款埃及学生用Matlab编的的基于PSO的PID整定程序,使用方法详见程序注释。-Tunning of PID controllerusing Bacterial Foraging Orientec by Particle swarm optimization My work hasbeen accpepted in GECCO 2008 as Graduat Student workshop. I have used thistechique in PID tunning and i got better result thatn BG and PSO Author: WaelMansour (wael192@yahoo.com) MSc Student, Electrical Enginering Dept, Faculty ofEngineering Cairo University, Egypt
- 2022-01-22 02:28:21下载
- 积分:1
-
GML AdaBoost Matlab 工具箱,有详细的说明文档,脚本,用例
GML AdaBoost Matlab 工具箱,有详细的说明文档,脚本,用例-GML AdaBoost Matlab Toolbox
- 2022-05-31 09:13:01下载
- 积分:1
-
数学计算的Lisp程序,可以使用CAD平台。
数学计算lisp程序,CAD平台均可使用。-Mathematical calculations lisp procedures, CAD platform can be used.
- 2023-06-16 14:00:02下载
- 积分:1
-
归并排序的c实现
归并排序的c实现-Merging Sort of achieving c
- 2022-03-20 05:58:05下载
- 积分:1
-
RSA算法
C++ 实现
RSA算法
C++ 实现
RSA算法
C++ 实现
RSA算法
C++ 实现
-achieve RSA algorithm to achieve C
- 2022-05-13 21:24:37下载
- 积分:1
-
独立的AVL的存储介质是在大量的AVL TRE现在可用…
独立于AVL库的存储媒体
虽现在有不少可用的AVL树库,但几乎都是工作在RAM中,当数据量小的时候,这种方式可行,但当树结构变大时时,读取和存储的时间就会大大变长,任务效率大大降低。能不能直接用磁盘进行树的操作呢?若可以,就不必进行频繁的磁盘内存交换了,本程序就实现了这个功能。实际上,这个程序无论是磁盘还是内存,都很好用。-independent of the AVL storage media is now available in a number of the AVL tree, But almost all work in the RAM, when a small amount of data, this approach feasible, but big tree structure constant, read and storage time will be much longer and the task efficiency has been greatly reduced. Can directly use the disk tree operation? If so, there is no need for frequent exchange of disk memory, the process to achieve this function. In fact, this procedure is disk or memory, are very handy.
- 2022-04-09 22:19:08下载
- 积分:1