-
computer control Lawes list achieve
计算机控制--劳斯表实现-computer control Lawes list achieve
- 2022-08-11 15:15:50下载
- 积分:1
-
这是计算机本科专业算法分析课程里的一个算法,现用c#实现,供大家学习参考...
这是计算机本科专业算法分析课程里的一个算法,现用c#实现,供大家学习参考-This is the undergraduate professional computer algorithm analysis of the curriculum of an algorithm is used c#, for your reference learning
- 2022-04-09 23:24:09下载
- 积分:1
-
VRP与遗传
一个基本的简单库,用遗传算法求解车辆路径问题和货郎担问题,Java 编程语言编写的。
- 2022-06-21 16:14:53下载
- 积分:1
-
频率域插值
对等间隔数据 ,使用快速傅里叶变换到频率域进行补零, 之后反变换回来实现数据插值的过程。程序调用了fftw库,所以在调试前请先准备fftw库。此算法目前只支持等间隔采样的数据,对于高维数据的插值可以通过,分别对每一个维度插值后最后整合起来,实现高维数据的插值。
- 2022-03-11 15:58:26下载
- 积分:1
-
用C++实现的多个算法,包括迭代
用C++实现的多个算法,包括迭代-C achieved a number of algorithms, including iterative
- 2022-01-25 14:57:06下载
- 积分:1
-
MIT photonic crystal calculation procedures, to look after feeling learned a lot...
麻省理工的计算光子晶体的程序,自己看后感觉收获不小,推荐给大家,对工科学生应该很有用处-MIT photonic crystal calculation procedures, to look after feeling learned a lot and recommend it to everyone. Engineering students to be useful
- 2022-11-29 09:50:03下载
- 积分:1
-
HDU1010迷宫问题
POJ1010迷宫问题的的源码,采用了搜索+剪枝
思想:由于本题中规定只有在固定时刻到达目的点才能逃脱,
不能提早,更不能延迟,故不能用bfs。可以用dfs找出所有情况,
若有可行解,直接返回即可。本题比较郁闷的是,在tzc上将方向
数组int dir[4][2]稍微变动两下,就会超时。
- 2023-05-07 02:15:03下载
- 积分:1
-
哈夫曼压缩文件解压缩
哈夫曼压缩解压缩文件。使用自适应哈夫曼,在 *.asv 文件中,这可以解压缩压缩保存的所有文件类型。包含的所有文件。
- 2022-07-16 08:40:07下载
- 积分: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
-
基于脉冲耦合神经网络的图像分割
主程序如下:绝对好使x=imread("lena.jpg");x=rgb2gray(x);[Edge,Numberofaera]=pcnn(x)
- 2023-07-27 17:35:03下载
- 积分:1