-
ASN.1编码与解码过程的一种形式化描述.rar
ASN.1编码与解码过程的一种形式化描述.rar-ASN. An encoding and decoding process of a formal description. Rar
- 2023-09-04 14:15:03下载
- 积分:1
-
这是一个简单的演示如何评价文本的数学表达式
This a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functions. The code consists of
three simple classes: 1) Calc - which does the main calculations, 2) Stack -
which is used to push and pop intermediate operators and numbers and 3)
Symbol Table. The symbol table is a collection of calc symbols, a type structure
consisting of various elements, including the expression name, function name,
and the final value of the expression The evaluation procedure is done in three
steps: 1) simplify the expression by removing all the elements within () and
storing them in subexpressions within the symbol table. 2) Each of these sub
expressions are then converted to RPN format (Reverse polar notation) and
evaluated 3) Finally, the main expression is converted to RPN and evaluated-This is a simple demo of how to evaluate mathematical expressions in text
format, including provision for variables and functi
- 2022-02-20 06:26:41下载
- 积分:1
-
任意数学表达式计算的源码及测试软件
任意数学表达式计算的源码及测试软件-Calculation of arbitrary mathematical expression of the source code and test software
- 2022-01-21 04:19:42下载
- 积分:1
-
a matrix type of source
一个矩阵类的源码-a matrix type of source
- 2023-08-13 21:20:02下载
- 积分:1
-
C++编程实例
通过C++源代码全面介绍了C++程序设计的方法和技巧。作者首先假定读者并不了解程序设计的所有知识,整个程序开发过程均从原始的概念开始到程序设计的实现,从零开始意味着从最最低级的地方起步,没有任何预备知识。因此无论是对于初学C++的人,还是应用C++的高手都具有较高的实用价值。
C++初学者必看, 快速学会C++的好资料, 我就是从这个里面学会的。 例子才是经典,简单又实用。
- 2022-03-12 08:41:13下载
- 积分:1
-
hm码 c语言
计算机组成原理,关于汉明码的练习,输入二进制代码位数和二进制的汉明码,能够实现两位检错好和一位纠错,使用c语言,较为简单的cpp文件
- 2022-07-03 23:06:14下载
- 积分:1
-
基于VS2008的模式识别聚类器程序
本程序是用C语言编写的一款模式识别聚类小软件,有可视化的界面,可对两类样本点进行聚类,里面包含所有相关的源程序,也有可执行的运行文件,可用VS2008打开。
- 2022-05-27 09:56:41下载
- 积分:1
-
ACM Collegiate Programming Contest in Guangdong Province tournament title game i...
ACM大学生程序设计竞赛广东省赛2005年赛题-ACM Collegiate Programming Contest in Guangdong Province tournament title game in 2005
- 2023-04-04 09:25:03下载
- 积分:1
-
交互支持向量机学习算法及其应用
交互支持向量机学习算法及其应用- Alternately supports the vector machine study algorithm and its
applies
- 2022-03-18 12:04:40下载
- 积分:1
-
蝴蝶效应图
本文利用经典的四阶龙格库塔方法计算洛伦茨方程,并画出相应的蝴蝶效应图。而且此程序具有可扩展性,可用于计算其他系统(比如达芬系统,若斯勒系统等等)以及画出相应的图形。
- 2023-05-28 15:45:03下载
- 积分:1