-
匹配关键词并过滤
把屏蔽字库保存到一棵多叉树里。然后实现屏蔽字过滤。输入字符串,遇到屏蔽字会替换成”*“。这棵树可以从文本文件加载,也可保存到文本文件或二进制文件;也可以从二进制文件加载;或者在程序里动态添加关键字。
- 2022-01-21 18:55:26下载
- 积分:1
-
二叉树遍历的算法程序
二叉树遍历的算法程序-binary tree traversal algorithm procedures
- 2022-03-18 05:45:03下载
- 积分:1
-
在 VBA 中的约束样条内插器
三次样条传统上遭受过冲(特别是在约束),这导致小于理想的精确度。通过牺牲在花键平滑一些,我们可以防止超调。这可以通过消除为等于第二阶导数的要求在每一个点,并与特定第一阶导取代它来实现。套餐包括由作者以及包含一个例子和代码Excel文件进行了研究。
- 2023-02-10 16:30:03下载
- 积分:1
-
遗传算法优化BP神经网络初始阈值以及权值
整个算法分成三部分,第一个部分是神经网络整体结构的确定,然后是遗传算法对参数的优化,然后便是利用已经优化好的参数,利用神经网络进行预测。我们根据需要优化的权值以及阈值的数量确定算法个体的长度。个体通过适应度函数计算他们的适应度,根据适应度的大小,我们使用轮盘算法,确定他们的遗传,交叉还有变异等过程,优化以后的BP神经网络可以更好地收敛。
- 2022-03-21 20:00:56下载
- 积分:1
-
Used to solve nonlinear systems in the bifurcation, chaos, periodic, quasi
用来求解非线性系统中分岔,混沌,周期,准周期等动力学,可以求数值解,也可画图,只要知道系统模型,可以根据需要自由修改参数,软件带有使用说明,简单易懂-Used to solve nonlinear systems in the bifurcation, chaos, periodic, quasi-periodic dynamics, etc., you can seek numerical solutions, but also drawing, as long as know the system model, you can freely modify the parameters as needed, the software with instructions for use, simple and easy to understand
- 2022-03-19 08:32:01下载
- 积分:1
-
Towers of Hanoi
河内塔算法的应用。
- 2022-01-24 18:47:57下载
- 积分:1
-
Maple is widely used at present one of the symbolic computation software, It has...
Maple目前应用非常广泛符号计算软件之一它拥有非常强大符号计算和数值计算功本书详细地介绍了Maple基本功包括数值计算解方程微积分计算向量及矩阵计算解常微分方程和偏微分方程等本书深入讲解了Maple编程基本原理
-Maple is widely used at present one of the symbolic computation software, It has a very powerful symbolic computation and numerical calculation of power of this book describes in detail the basics of Maple, including numerical solution of equations of calculus, vector and matrix calculations calculation solution of ordinary differential equations and partial differential equations, etc., where Shu-depth briefing on the basic principles of programming in Maple
- 2022-04-23 19:34:59下载
- 积分:1
-
C语言编的汉诺塔计算
C语言编的汉诺塔计算-series of the C language HANOR calculation
- 2022-05-23 22:25:06下载
- 积分:1
-
使用TMS320F2812实验三相交流异步电机调速的程序,通过此代码可以学习DSP2812的编程框架和SPWM的产生方法。程序代码全部为C/C++语言...
使用TMS320F2812实验三相交流异步电机调速的程序,通过此代码可以学习DSP2812的编程框架和SPWM的产生方法。程序代码全部为C/C++语言-TMS320F2812 experiments using three-phase AC induction motor of the process, through this code can learn DSP2812 programming framework and method for the selection of SPWM. Code all C/C++ Language
- 2022-03-03 23:32:34下载
- 积分:1
-
pid控制算法
利用pid控制算法可以实现减小漂移,p代表比例,i代表积分,d代表微分。pid算法实现闭环调节,在自平衡车,机器人,四轴飞行器方面用途广泛
- 2022-03-02 14:08:01下载
- 积分:1