CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - TRIES

搜索资源列表

  1. Naive-bayes

    0下载:
  2. 本文以拼写检查作为例子,讲解Naive Bayes分类器是如何实现的。对于用户输入的一个单词(words),拼写检查试图推断出最有可能的那个正确单词(correct)。当然,输入的单词有可能本身就是正确的。比如,输入的单词thew,用户有可能是想输入the,也有可能是想输入thaw。为了解决这个问题,Naive Bayes分类器采用了后验概率P(c|w)来解决这个问题。P(c|w)表示在发生了w的情况下推断出c的概率。为了找出最有可能c,应找出有最大值的P(c|w),即求解问题-In this
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:661
    • 提供者:王志坦
  1. annealing-algorithm-P-MEDIAN

    0下载:
  2. Simulated annealing to solve the capacitated vehicle problem coded in Python program. This file contains 3 sub-programs which tries to improve the initial solution. (i.e. Simulated annealing + 2-point, Simulated annealing + 2-opt, Simulated annealing
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-05
    • 文件大小:77298
    • 提供者:站长
  1. mckd

    0下载:
  2. Mckd用于提取周期信号中的冲击成分,亲测可用,不喜勿喷- MAXIMUM CORRELATED KURTOSIS DECONVOLTUION code and method by Geoff McDonald (glmcdona@gmail.com), May 2011 This code file is an external reference for a paper being submitted for review.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:3289
    • 提供者:liupeng
  1. ashley-master

    0下载:
  2. A tiny entity framework written in Java. It s inspired by frameworks like [Ash](http://www.ashframework.org/) (hence the name) and [Artemis](http://gamadu.com/artemis/). Ashley tries to be a high-performance entity framework without the use of
  3. 所属分类:Other Games

    • 发布日期:2017-05-06
    • 文件大小:802121
    • 提供者:Bagheera
  1. OFDM

    0下载:
  2. Matlab code which implements MB-OFDM transmission block as per ECMA 368 standard. OFDM over frequency selective wireless channels simulation code for Peak-to-Average Power Ratio (PAPR) reduction in MIMO OFDM/A system using CMA This is an OFDM s
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:858187
    • 提供者:Sina
  1. dotrce-Notepad

    0下载:
  2. Notepad++ is a generic source editor (it tries to be anyway)
  3. 所属分类:Process-Thread

    • 发布日期:2017-12-17
    • 文件大小:1183744
    • 提供者:consoje
  1. trlessource

    0下载:
  2. Notepad + + is a generic source editor (it tries to be anyway)-Notepad++ is a generic source editor (it tries to be anyway)
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-14
    • 文件大小:869376
    • 提供者:oserfjing
  1. Android应用源码之Android系统日历日程操作

    0下载:
  2. 代码量虽然不大, 但是我觉得很好地阐述了js日历的实现原理。自己也尝试着做了一下,收获蛮大,掌握了基本的实现原理后,再想增加更多的功能,完全就可以自由发挥了,先在这里分享一下吧,有兴趣的可以试试!(Although the amount of code is not large, but I feel very good exposition of the JS calendar implementation principle. He also tries to do a quite big
  3. 所属分类:android开发

    • 发布日期:2017-12-20
    • 文件大小:636928
    • 提供者:痒痒啊
  1. 4.0反编工具

    1下载:
  2. 快速对C#程序进行反编译,测试通过使用,百试不爽。(Quickly decompile the C# program and test it by using a hundred tries.)
  3. 所属分类:Windows编程

  1. tuieseditor

    0下载:
  2. Notepad++ is a generic source editor (it tries to be anyway)(Notepad + + is a generic source editor (it tries to be anyway))
  3. 所属分类:组合框控件

    • 发布日期:2017-12-19
    • 文件大小:1183744
    • 提供者:tis+3593
  1. hangman-game-project

    0下载:
  2. In the game of Hangman, the computer chooses a word at random from a given list of words. This word is the answer. The player then tries to guess the word, by guessing one letter at a time. Whenever the user guesses a letter that is in the answer, al
  3. 所属分类:其他

    • 发布日期:2018-01-02
    • 文件大小:2048
    • 提供者:Kitt
  1. @906903SteelCut

    0下载:
  2. 如题 这是一个 矩形的排样算法 满足 一刀切,尽力优化, 如题 这是一个 矩形的排样算法 满足 一刀切,尽力优化,(For example, this is a rectangular layout algorithm that satisfies one size fits all, and tries to optimize it.)
  3. 所属分类:文章/文档

    • 发布日期:2018-01-07
    • 文件大小:34816
    • 提供者:Schiwon
  1. SQL语言基础1(1)

    0下载:
  2. --1.编写程序计算1+2+...+100的和 --2.编写计算n!(n=20)的SQL语句,并显示计算结果 --3.使用系统函数: --a.将身份证号的生日日期提取出来,例如19900913 --b.将你的手机号码中间第4至7位号码隐藏为****,138****9008. --c.获取1-10之间的随机整数 --d.从你的身份证号获取年龄 --4.尝试求解所有的水仙花数。水仙花数是三位数,它的各位数的立方和等于这三位数本身。(--1. writes programs to com
  3. 所属分类:MySQL数据库

    • 发布日期:2018-01-10
    • 文件大小:10240
    • 提供者:鑫鑫11998
  1. GP in power system

    2下载:
  2. 利用遗传程序设计建立电力系统的负荷模型,无需像传统方法一样预先确定具体的模型结构,它能根据输入输出数据直接演化出变量间的函数关系,并且能够一次性的同时确定函数的结构形式和参数,使得模型的生成过程趋于智能化、自动化,解决了负荷建模工作中长期困扰的模型辨识问题。(Genetic Programming(GP) is a new evolutionary algorithm based on genetic algorithm,which has self-adaptive,self-organizi
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:20480
    • 提供者:图图园
  1. Stegsolve

    0下载:
  2. stegsolve Analyde 查看文件格式和参数信息 data extract 数据提取 stereogram solver 立体试图 可以左右控制偏移 frame broswer 逐帧浏览 入看gif较快的图 image combiner 图片结合 两张图 xor add sub(Stegsolve Analyde view file format and parameter information Data extract data extraction
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:71680
    • 提供者:三十万
  1. VB实际例子

    0下载:
  2. 实际例子,vb练习算法如何破解密码。两层循环通过穷举法把所有密码进行尝试,直到破解出密码。(In a practical example, the VB exercises algorithm how to crack the password. The two tier loop tries all the passwords by exhaustive method until the password is cracked.)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-03
    • 文件大小:2536448
    • 提供者:点点滴滴2
  1. 7285

    3下载:
  2. 新版本的 Mc_valute_v8_final EA。 新版本也尝试在趋势行情里工作出色, 但它可能需要改进和参数优化的思路。它在盘整行情里工作得很好。 这是最终的版本, 看起来像有没有更多明显的瑕疵。 它的工作正如预期, 但参数和入场点仍然需要试验。 新版本实际上包含了很多新的东西, 包括一些可能出现的干扰。因此, 建议在可视化模式进行测试, 以便把握详情。(The new version of Mc_valute_v8_final EA. The new ver
  3. 所属分类:金融证券系统

    • 发布日期:2018-05-06
    • 文件大小:12288
    • 提供者:阳城
  1. STM32L152-EVAL_CortexM3_MPU

    0下载:
  2. This example presents the MPU features on STM32L1xx devices and it can be easily ported to any other STM32 device supporting MPU. The example purpose is to configure a memory region as privileged read only region and tries to perform read and wr
  3. 所属分类:单片机开发

    • 发布日期:2018-05-03
    • 文件大小:1018880
    • 提供者:ouest
  1. desktop

    0下载:
  2. aco算法尝试解小范围tsp问题,但误差挺大(ACO algorithm tries to solve small range TSP)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:1024
    • 提供者:npcECHO
  1. 深度学习入门:基于Python的理论与实现.pdf+代码

    8下载:
  2. 本书是深度学习真正意义上的入门书,深入浅出地剖析了深度学习的原理和相关技术。书中使用Python3,尽量不依赖外部库或工具,从基本的数学知识出发,带领读者从零创建一个经典的深度学习网络,使读者在此过程中逐步理解深度学习。书中不仅介绍了深度学习和神经网络的概念、特征等基础知识,对误差反向传播法、卷积神经网络等也有深入讲解,此外还介绍了深度学习相关的实用技巧,自动驾驶、图像生成、强化学习等方面的应用,以及为什么加深层可以提高识别精度等“为什么”的问题。(This book is a true sen
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2019-05-09
    • 文件大小:14304256
    • 提供者:wangjindian00
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com