-
use GA to deal with the problem fuzzy expectations model example
use GA to deal with 模糊期望值模型问题例题-use GA to deal with the problem fuzzy expectations model example
- 2022-04-21 03:08:10下载
- 积分:1
-
链表逆置cpp代码
利用辅助指针 基本思想:在遍历结点过程中,设置辅助指针,用于记录先前遍历的结点。这样依次编译的过程中只需修改其后继结点的next域即可
- 2022-02-21 23:53:38下载
- 积分:1
-
FFT
fft程序,高质量,效率高,大把方法飞机及附件啊 -fft
- 2023-08-22 11:55:02下载
- 积分:1
-
This is the document on the operation of a title, and that Italy, we can see tha...
这是关于文件操作的一个题,由题意可知,该题解决起来应该分为三个部分。第一部分即从in.dat中读入数据,第二部分即实现排序的算法,最后应该实现将排序的结果输出到out.dat中。-This is the document on the operation of a title, and that Italy, we can see that the solutions to the problem should be divided into three parts. The first part from in.dat read into the data, the second part of that is to achieve the ranking algorithm, the final order will be to achieve the results were exported to out.dat.
- 2022-05-24 19:47:39下载
- 积分:1
-
插值算法,介绍了10种常用插值算法,插值算法, 介绍了10种常用插值算法...
插值算法,介绍了10种常用插值算法,插值算法, 介绍了10种常用插值算法-Interpolation algorithm, introduced 10 kinds of commonly used interpolation algorithm, interpolation algorithm, introduced 10 kinds of commonly used interpolation algorithm
- 2022-02-10 06:05:05下载
- 积分:1
-
sm2算法实现描述
椭圆曲线的定义: 一条椭圆曲线是在射影平面上满足方程 Y2Z+a1XYZ+a3YZ2=X3+a2X2Z+a4XZ2+a6Z3 的曲线. 一个利用椭圆曲线进行加密通信的过程: 1、用户A选定一条椭圆曲线Ep(a,b),并取椭圆曲线上一点,作为基点G。 2、用户A选择一个私有密钥k,并生成公开密钥K=kG。 3、用户A将Ep(a,b)和点K,G传给用户B。 4、用户B接到信息后 ,将待传输的明文编码到Ep(a,b)上一点M(编码方法很多,这里不作讨论),并产生一个随机整数
- 2022-05-31 23:53:50下载
- 积分:1
-
人工智能主观贝叶斯算法模拟
运行环境说明(2013.11.22)
1.操作系统: ubuntu 13.10
2.集成开发环境: qt-5.1.1
3.由于linux操作系统与windows操作系统采用不同的编码格式,在windows下查看相关文档或源代码可能会有乱码问题,如需调试运行,请迁移到相关环境。
- 2023-01-30 00:30:04下载
- 积分:1
-
kruskal algorithm
该算法基于贪心方法。使用了该算法
- 2022-01-26 03:44:28下载
- 积分:1
-
28335 pmsm demo
基于TI STM320F28335芯片设计的伺服电机驱动程序。基本涵盖了伺服驱动器控制板所需所有外围芯片驱动。
- 2022-02-02 20:12:42下载
- 积分:1
-
连数据库,输入用户名和密码后如何跳转到主窗口
import javax.swing.*;
import java.awt.event.*;
import java.sql.*;
public class Login extends JFrame implements ActionListener {
private JLabel lbId, lbPass;
private JTextField txtId, txtPass;
private JButton btLogin, btExit;
private Connection datacon = null;//连接对象
private PreparedStatement pstat = null;//命令对象
private ResultSet rs = null;//结果
- 2022-02-05 20:26:14下载
- 积分:1