-
数据结构的全部C语言代码实现
应用背景帮助找工作,面试笔试,学习数据结构,学习C语言,数据结构里面所有算法的关于C语言的完整代码实现,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,关键技术数据结构,C语言,代码实现,,。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。。
- 2022-08-15 12:26:54下载
- 积分:1
-
使用PIC单片机开发的直流伺服(含源码和上位机)
直流伺服(含源码和上位机),本人测试使用过,真实有效。
- 2022-09-19 18:35:03下载
- 积分:1
-
模糊逻辑样本
模糊 - 新类辛格尔顿功能:新的隶属度函数,表示在模糊论域经典的数字号码。 - 推理系统进行了修改,以允许用户去模糊化之前访问该模糊输出。 - 引起接收到的反馈其他一些小的更新。
- 2022-08-04 07:05:55下载
- 积分:1
-
tsp matlab
旅行推销员问题(TSP) 或旅行推销员问题询问以下问题: 鉴于城市和每一对城市之间的距离的列表,什么是最短的可能路线的一次访问每个城市,并返回到原籍城市?它是一个NP 难问题在组合优化中,重要的业务研究和理论计算机科学。
- 2023-04-23 03:05:04下载
- 积分:1
-
我用MATLAB编写的傅里叶变换,不利用FF软件…
采用Matlab自己编写的傅里叶变换,并不是使用软件提供的FFT2-I have written using Matlab Fourier transform, not using software provided by FFT2
- 2022-03-02 17:36:01下载
- 积分:1
-
program for computation of geography distance and azimuth, especially for earth...
计算地理距离和方位角的程序,特别实用于地球曲线计算-program for computation of geography distance and azimuth, especially for earth curve
- 2023-02-23 17:50:04下载
- 积分: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
-
fuzzycmeans
以源代码和二进制形式重新分发和使用,有或没有;
- 2022-07-02 04:46:26下载
- 积分:1
-
一种主动学习算法,委员会查询算法,但这是一个改进的版本,通过核变化可以更高效的处理多维数据...
一种主动学习算法,委员会查询算法,但这是一个改进的版本,通过核变化可以更高效的处理多维数据-An active learning algorithm, the Committee inquiry algorithm, but this is an improved version of the changes through the nuclear deal can be more efficient multi-dimensional data
- 2022-05-21 11:00:17下载
- 积分:1
-
竞选算法
原创优化算法,类似于粒子群算法,收敛速度快,适用于前段近似解的求解,可以与牛顿法结合两段求解优化问题。
- 2022-08-15 16:34:06下载
- 积分:1