-
forward-difference-algorithm
用前向差分算法解二维薛定谔方程 很值得参考(With the forward difference algorithm for solving two-dimensional Schr?dinger equation is worth considering)
- 2011-12-19 20:54:04下载
- 积分:1
-
regex-1.01.tar
The new regular expression library version
- 2014-02-21 18:09:07下载
- 积分:1
-
KLDCT_img
用于现代信号分析与处理课程,作用是实现K-L变换和DCT变换。(For modern signal analysis and processing programs, the role is to achieve the KL transform and DCT.)
- 2014-02-24 16:32:32下载
- 积分:1
-
regularsolution
这是关于数学物理不适定问题正则化解算法的Matlab源程序(This is on the ill-posed problems of mathematical physics is the source Matlab algorithm to resolve)
- 2009-06-21 17:19:34下载
- 积分:1
-
practicalguidetoBCIinterfacing
It is a practical guide for Brain computer interface
- 2011-02-11 17:10:17下载
- 积分:1
-
youhua1
遗传算法的电机优化程序,个人专门编写的,对于初学者来说,可以借鉴(function youhua1()
遗传算法
n-- 种群规模
ger-- 迭代次数
pc--- 交叉概率
pm-- 变异概率
v-- 初始种群(规模为n)
f-- 目标函数值
fit-- 适应度向量
vx-- 最优适应度值向量
vmfit-- 平均适应度值向量
clear all
close all
clc 清屏
tic 计时器开始计时
n=20 ger=100 pc=0.9 pm=0.1 初始化参数
生成初始种群
v=init_population(n,44) 得到初始种群,22串长,生成20*22的0-1矩阵
[N,L]=size(v) 得到初始规模行,列
disp(sprintf( Number of generations: d ,ger))
disp(sprintf( Population size: d ,N))
disp(sprintf( Crossover probability: .3f ,pc))
disp(sprintf( Mutation probability: .3f ,pm)) sprintf可以控制输出格式
待优化问题)
- 2020-12-11 20:19:19下载
- 积分:1
-
work
使用matlab自己编写的改进的lda代码(lda use matlab,i do it by myself)
- 2013-05-22 17:54:39下载
- 积分:1
-
LunarCalendar
农历查询,改编自某网页之JavaScript,欢迎改动 (Lunar inquiries, adapted from a page)
- 2008-08-18 14:19:42下载
- 积分:1
-
Newton--chazhi
说明: 能够很好的解决牛顿插值问题,对于构建差商表的程序给出了解释和说明!!!(Newton interpolation can be a good solution to the problem, divided difference table for building the program and instructions are given to explain! ! !)
- 2011-04-07 14:29:15下载
- 积分:1
-
Resonator-Design-
固体谐振腔基模光斑半径,包含两镜腔,三镜腔,四境腔,五境腔,六镜腔!!!!(The design considerations of high average power solid-state lasers including material properties, rod and slab geometries, laser reflectors and optical resonators ete are discussed in detail.
)
- 2012-05-18 09:56:51下载
- 积分:1