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

搜索资源列表

  1. ATM

    0下载:
  2. 这是一个比较大的程序,用c/c++做的自动取款机 可以输入账户信息 和密码验证-This is a relatively large program, with c/c++ to do automatic teller machine can enter account information and password authentication
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:459566
    • 提供者:李梦月
  1. htieba-v1.7

    0下载:
  2. 海狸贴吧是一个简易高效的交流平台。这款产品很适合用于公司内部员工交流,地方门户网站网友交流。。。。。。 相比论坛,最大优点是网友们都很熟悉操作 因为它是仿百度贴吧。 后面版本将集成仿百度搜索引擎 功能更加丰富。 支持多数据库 支持主流数据库(excel,access,sqlserver,mysql,oracle),满足用户不同需求。 集成了通行证系统 支持多个网站用同一个账号库,实现多站同步登录退出,用户体验更好,有利于网站管理和运营。 -Bea
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-28
    • 文件大小:457556
    • 提供者:郑孟华
  1. yiqunsuanfa.rar

    0下载:
  2. 关于蚁群算法的PPT,详细讲解了蚁群算法原理及应用,Ant colony algorithm on the PPT, detailed account of the principle of ant colony algorithm and its application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:366836
    • 提供者:bobo
  1. Ex24PointsGame

    0下载:
  2. 一、前言 24点游戏是一个常见游戏,出题者给出4个整数,要求答题者在指定时间内给出一个四则运算的表达式,恰好用上这这个整数各一次,计算结果为24,超出时间为输。 二、分析 用计算机来算这个题,搜索速度当然有很大优势,我编程喜欢考虑通用一点,不限制输入数量和结果数,甚至不限制运算符数量。这样组合数就很大,如果输入数比较多,则搜索时间会非常长。 我用两个方法来提高搜索速度:一、是大家都能考虑到的重复搜索问题,比如1,2,3和2,3,1所有的组合情况是相同的,我只搜索使用递增序
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-04
    • 文件大小:138706
    • 提供者:xycheng
  1. k-means-segamen-method

    0下载:
  2. 本实验基于K-Means聚类算法思想实现了字符分割,因为车牌规定是7位的,所以K取7。另外本实验对K-Means算法进行了改进,充分考虑了初始点的设置及迭代结束条件。实验结果证明这种改进的K-Means算法实现车牌字符分割是快速、有效的。-In this study, K-Means clustering algorithm based on the ideology of the character segmentation, because the license plate require
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1373624
    • 提供者:王娟
  1. tuoyuannihe2

    0下载:
  2. 也是利用最小二乘法对椭圆进行数据拟合,不过考虑到图像大小问题,这里只选取100个边缘点,点的个数也可以自行设置。-Ellipse is the least square method of data fitting, but taking into account the size of the image, here select only edge points 100, the number of points you can set your own.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:833
    • 提供者:谢聪凌
  1. DRSSI

    2下载:
  2. 针对煤矿井下巷道狭长,信号多径效应明显,接收信号强度(RSSI)测距算法受井下环境影响大,定位精度低的情况,提出了一种信标节点链式部署结构下的动态RSSI测距算法,该算法以信标节点间的距离和它们间测量到的RSSI值为参考,计算巷道内实际环境下的路径衰落指数,以提高RSSI测距算法对环境的适应性。-A dynamic RSSI location algorithm is proposed based on the beacon nodes chain deployment of tunnel Wi
  3. 所属分类:matlab

    • 发布日期:2015-09-25
    • 文件大小:144384
    • 提供者:qiaogz
  1. 45666011matlab

    0下载:
  2. 遗传算法,其他人不需帐号就可自由下载此源码 -genetic algorithm, other people can not account free download this source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-09
    • 文件大小:3475
    • 提供者:段莉晶
  1. nest

    1下载:
  2. 矩形件排样优化问题是一个多目标优化问题,另一方面要考虑到生产时的下料效率-Rectangular pieces of nesting optimization problem is a multi-objective optimization problem, on the other hand, taking into account the production efficiency of the next expected
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:87730
    • 提供者:shufu
  1. Nevill

    0下载:
  2. % Nevill等插值算法地实现 不会花费大家的时间的 不希望其他人没有帐号自由下载此源码- Nevill, such as interpolation algorithm to realize they would not spend the time we do not want to see other people do not have an account free download the source code
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1873
    • 提供者:要使用
  1. gengticalgorthimtheoryandapplied

    0下载:
  2. 简单的介绍遗传算法的原理与应用,里面还有简单遗传算法的源程序,适合于遗传算法的初学者-A brief account of the principle of genetic algorithms and applications, there is also the source simple genetic algorithm, genetic algorithm is suitable for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:3486189
    • 提供者:耿娜
  1. MyMembFunc

    0下载:
  2. 在《C++ Templates: The Complete Guide》一书中(以下简称书),提出了模板元编程最早的实际应用之一:在数值运算中进行解循环优化。 而本文的标题是噱头!本文的真正目的是指出这种优化措施在增加复杂性的同时,并不一定能明显改善效率。应当谨慎使用该技术——默认不使用该技术,在点积计算确实是效率瓶颈时考虑采用该技术,并认真测试该技术是否真能提高效率。 -In C++ Templates: The Complete Guide , a book (hereinafte
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:6152
    • 提供者:李金冰
  1. 73462716jindan

    0下载:
  2. 数据结构科重要程序。通过C语言实现。能正常运行。但需要帐户才能下载。请见谅。-Data Structure Branch of key steps. Through the C language. To normal operation. However, the need to account to download. Please forgive me.
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2989
    • 提供者:李东的
  1. matlabplot

    0下载:
  2. 列举MATLAB常用绘图命令及代码,通过PPT课件详细讲述了各个绘图命令。-Lists commonly used MATLAB graphics commands and code, PPT courseware through a detailed account of the various graphics commands.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:23050
    • 提供者:王宇飞
  1. DataMining

    0下载:
  2. 数据挖掘方面的一本很好的数,详细讲解了数据挖掘的相关思想和算法,适合对数据挖掘有兴趣的初学者。-Data mining aspects of a number of very good, detailed account of the relevance of data mining ideas and algorithms, suitable for data mining are interested beginners.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1786954
    • 提供者:李冰
  1. PDEMATLAB

    0下载:
  2. 偏微分方程的matlab解法,详细讲解了使用该工具求解偏微分方程的方法和途径,是一本很有价值的参考书-Solution of partial differential equations matlab, detailed account of the use of the tools for solving partial differential equations of the ways and means, are a valuable reference book
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5130273
    • 提供者:zhihujj
  1. DPSO

    0下载:
  2. 综合的微粒群智能分类算法,考虑了不同的学习因子,可根据不同的数据特点进行选择。-Particle Swarm integrated intelligent classification algorithms, taking into account different learning factor, according to the characteristics of different data selection.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:15589
    • 提供者:sally
  1. LeHeHe2009_2_17

    0下载:
  2. 华泰证券公司股票交易时有关费用明细及交易利润得到。有关费率可根据实际开户公司更改-Huatai Securities Company stock when the cost details and trading profits. The relevant rates can be changed according to the actual account
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:38733
    • 提供者:高继林
  1. IntroductionToAlgorithm

    0下载:
  2. 算法导论 经典中的经典 找了很久才找到 内容我就不深入介绍了 大家自己看吧 不需要账号直接下载-Introduction to the classic algorithm to find the classic for a long time to find the contents of my depth not introduce himself and see the U.S. do not need to account direct download
  3. 所属分类:Data structs

    • 发布日期:2017-05-29
    • 文件大小:11993776
    • 提供者:帽子
  1. pHash-0.4.tar

    0下载:
  2. pHash is an implementation of various perceptual hashing algorithms. A perceptual hash is a fingerprint of an audio, video, or image file that is mathematically based on the audio or visual content contained within. Unlike cryptographic hash function
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:293550
    • 提供者:ssomsak
« 1 23 4 5 6 7 8 9 10 ... 23 »
搜珍网 www.dssz.com