-
用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss...
用C语言来实现的。求解线性方程组的迭代,是一种简单的迭代法,可不如 Gauss-Seidel迭代法收敛速度快。-Use c language to make a Jacobi iterative arithmetic which could solve the linear equation group, but it s may be more slower than the Gauss-Seidel iterative arithmetic.
- 2022-10-31 15:55:02下载
- 积分: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
-
串口虚拟示波器(上位机、51下位机)
应用背景在手上没有硬件工具的时候,你想了解单片机的一些变量。这个时候你将会非常的郁闷,想看有看不到,。这个时候虚拟串口示波器就可以帮助到你,解决你的困扰。只要你有USB转串口以及几根线就OK了。关键技术利用单片机的UART来进行通讯,电脑端要配一个USB转串口。C代码,简单易读,只需移植不需写通讯协议。
- 2022-12-31 12:15:04下载
- 积分:1
-
分酒问题C++源代码
分酒问题C++源代码-hours liquor issue C source code
- 2022-07-23 08:10:19下载
- 积分:1
-
数学表达式解析器库
Mathematical expressions parser library
- 2023-08-12 10:15:04下载
- 积分:1
-
pt2272 decoder
/*
;======================Ó²¼þ½á¹¹======================
;
; __________
;
;
*/
//8·¿ØÖƳÌÐò
//
#include
__CONFIG( WDTDIS & PWRTEN &INTOSCIO & MCLRDIS & BOREN & CPD & CPROTECT);
- 2023-04-27 17:30:03下载
- 积分:1
-
自动编号
1.1 ANPR 系统作为实际人工智能中的应用
信息技术大规模融入现代生活的各个方面造成的对处理车辆作为概念资源信息系统中的需求。由于没有任何数据的独立信息系统有没有意义,还有需要变换车辆之间的现实和信息系统有关的信息。这可以通过一个人的代理,或通过特殊的智能设备,是能够通过其在实际环境中的车牌识别车辆和反映的是它在概念的资源。因此,已经开发各种识别技术和数字板识别系统今天在各类交通和安全应用程序,如停车、 访问和边境管制或跟踪被盗汽车的使用。
- 2022-03-20 05:55:28下载
- 积分:1
-
最陡下降法~最优化设计,优化设计…
最优化设计之最速下降法~
最优化的设计作业,最速下降法~
-Optimum design of the steepest descent method ~ of the most optimized design work, the steepest descent method ~
- 2022-03-22 09:07:58下载
- 积分:1
-
高斯正算坐标程序计算高斯投影的正算问题克拉索夫斯基椭球...
高斯正算坐标程序计算高斯投影的正算问题克拉索夫斯基椭球-Gaussian count is calculated coordinates of the Gaussian projection is counting police used batons for dispersing ellipsoid
- 2023-05-22 00:55:03下载
- 积分:1
-
人脸表情识别
资源描述
基于opencv平台PCA算法实现表情识别,对于学习pc算法很有用
- 2022-02-02 07:34:04下载
- 积分:1