-
这个程序使用了遗传算法来优化点对点之间的轨迹度量。
这个程序使用了遗传算法来优化点对点之间的轨迹度量。-This code proposes genetic algorithm (GA) to optimize the point-to-point trajectory planning for a 3-link (redundant) robot arm.
- 2022-01-31 01:06:31下载
- 积分:1
-
拉各朗日 新算法
这是一个关于fuzzy的很好的代码文件,包含程序及其说明,可进行仿真,并有较好的效果。它包含模糊文件的建立,模糊规则的建立,模糊变量的建立,并选择合适的隶属度函数,并且对仿真结果进行解释说明。
- 2022-07-24 20:05:04下载
- 积分:1
-
C#计算器
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
using System.IO;
namespace 计算器
{
///
/// Form1 的摘要说明。
///
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button button11;
private System.Windows.For
- 2023-01-30 17:15:03下载
- 积分:1
-
数值算法,自适应算法演示
数值算法,自适应算法演示-numerical algorithm, Adaptive Algorithm Demonstration
- 2022-04-18 08:34:10下载
- 积分:1
-
Dialog自适应屏幕分辨率
子控件自适应窗口大小的改变 对所有需要改变窗口大小的Dialog提供调用接口 * @方法功能: 子控件自适应窗口大小的改变 * @参数介绍: -hWnd:要缩放的Dialog的窗口句柄,可在Dialog中通过GetSafeHwnd()方法获得; -typeFlag: 缩放标志,其可能取值如下:0表示原始大小(缺省),1最大化,2按照times的值放大或缩小一定倍数后居中。 -times : Dialog的放大倍数,缺省值为1.0,只有当typeFlag值为2时才有效 * @返回值:FALSE表示传入的第一个参数hWnd=NULL,否则返回TRUE; * @注意事项: -1、所有子控件的大小是按照原来的Dialog同比例进行放大,以免放大后失真 -2、放大后如果窗口大小超过显示器可用区域(除去任务栏),会自动调整使得窗口最大化但是长和宽的比例扔保持不变,以免失真 -3、放大后所有的子控件的字体采用的是系统默认字体,所有字体大小是放大后的统一大小 -4、当typeFlag=2&×
- 2022-03-11 14:18:59下载
- 积分:1
-
矩阵运算,具体说明见程序中,在各个程序中都有详细的介绍
矩阵运算,具体说明见程序中,在各个程序中都有详细的介绍- The matrix operation, concrete showing sees in the procedure,
all has the detailed introduction in each procedure
- 2022-11-26 21:40:03下载
- 积分:1
-
还可以,能够加快迭代的计算速度,大家用一下
还可以,能够加快迭代的计算速度,大家用一下-can to accelerate the iterative calculation speed, we spent about
- 2022-06-15 16:37:27下载
- 积分:1
-
Numerical algorithm for Complex numbers
Numerical algorithm for Complex numbers -Numerical algorithm for Complex numbers
- 2022-01-26 00:35:58下载
- 积分:1
-
基于DTW的语音识别算法源码和文档
这是一个基于DTW的语音识别算法的C语言代码实现,有特征提取,声波分析等
- 2023-01-27 06:50:03下载
- 积分:1
-
人工智能算法K
人工智能算法K-meadians算法java实现-Artificial intelligence algorithm K-meadians realize algorithm java
- 2022-09-15 14:30:03下载
- 积分:1