搜索资源列表

  1. gauss.c

    0下载:
  2. Using Gaussian elimination to solve linear equations.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:张琦
  1. gauss2.c

    0下载:
  2. Using Gaussian elimination to solve linear equations. // In this version, we allow matrix of any size. This is done by treating // the name of a 2-dimensional array as pointer to the beginning of the // array. This
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:张琦
  1. ga

    0下载:
  2. 用MA TLAB 语言及MA TLAB 语言编制的优化工具箱进行优化设计具有语言简单、函数丰富、用法比 较灵活、编程效率高等特点. 本文对遗传算法和基于MA TLAB 的遗传算法优化工具箱(GAO T ) 作了简要的介 绍、分析了优化工具函数, 并结合非线性、多峰值函数问题的优化实例, 说明了遗传算法是一种具有良好的全局 寻优性能的优化方法.-MA TLAB with language and language of the
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:269312
    • 提供者:dh
  1. TheApplicationResearchofImprovedParticleFilterAlgo

    0下载:
  2. 本文的题目是改进的粒子滤波在组合导航中的应用研究。文档可用caj打开。 本课题首先研究了GPS/DR车载定位系统的组合模型,然后在分析了非线性滤波的基础上,引入了粒子滤波。粒子滤波是一种基于递推计算的序列蒙特卡罗算法,它采用一组从概率密度函数上随机抽取的并附带相关权值的粒子集来逼近后验概率密度,从而不受非线性、非高斯问题的限制。虽然粒子滤波存在诸多优点,然而它仍然存在诸如粒子数匿乏、滤波性能不高、实时性差等问题。-The titl
  3. 所属分类:文件格式

    • 发布日期:2024-05-15
    • 文件大小:5165056
    • 提供者:阳关
  1. lpc_m

    0下载:
  2. 实现LPC线性预测分析,能够提取AR模型参数并进行DCT变换处理-The realization of LPC linear prediction analysis, AR model parameters can be extracted and DCT transform
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:237568
    • 提供者:miracomtrue
  1. linear

    0下载:
  2. 线性判别中的感知算法对于文本的手写体数字从0到9,数字8的识别率很低。特征提取一般,不过还不错。-Linear Discriminant of perceptual algorithms for handwritten text figures 0-9, figure 8 is very low recognition rate. Feature extraction in general, but not bad.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:2115584
    • 提供者:海滨
  1. Linear_Prediction

    0下载:
  2. 自适应滤波中线性预测算法Visual C++ 6.0代码-Adaptive filtering algorithms in linear prediction Visual C++ 6.0 code
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:289792
    • 提供者:xzw
  1. @linear

    0下载:
  2. 针对SVM法线特征筛选算法仅考虑法线对特征筛选的贡献,而忽略了特征分布对特征筛选的贡献的不足,在对SVM法线算法进行分析的基础上,基于特征在正、负例中出现概率的不同提出了加权SVM法线算法,该算法考虑到了法线和特征的分布.通过试验可以看出,在使用较小的特征空间时,与SVM法线算法和信息增益算法相比,加权SVM法线算法具有更好的特征筛选性能.-Normal feature selection for SVM algorithm only
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:苏苏
  1. Rijindael

    0下载:
  2. 对称密码体制的发展趋势将以分组密码为重点。分组密码算法通常由密钥扩展算法和加密(解密)算法两部分组成。密钥扩展算法将b字节用户主密钥扩展成r个子密钥。加密算法由一个密码学上的弱函数f与r个子密钥迭代r次组成。混乱和密钥扩散是分组密码算法设计的基本原则。抵御已知明文的差分和线性攻击,可变长密钥和分组是该体制的设计要点。-Symmetric cryptosystem trends will focus on block cipher. Bl
  3. 所属分类:加密解密

    • 发布日期:2024-05-15
    • 文件大小:3072
    • 提供者:王晓明
  1. Zuixiaoerchengqiuquxiannihe

    0下载:
  2. 首先介绍多元线性回归公式(即最小二乘法计算公式),然后进行VB编程,实现多次曲线拟合算法。-First introduced multiple linear regression formula (ie, least-squares method to calculate the formula), and then proceed to VB programming, curve fitting algorithm to achiev
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:Tranlynn
  1. matlabforGA

    0下载:
  2. matlab遗传算法程序,解决飞线性整数规划-matlab genetic algorithm procedure to solve linear integer programming to fly
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:413245s5
  1. LDA

    0下载:
  2. Linear Discriminant Analysis算法,此压缩包中已经带有大量train和test的相关图片,用于做人脸识别。LDA算法也可以用于其他领域如语音信号处理,此代码仅供研究,请勿用于商业!-Linear Discriminant Analysis algorithm, this package has been compressed with a large number of train and test the r
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-15
    • 文件大小:4446208
    • 提供者:cjs
  1. CCD_Verilog_1014

    0下载:
  2. 基于CPLD器件的线型CCD东芝TCD1501的驱动程序,用verilog语言开发。-CPLD devices based on linear CCD driver Toshiba TCD1501 using Verilog language development.
  3. 所属分类:系统编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:zhphan
  1. libsvm-mat-2[1].83-1

    0下载:
  2. 台湾大学的使用SVM方法进行线性回归、分类的MATLAB程序-National Taiwan University, the use of SVM method of linear regression, classification procedures of the MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:69632
    • 提供者:bensonbb00
  1. BERPerformanceComparisonsforLinearMUDswithincreasi

    0下载:
  2. 随着信噪比的增加,线性多用户检测器误码率性能的比较。-With the increase in signal to noise ratio, linear multi-user detector BER performance comparison.
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:李金磊
  1. fisher

    0下载:
  2. Fisher Linear Discriminat. fld - Fisher Linear Discriminat. fldqp - Fisher Linear Discriminat using quadratic programming.- Fisher Linear Discriminat. fld- Fisher Linear Discriminat. fldqp- Fisher Line
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:4096
    • 提供者:林枫
  1. HosaToolbox

    0下载:
  2. 高阶统计量常用函数的源代码,以及其基本用法。其中包括参数模型高阶谱估计,线性预测模型,谐波恢复与DOA估计,非线性随机过程,wigner时频分析,时延估计等matlab源代码和一些基本用法。希望对大家有帮助!-Higher-order statistics of the source code for common functions, as well as its basic usage. Parameter model which
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1225728
    • 提供者:阿华
  1. lpc2136_ccd

    0下载:
  2. 基于LPC2136的线阵CCD采集系统的源代码-LPC2136 based on the linear array CCD acquisition system
  3. 所属分类:uCOS开发

    • 发布日期:2024-05-15
    • 文件大小:106496
    • 提供者:lws
  1. sldemo_f14

    0下载:
  2. This demonstration models a flight control for the longitudinal motion of a Grumman Aerospace F-14 Tomcat. First order linear approximations of the aircraft and actuator behavior are connected to an analog flight cont
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:11264
    • 提供者:wanghuixia
  1. matlab44

    0下载:
  2. 学会用MATLAB编写程序; 学会一维搜索法; 精确的一维线性搜索法:0.618法; 非精确的一维线性搜索法:goldstein法;-Learn how to use MATLAB programming Society of one-dimensional search method precise linear one-dimensional search method: 0.618 law non-accurat
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:mengxiang
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »

源码中国 www.ymcn.org