搜索资源列表

  1. PCA+LDA.Class.vc

    0下载:
  2. 结合PCA+LDA的图像识别算法VC封装类,PCA(主元素分析,光照敏感),可用于人脸识别的初级算法-combination of image recognition algorithm VC Packaging category, PCA (principal component analysis, Light-sensitive), can be used for the initial face recognition algor
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:3593
    • 提供者:郑翠花
  1. basicAlgorithm

    0下载:
  2. 初级算法习题集,里面有很多入门的算法,是用pascal写的
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:56554
    • 提供者:dawei
  1. IntegerBresenham

    0下载:
  2. 计算机图形学初级学者(改进的Bresenham直线段扫描算法)-computer graphics beginner(textbook method), improved bresenham line-scaning drawing algrithm.
  3. 所属分类:图形图象

    • 发布日期:2024-09-21
    • 文件大小:1024
    • 提供者:
  1. PCA+LDA.Class.vc

    1下载:
  2. 结合PCA+LDA的图像识别算法VC封装类,PCA(主元素分析,光照敏感),可用于人脸识别的初级算法-combination of image recognition algorithm VC Packaging category, PCA (principal component analysis, Light-sensitive), can be used for the initial face recognition algor
  3. 所属分类:图形/文字识别

    • 发布日期:2024-09-21
    • 文件大小:3072
    • 提供者:郑翠花
  1. mazerobot

    0下载:
  2. 利用人工智能的经典算法实现迷宫游戏;里面的A星(a*)算法可以很方便的移植到应用程序中,可以选择机器人,人工行走,选择背景,选择迷宫等,这是初级版本,高级版本正在修改。-The use of artificial intelligence algorithms to achieve the classic maze game inside A Star (a*) algorithm can be easily transplanted
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-21
    • 文件大小:1113088
    • 提供者:赵彩萍
  1. 06145016598

    0下载:
  2. 数据结构与算法综合资料库(CHM) 程序员必备的基础资料,对数据结构与算法很详细的讲解,里面还有许多示例,大家可以参考,学习编程语言都要用到的基础资料。初级走向高级必修的内功心法!-Data Structures and Algorithms comprehensive database (CHM) programmers necessary basis information on the data structure and alg
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-21
    • 文件大小:1667072
    • 提供者:何俊斌
  1. ga

    0下载:
  2. 介绍遗传算法的初级入门读物,通俗易懂,建议初学者认真研读。-Introduction of genetic algorithm initial primer, user-friendly, it is recommended a careful reading for beginners.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-21
    • 文件大小:433152
    • 提供者:wuhao
  1. exp03_RLS

    0下载:
  2. RLS算法的仿真程序,初级入门的matlab仿真程序-RLS algorithm for the simulation program, the initial entry of matlab simulation program
  3. 所属分类:matlab例程

    • 发布日期:2024-09-21
    • 文件大小:1024
    • 提供者:song
  1. basicAlgorithm

    0下载:
  2. 初级算法习题集,里面有很多入门的算法,是用pascal写的-Primary algorithm exercises set, there are many entry-level algorithm, is written in pascal
  3. 所属分类:Windows编程

    • 发布日期:2024-09-21
    • 文件大小:56320
    • 提供者:dawei
  1. graph

    0下载:
  2. 图的邻接链表及遍历及基本操作,节点的插入删除等基本操作,适合初级算法学习者-Adjacency list graph and traversal and basic operations, insertion node to delete such basic operations, suitable for primary algorithm learners
  3. 所属分类:其他小程序

    • 发布日期:2024-09-21
    • 文件大小:158720
    • 提供者:cscaoshang
  1. em_ghmm

    0下载:
  2. EM算法,用于估计参数的一个初级入门实例-EM algorithm, used to estimate the parameters of a primary entry examples
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-21
    • 文件大小:204800
    • 提供者:wanglinghua
  1. main

    0下载:
  2. 电脑鼠走迷宫的一种算法(周立功单片机)右手算法,搜索迷宫的初级算法。-Computer Mouse Maze an algorithm (ZLG MCU) right algorithm, the primary search algorithm for maze.
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2024-09-21
    • 文件大小:7168
    • 提供者:李会龙
  1. pid

    0下载:
  2. PID通用程序,适合初级者。常规的数字PID控制算法的原理。-PID general program for beginners. The conventional digital PID control algorithm principle.
  3. 所属分类:matlab例程

    • 发布日期:2024-09-21
    • 文件大小:2048
    • 提供者:hong
  1. A-Complex-Image-Algorithm-

    0下载:
  2. 动态场实时检测图像重建算法设计,提出了一种实时测量图像重建的新算法,它以固定近似阶数的频谱分析重建算法(FSART)为初级算法,以改进的联合代数重建法(MSART)为二级算法,能够实现复杂流场的快速、精确测量。-Dynamic real-time detection field image reconstruction algorithm design, we propose a new real-time measurement of
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-09-21
    • 文件大小:79872
    • 提供者:朱婷婷
  1. Floyd

    0下载:
  2. Floyd算法的简单实例,对初级算法学习着有帮助。-A simple instance of the Floyd algorithm, the primary algorithm to learn helpful.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-09-21
    • 文件大小:3072
    • 提供者:qizhuang
  1. 257

    0下载:
  2. 几个比较好的初级算法,初学者可以看一下思想,对算法入门-A few good elementary algorithms, beginners can look at thinking on algorithms entry
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-21
    • 文件大小:1024
    • 提供者:ZK
  1. dajinfa

    0下载:
  2. 采用大津法,也就是OTSU方法寻找图像阈值进行图像分割,该算法是OTSU的初级算法,供初级学者学习。-Dajin method is used, that is, OTSU method for image threshold image segmentation, the algorithm is OTSU primary algorithm, for primary scholars to learn.
  3. 所属分类:其他小程序

    • 发布日期:2024-09-21
    • 文件大小:44032
    • 提供者:白翁翁
  1. ant

    0下载:
  2. 简单的Matlab蚁群算法案例,可以用于求极值,是大学生建模培训的初级题目。(Simple ant colony algorithm case)
  3. 所属分类:matlab例程

    • 发布日期:2024-09-21
    • 文件大小:1024
    • 提供者:XaphetS
  1. 实用算法基础教程(ACM-ICPC初级学习资料)

    0下载:
  2. 主要关于ACM/ICPC的算法讲解,使用的语言为c和c++,对ACM有兴趣的同学可以下载。(Mainly on the ACM/ICPC algorithm to explain, the use of language for C and c++, ACM interested students can download.)
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-09-21
    • 文件大小:28926976
    • 提供者:黄晨1994
  1. sort

    0下载:
  2. c语言中的几种不同类型的初级算法的程序实现(The implementation of several different primary algorithms in C language.)
  3. 所属分类:其他小程序

    • 发布日期:2024-09-21
    • 文件大小:1024
    • 提供者:liruic
« 12 3 4 5 6 7 8 9 10 »

源码中国 www.ymcn.org