您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. RSA/ECB pbes 加密 解密

  2. Requirement: This exercise is writing a program in Java using JCE which implements message authentication protocol shown as a variant b 9 of lecture notes on Message Authentication and Hash Functions. You need to implement a program which models act
  3. 所属分类:网络攻防

    • 发布日期:2012-03-21
    • 文件大小:3072
    • 提供者:hsszhang
  1. 一类PBEs问题的特征线法解程序

  2. 用特征线法求解一类PBEs方程组,原文章为Numerical Integration of Nonlinear Size-structured Population Equations,程序用mathematica求解,虽然可以求解但跑的是慢了点。
  3. 所属分类:专业指导

    • 发布日期:2013-03-28
    • 文件大小:70656
    • 提供者:l_cauchy
  1. PSO粒子群优化代码

  2. 可以运行粒子群代码 %------进入主要循环,按照公式依次迭代,直到满足精度要求------------ for t=1:MaxDT for i=1:N v(i,:)=w*v(i,:)+c1*rand*(y(i,:)-x(i,:))+c2*rand*(pg-x(i,:)); x(i,:)=x(i,:)+v(i,:); if fitness(x(i,:),D)<p(i) %若适应度更优 p(i)=fitness(x(i,:),D); %更新最新适应度值 y(i,:)=x(i,:); %y
  3. 所属分类:其它