登录
首页 » 算法 » tj大学研究生课程中有关最优控制的课件和例子

tj大学研究生课程中有关最优控制的课件和例子

于 2022-06-30 发布 文件大小:632.76 kB
0 165
下载积分: 2 下载次数: 2

代码说明:

tj大学研究生课程中有关最优控制的课件和例子- optimal control

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 图形演示任务
    图形演示任务。在VC环境下分别在每个旋转方向,使用OpenGL实现场景中包括地面,立方体,四面体,键盘控制三维漫游,漫游,以及立方体和四面体
    2022-06-26 14:54:10下载
    积分:1
  • 用CORDIC实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1Q...
    用CORDIC算法实现的2参数反正切。结果的精度与CORDIC的迭代次数有关,迭代次数越多,精度越高。本例子中精确到小数点后4位。要提高迭代次数,还得把增加1QN格式的位数,比如32位long,程序多处需要修改,有需要的话自己改吧。 -CORDIC algorithm with the two parameters arc tangent. And the accuracy of the CORDIC iteration number, the more the number of iteration, the higher the accuracy. This case accurate to four decimal places. To raise the number of iterations, it has to the increase in a 2:30 format of the median, such as 32 long, multiple procedures need to change, the need to reform it themselves.
    2022-03-16 10:55:29下载
    积分:1
  • 双端队列的实现
    资源描述利用C语言实现双端队列,即可在队列的首部、尾部,插入元素或删除元素,也可以在建立的双端队列中查找元素。是数据结构中的一个算法,自己写,测试,可放心使用
    2022-02-04 03:51:20下载
    积分:1
  • 完整的复数计数器,用VC++实现,实现了复数的所有类型的计...
    完整的复数计数器,用VC++实现,实现了复数的所有类型的计算-integrity in the plural counter, with VC++, achieving the plural of all types of computing
    2023-06-29 08:20:03下载
    积分:1
  • 系统辨识中,一个很重要的方是用相关分析辨识脉冲响应,该程序可以计出输入和输出序列的互相关函数,以及计出脉冲响应估计值...
    系统辨识中,一个很重要的方法是用相关分析法辨识脉冲响应,该程序可以计算出输入和输出序列的互相关函数,以及计算出脉冲响应估计值-system identification, a very important way is to analyze the identification impulse response, the program can calculate the input and output sequence of cross-correlation function, and calculated the estimated value of the impulse response
    2022-03-12 14:53:12下载
    积分:1
  • 新型GA
    一种好的改进遗传算法function [opy,optimy]=GA(pt,gennum,psize)% 输入参数:% pt       m*n的加工时间矩阵(n是工件数目,m是机器数目)由已知给的T矩阵,可得n=100,m=10% gennum   迭代的次数(代数)% psize    种群的规模大小%输出参数:% opy       最优的Makespan值pc=0.9;%交叉因子pm=0.1;%变异因子[m,n]=size(pt);current_gen=1;%current_gen means the current generationnewgen=zeros(psize,n+1); %mewgen is the new generation of the populationnewgen(1:psize,1:n)=rand(psize,n);%主种群初始化,0-1之间的随机数 %Generalize the initial groupfather=zeros(2,n); %father is used to store the two genes for crossover and mutation avgen=zeros(1,gennum); %avgen is the matrix of the average of all the generationsoptimx=zeros(1,n);optimy=ones(1,gennum);%Generalize the initial groupfor i=1:psize    [Ya,pop(i,1:n)]=sort(newgen(i,1:n));%种群排序,实数编码转换为自然数编码 随机生成的0-1之间的小数进行排序然后取每个从小到大数对应的位置    newg
    2022-03-18 14:25:18下载
    积分:1
  • 敏感词wordbank
    package com.yaozhou.sensitive.wordbank;import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.File;import java.io.FileInputStream;import java.io.FileNotFoundException;import java.io.IOException;import java.io.InputStream;import java.io.InputStreamReader;import java.util.ArrayList;import java.util.HashMap;import java.util.HashSet;import java.util.LinkedList;import java.util.List;import java.util.Map;import java.util.Properties;import java.util.Set;/** * @author Yao.Zhou* @version 创建时间:2016年12月21日 上午11:08:23 * 类说明 */@SuppressWarnings("unused")public class SensitiveWordBank {private static final String ENCODE = "UTF-8";private File path;private Map wordBankContainer;public SensitiveWordBank(String dir) {
    2022-01-26 05:07:53下载
    积分:1
  • 生成随机数,将随机数写入文件
    能够读取一般文件和写入一般文件。生成随机数,将随机数写入文件。
    2023-09-05 01:15:03下载
    积分:1
  • 程序动画Delphi
    程序动画Delphi
    2022-07-20 20:03:16下载
    积分:1
  • 全选主元高斯消去agaus.c
    全选主元高斯消去法agaus.c--返回零表示原方程组的系数矩阵奇异,返回的标志值不为零,则表示正常返回。-entire election PCA Gaussian Elimination agaus.c--return to the original equation is expressed by the coefficient matrix, a sign of the return value is not zero, then returned to normal.
    2023-04-20 17:05:03下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载