CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - phi

搜索资源列表

  1. calc_sourcecode

    0下载:
  2. 简单的加法计算器源程序,用dephi写的-simple additive calculator program, written using phi
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.15kb
    • 提供者:lscwyh
  1. bistable

    0下载:
  2. 光学双稳特性曲线 调制作用:It=Ii*T(phi) 反馈作用:phi=phi_0+K*It 得透射率T(phi)与相移phi的反馈关系是 T(phi)=[phi-phi_0]/[K*Ii] 式中phi_0为初始相移 对于多干涉(F-P干涉)有: T(phi)=1/[1+F*(sin(phi/2))^2]
  3. 所属分类:matlab例程

    • 发布日期:2014-01-17
    • 文件大小:1.03kb
    • 提供者:ryo
  1. MAIN 3-DIMENSIONAL CFD-PROGRAM

    2下载:
  2.   #//u(i,j)        x方向的速度u;或者θ方向速度uθ #//u(i,j)        y方向的速度v;或者径向速度ur'h\K #//pc(i,j)       压力修正 p'[OS #//p(i,j)        压力p-=5-+ #//p(i,j)    
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-12-03
    • 文件大小:11.17kb
    • 提供者:tanglincn
  1. 无分隔符字典问题

    0下载:
  2. 设∑={α1, α2…… αn }是n个互不相同的符号组成的符号集。 Lk={β1β2…βk | βi ∑,1≤i≤k}是∑中字符组成的长度为k 的全体字符串。 S是Lk的子集,S是Lk的无分隔符字典是指对任意的S中元素a1a2…ak, b1b2…bk. {a2a3…akb1, a3a4&hellip
  3. 所属分类:数据结构常用算法

    • 发布日期:2009-02-20
    • 文件大小:1.26kb
    • 提供者:wild_lily
  1. TVL1_HCS_v1

    2下载:
  2. % May 2010 % This matlab code implements TVL1 based Hybrid Compressive Sensing using LSQR. % Only suitable the small scale data due to the costly storage and computation. % % A - M x N measurement matrix: random sampling alone or hybrid sampling (ran
  3. 所属分类:matlab例程

    • 发布日期:2011-04-21
    • 文件大小:895.62kb
    • 提供者:li123kai@126.com
  1. TVCMRI_pub.zip

    0下载:
  2. matlab code for Fixed point and Bregman iterative methods. minimize alpha*TV(Phi *x) + beta*||x||_1 + 0.5*||Ax-b||_2^2 ,matlab code for Fixed point and Bregman iterative methods. minimize alpha*TV(Phi*x)+ beta*||x||_1+ 0.5*||Ax-b||_2^2
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:333.85kb
    • 提供者:john
  1. batbp

    0下载:
  2. Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the % network with backpropagation. % % The activatio
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:2.29kb
    • 提供者:张镇
  1. fpe

    0下载:
  2. This function calculates Akaike s final prediction error % estimate of the average generalization error. % % [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the % final prediction error estimate (fpe), the effective number of
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2.58kb
    • 提供者:张镇
  1. marq

    0下载:
  2. % Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of cor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3.7kb
    • 提供者:张镇
  1. Euler_fuction2

    0下载:
  2. //Euler 函数前n项和 /* phi(n) 为n的Euler原函数 if( (n/p) % i == 0 ) phi(n)=phi(n/p)*i else phi(n)=phi(n/p)*(i-1) 对于约数:divnum 如果i|pr[j] 那么 divnum[i*pr[j]]=divsum[i]/(e[i]+1)*(e[i]+2) //最小素因子次数加1 否则 divnum[i*pr[j]]=divnum[i]*divnum[pr[j]] //满足
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-29
    • 文件大小:1.24kb
    • 提供者:Campbell
  1. matlabPDxinhaochuli

    5下载:
  2. 局部放电的n-q-phi和dltU处理程序,还有其他的一些有用的程序-Partial discharge of the nq-phi and dltU process, there are some other useful programs
  3. 所属分类:matlab

    • 发布日期:2014-11-20
    • 文件大小:2.75mb
    • 提供者:李伟
  1. leastsquareellipse

    0下载:
  2. 至少输入五个点,得到最小二乘模拟椭圆,最后得到椭圆左右焦点以及主轴与x轴夹角等具体参数-[Xc,Yc,A,B,Phi,P]=ELLIPSEFIT(X,Y) finds the least squares ellipse that best fits the data in X and Y. X and Y must have at least 5 data points. Xc and Yc are the x- and y-axis center of the ellipse re
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1.5kb
    • 提供者:nancy
  1. ForcedPendulum

    0下载:
  2. This simulink model simulates the damped driven pendulum, showing it s chaotic motion. theta = angle of pendulum omega = (d/dt)theta = angular velocity Gamma(t) = gcos(phi) = Force omega_d = (d/dt) phi Gamma(t) = (d/dt)omega + omega/Q
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:8.35kb
    • 提供者:Mike Gao
  1. 3Dsphericalplotter

    0下载:
  2. Create graphs of 3 dimensional logarithmic of a function named F(Theta,Phi), theta the elevation angle and phi the rotational angle. Converts to Cartesian coordinates and plots a surface plot with color pattern radiating from the origin.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:2.46kb
    • 提供者:karedok
  1. tree-2.65

    0下载:
  2. 类STL的Tree Class. Open Source. 很多项目都有用到。作者:Kasper Peeters reference:http://tree.phi-sci.com/-a STL-like Tree Class which created by Kasper Peeters. It is an open source file and has already widely used in many mature projects
  3. 所属分类:STL

    • 发布日期:2017-03-23
    • 文件大小:190.04kb
    • 提供者:matt.wang
  1. e_phi

    0下载:
  2. matlab自己编的具体实用例子,此中的例子适用很多情况,有具体实用价值-matlab own series of specific practical examples, there is a world example for many situations, there are specific practical
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:530byte
    • 提供者:陈小
  1. GoldenSection

    0下载:
  2. In mathematics and the arts, two quantities are in the golden ratio if the ratio of the sum of the quantities to the larger quantity is equal to the ratio of the larger quantity to the smaller one. The golden ratio is an irrational mathematical const
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1.09kb
    • 提供者:masha
  1. NM-PHI-curve

    0下载:
  2. 这个小程序是用matlab编写的可以用来计算截面N-M-PHI曲线的小程序-This little program is written in matlab can be used to calculate the cross section NM-PHI curve applet
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.51kb
    • 提供者:wu
  1. directivity_UCA

    2下载:
  2. 均匀平面阵方向图,m*n元,波束指向phi=0°,theta=90°-Uniform plane array pattern, m* n element, the beam points to phi = 0 °, theta = 90 °
  3. 所属分类:matlab例程

    • 发布日期:2013-03-13
    • 文件大小:566byte
    • 提供者:王超
  1. QMIN

    0下载:
  2. 功能: 精确线搜索之抛物线法 输入: phi 是目标函数, a和b是搜索区间的端点-Features: accurate line search of the parabola method input: phi is the objective function, a and b are the endpoints of the search range
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:1003byte
    • 提供者:蔡萃英
« 12 3 »
搜珍网 www.dssz.com