搜索资源列表

  1. TwoColorBalls

    1下载:
  2. 彩票双色球预测算法代码,需要往期开奖历史数据作为参考!-Loans lottery prediction algorithm code, the need to view historical data as a reference data!
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:2103296
    • 提供者:燕南
  1. BMAforMotionEstimation

    0下载:
  2. this file contain expand program of matlab code for block matching algorithm by Aroh Bajtya
  3. 所属分类:多显示器编程

    • 发布日期:2024-05-19
    • 文件大小:117760
    • 提供者:alyssa
  1. 8puzzle(C)

    0下载:
  2. A星算法解决八数码难题,用C语言写的期末课程设计-A digital satellite algorithm to solve eight problems, written by C language at the end of the curriculum design
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:51200
    • 提供者:吴超前
  1. Split_radix

    0下载:
  2. FFT的分裂基算法,很详细的注释,花了两天的时间。希望对大家有帮助-The Split-radix FFT algorithm, a very detailed notes, spent a couple of days. We want to help
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:尚龙
  1. ARED

    0下载:
  2. 在NS2下,介绍自适应的RED算法主动队列管理算法,主要原理,希望对大家有帮助-Under NS2, introduced that the auto-adapted RED algorithm driving queue management algorithm, the main principle, hoped has the help to everybody. .
  3. 所属分类:软件工程

    • 发布日期:2024-05-19
    • 文件大小:3518464
    • 提供者:wensha
  1. LMSRLS

    1下载:
  2. 利用MATLAB仿真软件对LMS和RLS两种算法进行仿真,通过仿真比较了两种算法的收敛速度,对两种算法收敛后的误码率进行分析,研究了步长对LMS算法均方误差性能曲线的影响和遗忘因子对RLS算法性能曲线的影响。-Using MATLAB simulation software for two types of LMS and RLS algorithm simulation, the simulation compares the con
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:shu
  1. algorithm

    0下载:
  2. 用经常用到的很多代码,比如数值积分,插值与逼近等等。-Frequently used by a lot of code, such as numerical integration, interpolation and approximation and so on.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-19
    • 文件大小:29813760
    • 提供者:
  1. myLMS

    0下载:
  2. Lms adaptative algorit
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:p52sapos
  1. C-algorithm

    0下载:
  2. C语言常用算法源代码,各算法见目录下文件名,希望对各位学习有帮助-C language source code commonly used algorithm, the algorithm see the file name directory, and they hope to help you learn
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:315392
    • 提供者:www
  1. WallFlower

    0下载:
  2. WallFlower算法实现中涉及到的两个基础算法的实现,分别是线性预测,和k均值算法,很方便的调用。-Algorithm WallFlower involved in both basis algorithm, namely linear prediction, and the k-means algorithm, it is convenient to call.
  3. 所属分类:图形图象

    • 发布日期:2024-05-19
    • 文件大小:52224
    • 提供者:欧阳博
  1. 090211

    0下载:
  2. 细化参数的对数极坐标变换图像纹理特征提取算法提出一种细化参数的对数极坐标变换图像纹理特征提取算法,可以有效地消除旋转、缩放和平移等几何形 变的影响.在特征提取过程中,通过自相关图像消除平移的影响,引入细化参数的对数极坐标变换消除旋转和伸缩 的影响.在图像检索过程中,将不完全树型小波变换所得的特征矢量,通过欧式距离来度量图像之间的相似度.实 验表明,本算法对发生几何形变的纹理图像检索平均正确率达81.05 左右,较之传统算法能
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:289792
    • 提供者:swx
  1. interpolat

    0下载:
  2. 科学与工程计算中常用的插值算法:Aitken、Akima、Hermite、Lagrange、样条插值等。-Science and engineering computing interpolation algorithm commonly used: Aitken, Akima, Hermite, Lagrange, spline interpolation.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:9216
    • 提供者:包辉
  1. pc

    0下载:
  2. Position Control of DC Motor Using Genetic Algorith Based PID Controller using Genetic algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:385024
    • 提供者:renjith
  1. kmean

    0下载:
  2. it is KMEANS algorit in speech
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-19
    • 文件大小:2048
    • 提供者:m0stafa
  1. RegextoDFA

    0下载:
  2. 正则表达式转DFA,设计原理:1正则表达式转换为带ε的NFA(Thompson构造法);2ε-NFA转为DFA;3最小化DFA;4DFA状态转换表判断是否接受输入字符串,附有详细文档说明。-Regular expressions turn DFA, design principles: a regular expression is converted to ε of the NFA (Thompson Construction Law
  3. 所属分类:其他小程序

    • 发布日期:2024-05-19
    • 文件大小:84992
    • 提供者:王乾坤
  1. matlab(sanduijiaozhuigan)

    0下载:
  2. 三对角追赶法的matlab代码。我调试过的,可以用。欢迎大家下载使用-Tridiagonal matlab code to catch up with the law. I have debug off, you can use. Welcome to download
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-19
    • 文件大小:1024
    • 提供者:shulisheng
  1. 2D-PCA

    0下载:
  2. a simple 2D pca algorithm using Matlab to realize face recognition.
  3. 所属分类:生物技术

    • 发布日期:2024-05-19
    • 文件大小:2164736
    • 提供者:Tandy
  1. dsp.least.mean.square.algorithm

    0下载:
  2. 数字信号处理自适应数字滤波器最小均方算法的结构与运算-DSP least mean square algorithm
  3. 所属分类:编程文档

    • 发布日期:2024-05-19
    • 文件大小:200704
    • 提供者:Leo Philip king
  1. 2007-7-072

    0下载:
  2. Triangle Collapse Algorithm Based on Discrete Curvature Estimation-A new mesh simplification algorithm based on surface curvature estimation is proposed and it is on the basis of triangle collapse.According to the discre
  3. 所属分类:OpenGL

    • 发布日期:2024-05-19
    • 文件大小:343040
    • 提供者:strida
  1. splitMergeSeg

    0下载:
  2. image segmentation using split and merging algorithms
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-19
    • 文件大小:2950144
    • 提供者:codehacker
« 1 2 3 4 56 7 »

源码中国 www.ymcn.org