-
纳粹德国二战发明密码机engma“FA在…
德国纳粹二战时发明的密码机engma“迷”的复原模拟程序的源码-Nazi Germany during World War II invention of the cipher machines engma "fans" of the recovery process simulation FOSS
- 2022-08-21 07:39:18下载
- 积分:1
-
数据结构中迷宫问题的求解(使用栈并且C语言实现)
栈是限定仅在表头进行插入和删除操作的线性表。通常将递归算法转换成非递归算法时需要使用栈。本代码实现了栈的顺序存储结构,对迷宫问题的求解进行了具体实现,并且代码能正确编译及运行。
- 2022-02-28 22:13:11下载
- 积分:1
-
给定N个不等距点上的函数值,计算指定区间上的三次插值多项式与指定插值点上的函数值...
给定N个不等距点上的函数值,计算指定区间上的三次插值多项式与指定插值点上的函数值-Given N non-equidistant points on the function value, calculated on a specified interval with the specified three interpolating polynomial interpolation points on the function value
- 2022-02-26 16:23:00下载
- 积分:1
-
机器人RBF神经网络
资源描述单关节机器人控制的RBF神经网络的控制跟踪程序。
- 2022-06-28 00:14:22下载
- 积分:1
-
一个高效的自回避行走路径枚举程序。运用了多线程分配分支任务,可以port到多核cpu上加速运算。...
一个高效的自回避行走路径枚举程序。运用了多线程分配分支任务,可以port到多核cpu上加速运算。-An efficient path of self-avoiding walk enumeration procedures. Use of multi-threaded allocation branch mission, you can port to multi-core cpu on accelerated computing.
- 2023-06-28 09:00:04下载
- 积分:1
-
机器人比赛飞思卡尔单片机XS128程序
智能小车例程,包括基本巡线程序,OLED和键盘调试,MPU6050程序,固定频率声音识别,超声波模块测距等。使用C语言编程,每个功能都封装为固定的模块,使用很方便。
- 2023-06-11 06:20:08下载
- 积分:1
-
目标追踪
目标追踪算法,自己结合 mean shift + kalman filter,效果还不错,半自动跟踪。毕设要求,结合了最简单的mean shift 算法,以及一个二维卡曼滤波器,实现了目标的实时跟踪监测,效果已经达到要求,在这里分享给大家。
- 2022-07-14 22:24:18下载
- 积分:1
-
Real
实数编码遗传算法程序 这是第三部分,可用于模型参数辨识,也有其它的用途-Real-coded genetic algorithm This is the third part of the procedure can be used for model parameter identification, there are other uses
- 2022-06-29 07:29:54下载
- 积分:1
-
蒙特卡洛方法求PI
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Drawing.Drawing2D;
using System.Threading;
namespace WinRandomPI
{
public partial class GetPIValue : Form
- 2022-03-13 01:46:26下载
- 积分:1
-
可以用来计算大数的阶乘
可以用来计算大数的阶乘
- 2023-07-15 06:30:03下载
- 积分:1