-
One of the polynomial realization of a simple adder calculator. One simple addit...
实现一个一元多项式简单的加法计算器。 一元多项式简单的加法计算器的基本功能为:
(1)输入并建立多项式;
(2)输出多项式;
(3)两个多项式相加,并建立输出多项式。
用带头结点的有序链表
-One of the polynomial realization of a simple adder calculator. One simple addition of the polynomial calculator for basic functions: (1) input and the establishment of polynomials (2) the output polynomial (3) the sum of two polynomials, and the establishment of the output polynomial. Used to take the lead in node list in an orderly
- 2022-07-04 01:26:22下载
- 积分:1
-
expression Operational support ,
表达式,支持+,-,*,/,(),%运算-expression Operational support ,-,*,/,(),%
- 2023-08-28 06:05:03下载
- 积分:1
-
这是一本讲解wIn的一本比较好的电子书,看了内容后很多东西豁然开朗...
这是一本讲解wIn的一本比较好的电子书,看了内容后很多东西豁然开朗-This is a COM-to explain a relatively good book, having read the contents of a lot of things suddenly see the light
- 2023-01-27 16:55:05下载
- 积分:1
-
Content based image retreival
基于内容的图像检索代码,用于使用一组描述符搜索图像。提取特征后,用一个距离来度量重新获得的图像和数据库中的图像之间的相似性;
- 2022-01-25 21:02:07下载
- 积分:1
-
VB做的数学计算,一些小工具,不错,大家分享,
VB做的数学计算,一些小工具,不错,大家分享,-VB to do mathematical calculations, some small tools, good share, thank you
- 2022-02-25 07:48:02下载
- 积分:1
-
Introduction to serial programming under Linux, we are interested to take a look...
Linux 下串口编程入门,大家有兴趣就看看吧-Introduction to serial programming under Linux, we are interested to take a look at it
- 2022-07-10 02:36:09下载
- 积分:1
-
在 C# 中的迷宫求解 (最短路径)
介绍了一个简单的技术,以找到一个 2D 的迷宫中两点间最短路径。类似的应用程序在这种情况下使用图,但本文将展示如何,这可以没有头痛的图。它使用类似于广度优先搜索技术。MazeSolver 类商店迷宫作为一个二维整数数组的值 "0" 开放 (可用) 节点和非零这对已关闭的节点 (墙)。如果某条路径将被发现,一种新的二维整数数组创建的路径 PathCharacter 其默认值是 "100"。类也可以跟踪对角的路径,如果它允许这样做
贯穿这篇文章,我们将使用"节点"来引用矩阵 (二维整数数组表示一个迷宫) 的元素。我假设读者是熟悉图和它的术语 (边缘、 节点等)。
- 2023-05-25 08:05:03下载
- 积分:1
-
TDMA算法
计算流体算法求解时必须使用TDMA直接求解程序,应用非常之多,尤其是流体数值计算和传热学应用居多,通过一维引申到二维和三维,扩展了算法的使用局限性
- 2023-03-20 04:10:03下载
- 积分:1
-
A Win32 Library for .NET_src
A Win32 Library for .NET_src
- 2023-07-03 11:30:04下载
- 积分:1
-
了解STRASSEN与传统矩阵乘法相比较,其乘法次数比传统的少,但是加法的次数却减少了。...
了解STRASSEN与传统矩阵乘法相比较,其乘法次数比传统的少,但是加法的次数却减少了。-Learn STRASSEN compared with the traditional matrix multiplication, multiply the number of its less than the traditional, but the number of additions have been reduced.
- 2022-03-25 03:39:15下载
- 积分:1