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

资源列表

« 1 2 ... .08 .09 .10 .11 .12 23513.14 .15 .16 .17 .18 ... 28278 »
  1. shujujiegou_suanfa(CPP)

    0下载:
  2. 数据结构与算法综合资料库.CHM 包含经典的数据结构、常用算法、以及c++学习资料等,全是经典的东西-General data structures and algorithms library. CHM contains classic data structure, commonly used algorithms, as well as the c++ learning materials and so on, all things classic. . .
  3. 所属分类:Data structs

    • 发布日期:2017-05-09
    • 文件大小:1.59mb
    • 提供者:chyjp
  1. jpegconvert

    0下载:
  2. 编译源文件生成可执行文件TestLibjpeg.exe, 此程序可以转换bmp位图为jpg格式,或解压缩 jpg格式图像为bmp格式。 将需转换的bmp格式图片存到和TestLibjpeg.exe 相同的文件夹下,在DOS界面下使用命令行参数 bmp到jpeg的转换使用:TestLibjpeg.exe j 原图片名.bmp 目标图片名.jpg jpeg到bmp的转换使用:TestLibjpeg.exe b 原图片名.jpg 目标图片名.bmp- AppWizard h
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-06
    • 文件大小:316.3kb
    • 提供者:cy
  1. park

    0下载:
  2. 以栈模拟停车场,以队列模拟车场外的便道,按照从终端读入的数据序列进行模拟管理。每一组输入数据包括三个数据项:汽车“到达”或“离去”信息、汽车牌照号码以及到达或离去的时刻。对每一组输入数据进行操作后的输出信息为:若是车辆到达,则输出汽车在停车场内或便道上的停车位置;若是车辆离去,则输出汽车在停车场内停留的时间和应交纳的费用(在便道上停留的时间不收费)。栈以顺序结构实现,队列以链表结构实现。-park solution
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1.06kb
    • 提供者:upingman
  1. 123

    0下载:
  2. 在matlab的环境下证明傅里叶切片定理-At the matlab environment Fourier slice theorem proved
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:147.9kb
    • 提供者:王彬
  1. zuilinjin

    0下载:
  2. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.24kb
    • 提供者:刘锐
  1. liuyifa

    1下载:
  2. 这是一个模式识别中的留一法算法的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition algorithm for leave-one simulation of a simple classification example, is one of female.txt and male.txt training samples, te
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.08kb
    • 提供者:刘锐
  1. kmean

    1下载:
  2. 这是一个模式识别中的K均值算法的一个简单仿真分类实例,其中female.txt和male.txt是训练样本,test.txt是测试样本,分类效果非常好,对于模式学习的初学者将会有很大帮助。-This is a pattern recognition algorithm of the K-means classification of a simple simulation example is one of female.txt and male.txt training samples, te
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2.03kb
    • 提供者:刘锐
  1. PCAfenlei

    1下载:
  2. 这是一个利用MATLAB利用PCA实现的简单分类程序,对于模式识别的初学者学习PCA知识并进行仿真会有很大帮助,其中male.txt和female.txt是训练样本,test.txt是测试样本,分类效果非常好。-This is a use of MATLAB to use a simple classification of the PCA implementation process, the PCA pattern recognition study for beginners and si
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1.64kb
    • 提供者:刘锐
  1. DistributionMission

    0下载:
  2. 输入人数,输入将要分配的工作数目,输入第i人干第j项工作的经费消耗,调用处理模块BackTracking输出最优分配方案。-Enter the number, type of job distribution to the number of people do i enter the first section of the work of j-expendable funds, call processing module output BackTracking optimal distri
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:3.69kb
    • 提供者:张艳彬
  1. AprioriVS2005

    0下载:
  2. vs2005开发的apriori算法程序,实现算法的基本功能,获取关联规则-apriori algorithm vs2005 development process, achieve the basic functions of algorithm to obtain association rules
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:59.95kb
    • 提供者:张伟丰
  1. Maze

    0下载:
  2. 数据结构中迷宫问题的求解,迷宫问题.vcproj 这是使用应用程序向导生成的 VC++ 项目的主项目文件。 它包含生成该文件的 Visual C++ 的版本信息,以及有关使用应用程序向导选择的平台、配置和项目功能的信息。 迷宫问题.cpp 这是主应用程序源文件。 StdAfx.h, StdAfx.cpp 这些文件用于生成名为 迷宫问题.pch 的预编译头 (PCH) 文件和名为 StdAfx.obj 的预编译类型文件。 -Data structure to solv
  3. 所属分类:Data structs

    • 发布日期:2017-04-26
    • 文件大小:151.8kb
    • 提供者:张艳彬
  1. Apriori

    0下载:
  2. 实现Apriori算法基本功能,获取测试数据集的关联规则-Realize the basic functions of Apriori algorithm,Access to test data sets of association rules
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-26
    • 文件大小:205.14kb
    • 提供者:张伟丰
« 1 2 ... .08 .09 .10 .11 .12 23513.14 .15 .16 .17 .18 ... 28278 »
搜珍网 www.dssz.com

浏览历史记录

关闭