搜索结果

找到约 877 项符合 ADuC-P 的查询结果

其他 2013遗传算法工具箱

% 生成训练样本集 clear all; clc; P=[110 0.807 240 0.2 15 1 18 2 1.5; 110 2.865 240 0.1 15 2 12 1 2; 110 2.59 240 0.1 12 4 24 1 1.5; 220 0.6 240 0.3 12 3 18 2 1; 220 3 240 0.3 25 3 21 1 1.5; 110 1.562 240 0.3 15 3 18 1 1.5; 110 0.547 240 0.3 15 1 9 2 1.5]; 0 1.318 ...
https://www.eeworm.com/dl/511294.html
查看: 37

仿真技术 matlab-均值滤波.中值滤波

I=imread('fig1.jpg');%从D盘名为myimages的文件夹中读取。格式为jpg的图像文件chost J=imnoise(I,'salt & pepper',0.02);%给图像加入均值为0,方差为0.02的淑盐噪声 subplot(2,4,1); imshow(I); title('原始图像'); subplot(2,4,2); imshow(J); title('加入椒盐噪声之后的图像'); %h=ones(3,3)/ ...
https://www.eeworm.com/dl/511444.html
查看: 133

源码 c语言算法排序

1.Describe a Θ(n lg n)-time algorithm that, given a set S of n integers and another integer x, determines whether or not there exist two elements in S whose sum is exactly x. (Implement exercise 2.3-7.) #include<stdio.h> #include<stdlib.h> void merge(int arr[],int low,int mid,int high){   ...
https://www.eeworm.com/dl/514507.html
下载: 1
查看: 15

笔记 小型变压器的设计

1.先知道自己要的变压器功率是多少,也就是说次级绕组一共有几种电压输出,每一组电压要接的负载是多少,把总负载加在一起就是你要求该变压器的功率,用P来表示。 2.
https://www.eeworm.com/dl/515049.html
下载: 2
查看: 14

源码 pq法潮流计算

本程序的功能是用P-Q分解法进行潮流计算 ,包括个节点电压、个支路电流及输送的有功无功,希望大家相互学习相互交流,对大家有帮助!
https://www.eeworm.com/dl/515284.html
下载: 2
查看: 50

源码 12345

/****************temic*********t5557***********************************/    #include   <at892051.h>     #include   <string.h>    #include   <intrins.h>     #include   <stdio.h>     #define    uchar    unsign ...
https://www.eeworm.com/dl/515933.html
下载: 1
查看: 115

源码 matlab 0-1背包问题

遗传算法已经成为组合优化问题的近似最优解的一把钥匙。它是一种模拟生物进化过程的计算模型,作为一种新的全局优化搜索算法,它以其简单、鲁棒性强、适应并行处理以及应用范围广等特点,奠定了作为21世纪关键智能计算的地位。 背包问题是一个典型的组合优化问题,在计算理论中属于NP-完全问题, 其计算复杂度为,传统上 ...
https://www.eeworm.com/dl/517304.html
下载: 2
查看: 27

源码 数据结构实验

#include <stdio.h>   #include <stdlib.h> ///链式栈      typedef struct node   {       int data;       struc ...
https://www.eeworm.com/dl/517413.html
下载: 2
查看: 48

源码 数据结构实验

#include <iostream> #include <stdio.head> #include <stdlib.head> #include <string.head> #define ElemType int #define max 100 using namespace std; typedef struct node1 { ElemType data; struct node1 *next; }Node1,*LinkList;//链栈 typedef struct { ElemType *base; int top; }SqStack;// ...
https://www.eeworm.com/dl/517414.html
下载: 2
查看: 50

技术资料 回声消除芯片ATH8806-P_datasheet.pdf

回声消除芯片ATH8806-P资料手册,具有双麦结构,功耗低,稳态噪声消除能力20db
https://www.eeworm.com/dl/517437.html
下载: 1
查看: 118