搜索资源列表

  1. h.264的源代码

    0下载:
  2. 无线通信压缩协议h.264算法的源代码,是刚提出来不久的一种基于无线通信的压缩协议-wireless communications agreement h.264 compression algorithm source code is just made to a near-based wireless communications compression agreement
  3. 所属分类:流媒体/Mpeg4

    • 发布日期:2024-05-20
    • 文件大小:506880
    • 提供者:张健
  1. Ga3

    0下载:
  2. 本程序基于matlab 遗传算法的源程序代码,遗传算法是应用于各种优化问题的典型算法,有很高的参考价值。-procedures based on the Matlab genetic algorithm source code, the genetic algorithm is applied in a variety of typical optimization algorithm, a high reference value.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-20
    • 文件大小:587776
    • 提供者:梁子
  1. ch6-5

    0下载:
  2. 本程序是用vc来实现五子棋的基本算法,非常经典!-this program is to achieve 331 vc the basic algorithm, very classic!
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-20
    • 文件大小:28672
    • 提供者:我心飞扬
  1. scanexample

    0下载:
  2. 基于opengl的多边形扫描算法演示系统,可以演示出多边形填充过程中扫描线扫描的结果,动态的演示出来。-on opengl polygon scan algorithm demonstration system that can demonstrate Polygon Fill out the process of scanning line scan results, dynamic demo out.
  3. 所属分类:OpenGL

    • 发布日期:2024-05-20
    • 文件大小:1244160
    • 提供者:0
  1. ContourNew

    0下载:
  2. 基于离散点的等值线生成算法,里面包括样例数据.-based on discrete points isoline generation algorithm inside, including sample data.
  3. 所属分类:ActiveX/DCOM

    • 发布日期:2024-05-20
    • 文件大小:162816
    • 提供者:ssdk
  1. mimaxue_md5

    0下载:
  2. md5算法是计算机密码学里经典的算法,实用价值很高,设计的关键在于随机数的产生,本程序采用传统的利用计算机时钟采集种子的办法生成随机数种子。-md5 password algorithm is computer science Lane classic algorithms, highly practical, design is the key to the selection of random numbers, the proce
  3. 所属分类:加密解密

    • 发布日期:2024-05-20
    • 文件大小:30720
    • 提供者:wf
  1. 进程调度模拟(C++版)

    0下载:
  2. 本程序模拟进程调度.采用时间片轮转算法.可以添加,删除,悬挂某个进程.有较详细的文档说明-the simulation process scheduling. Using Web-time algorithm. They can add, delete, flag a process. A more detailed document Note
  3. 所属分类:其他小程序

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:lyh
  1. 遗传算法代码

    0下载:
  2. 这是遗传算法进行函数优化的程序,可以运行成功,需要的就下吧-This is the source code of genetic algorithm for function optimization, it can run ,down it if you need it.
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:21504
    • 提供者:wlr
  1. Genetic最短路径

    0下载:
  2. 在vc控制台中运行,用遗传算法求解最短路径,用邻接矩阵表示路线图。-in vc console operations, Genetic Algorithm for the shortest path, adjacency matrices road map.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:125952
    • 提供者:rabo
  1. char_base64

    0下载:
  2. 此程序是Base64算法,其实现是完全用了char* 的数据类型,封装的比较干净,好用-this procedure is Base64 algorithm, its implementation is fully spent char* data types, package cleaner, Easy
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:20480
    • 提供者:llg
  1. RSAUtil[1]

    0下载:
  2. 实现RSA加密算法的c++源代码-achieve RSA encryption algorithm source code c
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:81920
    • 提供者:张兵
  1. Dijkstra-c++

    0下载:
  2. 数据结构常用算法之一-Dijkstra算法,实现最短路径选择.-algorithm commonly used data structures one-Dijkstra algorithm to achieve the shortest path to choose.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:251904
    • 提供者:陈钊
  1. ezw_C++

    0下载:
  2. 我用VC++编写的EZW的编码与解码,其结果用文件显示-A program written in VC++ that implements EZW s encoding and decoding algorithm, and the results are shown in files
  3. 所属分类:控制台(字符窗口)编程

    • 发布日期:2024-05-20
    • 文件大小:209920
    • 提供者:许超雄
  1. 排序6和1

    0下载:
  2. 包括数据结构中最常用的6种排序算法和相关解释,适用与严蔚敏的c语言版。-including data structure of the six most common types of algorithm and the related interpretation, application and Yan Wei Min c language version.
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:149504
    • 提供者:dd
  1. Apriori(VC程序)

    1下载:
  2. 本程序是数据挖掘中的关联规则模型中著名的Aprior算法的VC实现程序,可用于知识发现、数据挖掘、人工智能、模式识别等领域(请先解压文件)-The code is the VC implementation of the well-known Aprior algorithm in Association Rule Model of Data Mining field, can be used in Knowledge Discover
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:2113536
    • 提供者:杨永刚
  1. Maxfpminer1

    0下载:
  2. 本程序实现通过构造一棵前缀树实现 最大模式频繁项集挖掘算法.应用fp树增长算法实现.-the program by constructing a prefix tree to achieve the greatest model Frequent Mining algorithms. Application fp growth tree algorithm.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:99328
    • 提供者:石飞
  1. chameleon

    1下载:
  2. 变色龙层次聚类算法,利用动态模型的层次聚类算法-chameleon hierarchical clustering algorithm, using a dynamic model of hierarchical clustering algorithm
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:99328
    • 提供者:林恩
  1. binary

    0下载:
  2. 利用遗传算法求最小值,程序中求得是表达式x1*x1+x2*x2+x3*x3再-2~2上的最小值,以及对应的x值,算法中使用二进制编码,交叉采用不同交叉和优势交叉,变异也分两种,不用变异和优势变异-using genetic algorithms for the minimum, procedures to seek expressions x1 x1 x2*** x2 x3 x3 another 2 ~ 2 on the minimum
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:11264
    • 提供者:陈仕林
  1. 粒子群优化算法C

    1下载:
  2. 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it ha
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:wxd
  1. 三种模式匹配算法的比较

    0下载:
  2. Las Vegas,KMP,Mentro carlo这三种模式匹配算法的原代码,对其进行了时间及出错率的比较-Las Vegas, KMP, Mentro carlo three pattern matching algorithm of the original code, its time and the error rate comparison
  3. 所属分类:数据结构常用算法

    • 发布日期:2024-05-20
    • 文件大小:332800
    • 提供者:lxr
« 1 2 3 45 6 7 8 9 10 ... 50 »

源码中国 www.ymcn.org