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

搜索资源列表

  1. MD5KeyGen_v10.zip

    0下载:
  2. This algorithm was developed by Professor Ronald L. Rivest of MIT and can be found presented in several languages. What I provide to you here is a C++ derivative of the original C implementation of Professor Rivets. The library code itself is pla
  3. 所属分类:数值算法/人工智能

    • 发布日期:
    • 文件大小:126.26kb
    • 提供者:
  1. 经典汉诺塔问题c语言版

    1下载:
  2. 汉诺塔是初学数据结构的同学最头疼的问题,这里是一个用递归函数解决汉诺塔问题的经典c语言程序,里面有代码和执行文件。-HANOR data structure is that when the students most headaches, here is a solution using a recursive function HANOR a classic c language program, which has code and the implementation document.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:8.5kb
    • 提供者:苏辉
  1. MyKmeans

    0下载:
  2. 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.35kb
    • 提供者:阿兜
  1. fina_ver

    0下载:
  2. 用迷宫算法实现聚点的统计,这里只是简单扫描每个像素的四个方向,当然,可以很容易修改源码,实现八个方向的扫描,至于聚点嘛,就是被数码0包围的数码1组成的块,这种算法在元件识别方面可以应用。-maze algorithm used accumulation of statistics, here simply scanning each pixel of the four directions, of course, you can easily modify the source codes to
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:2.9kb
    • 提供者:光法
  1. matlablibs

    1下载:
  2. 在vc中调用matlib得时候,需要一些引擎文件,在这里已经全部包含。-in vc call matlib in time and need some engines, has been here all included.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:50.6kb
    • 提供者:刘扬
  1. homework.m

    0下载:
  2. 本代码是本人于前年完成的利用小波变换技术实现的图像分解与合成的MATLAB源代码.详细的说明见本人的个人主页,上面有详细的说明和测试结果,数据绝对准确可靠.本人现在正在研究语音压缩算法,主要是MELP算法.从网上搜索到这里正好有本人所要参考的源代码,如能赐予,万分感谢.邮箱:liwh@ruyi.com电话:133251646-the code is completed in the year before last I use wavelet transform technique of ima
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:5.25kb
    • 提供者:李文化
  1. array01.c

    0下载:
  2. 对于常见的积分一般同志都可以编写,但龙贝格计算积分比较复杂,此处以c语言为工具开发的算法,特经典-common for the general points can be prepared comrades, but Romberg integral calculation complexity here to c language as a tool for development of the algorithm, special classic
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1.88kb
    • 提供者:wxm
  1. 数据结构与算法(C实现)演示篇

    1下载:
  2. 数据结构与算法(C#实现)系列---演示篇,我们可以在这里找到很多实例-data structures and algorithms (C#) series --- demonstration chapter, we can find a lot of examples here!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:13.64kb
    • 提供者:蒙山
  1. 《MATLAB程序设计教程》源代码-2660

    0下载:
  2. 这里有一些MATLAB的示例,为了更方便拥护使用这个例子,用户应该先安装MATLAB这个软件-MATLAB Here are some examples, in order to better facilitate the support of the use of this example, users should first install the software MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:31.08kb
    • 提供者:小松
  1. if-eng=case

    0下载:
  2. 条件语句是编程中最常用的结构,这里作一个演示结果的文件-conditional statement is the most commonly used programming structure here for a demonstration of the results of the document
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.06kb
    • 提供者:李华
  1. BinSortTree

    0下载:
  2. 这里我在学习数据结构时的练习,主要是二叉排序树的基本操作-here in my study data structure of exercises, mainly binary tree sort of basic operation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.29kb
    • 提供者:刘少人
  1. 中值滤波算法改进之C语言实现

    1下载:
  2. 这里所说的改进,主要是指中值计算方法的改进,求出中值以后,仍按原来的方法进行图像处理-here said the improvement was mainly referring value calculation method improvements, which values obtained after remaining on the original image processing methods
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:1kb
    • 提供者:王少石
  1. 我的matlab函数库

    1下载:
  2. 这里是我得一些常用函数库,主要用于扩频通信系统仿真-here is that I have some common functions, mainly for spread spectrum communications system simulation
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1.09mb
    • 提供者:xiaolinhu
  1. EZWvc

    0下载:
  2. ezw算法的实例,这里,读者重点要掌握的是EZW.C和LIST.C中的内容,充分理解零树的概念。 -ezw algorithm examples here, readers focus is to get the LIST.C EZW.C and the content and fully understands the concept of zero tree.
  3. 所属分类:压缩解压

    • 发布日期:2008-10-13
    • 文件大小:11.17kb
    • 提供者:马木木
  1. 真正能跑的DES

    0下载:
  2. 看了大家上传得很多得DES算法,试了试很多是有调试问题得.这里一个自己用过得,完全没有问题,可是看下.(谢谢)-read you upload a lot in DES algorithm, Bomb many are in debugging problems. here they used a lead, there is no problem, but a glance. (Thank you)
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:197.84kb
    • 提供者:慕容楚冰
  1. SGALAB1003beta3withdoc

    0下载:
  2. run the SGALAB_MO_VEGA_demo.m in command windows. to get beta3 version here: http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?objectId=5882 What s new: 1)fixed a critical bug in selection operation 2)update the 13 c
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:159.46kb
    • 提供者:戴朝华
  1. mtoken

    0下载:
  2. MATLAB的仿真程序,关于TOKEN的,仿真了TOKEN这个MAC方式的运行.这里是.M文件-MATLAB simulation program on TOKEN. TOKEN simulation of the way the MAC operation. here yes. M paper
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:3.97kb
    • 提供者:吴仁
  1. radiocsma

    0下载:
  2. 这个.M文件是关于RADIO CSMA的,仿真CSMA协议,进行绘图,最后的出一个比较后的结果,这里有几个文件,是几种方式-this. M document is on the RADIO CSMA, simulation CSMA agreement, drawings, Finally a comparison of the results, here are a few documents, in several ways
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:8.55kb
    • 提供者:吴仁
  1. ImageAlignment(matlab)

    1下载:
  2. 这里边提供了一个matlab实现的图像配准的算法. 供大家参考,方便学习研究之用.-here is the realization of a Matlab image registration algorithm. For your reference, facilitate learning research.
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:5.13kb
    • 提供者:dyy
  1. vc_mallat

    0下载:
  2. 这是一个用vc实现mallat的算法 在这里同大家分享-vc used the algorithm to achieve Mallat here to share with you
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:113.72kb
    • 提供者:赵鹤
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com