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

搜索资源列表

  1. hmake

    0下载:
  2. Haskell是一种程序语言。特别的,它是多态类型,懒惰的,纯的函数式语言,与大多数其它编程语言不同。 该语言被命名为Haskell Brooks Curry。它是以数学逻辑为基础的函数式语言,基于lambda演算。 为什么使用Haskell? 写一个能工作的大型的软件系统是很困难的而且很昂贵的。维护这个系统甚至更加困难和昂贵。函数式程序语言,例如Haskell,能够使之变得简单而且廉价。 附件为Haskell编译器源代码-Haskell is a programming langu
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:59817
    • 提供者:鲍军波
  1. zerone

    13下载:
  2. 【题目描述】 Adam 和Eve 被赶出伊甸园后,盖起了四面高墙。高墙上写着n 行01 串。两人无事可做,于是 开始就这些01 串做如下博弈: 1. Adam 进行第1 手,此后双方轮流操作。 2. 第 i 手的操作者,可以且必须在0 和1 之间选择,并相应地抹掉某些串。具体地,若选择 0(1),则抹掉第i 位为0(1)的所有串。长度短于i 的串,也须抹掉。 3. 一方操作之后若将所有串都抹掉了,则判该方失败。 若两人皆明智,则胜负必然确定。不幸的是他俩
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-10
    • 文件大小:1847
    • 提供者:Zinnia
  1. SDL_1_1_alpha

    0下载:
  2. 简单的C++计算库.其中实现了矩阵运算,大数运算.矩阵处理中使用lazy calculate,并且封装常见算法,可以将普通matlab程序用SDL改写.-Easy calculation of the C++ library. One of implementation of matrix operations, computation of large numbers. Matrix deal with the use of lazy calculate, and packaging comm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-24
    • 文件大小:225584
    • 提供者:白良
  1. tt

    0下载:
  2. 迎着早晨的朝阳龙求凤长长的伸了一下懒腰,突然闻到一股香风向他袭来,闻着这熟悉的香味,知道这是他心爱的师柔身上的发出的迷人香味,转过身去将心爱的人儿紧紧地搂在怀里,"柔儿,怎么这么早就起来了,你的身体刚刚才好,应该多多休息一下。"-Demand facing the morning sun dragon phoenix long stretched a bit lazy waist, suddenly, he smelt a fragrant wind hit, smell the familia
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:294168
    • 提供者:111111
  1. matlabGrabCutLazySnapping

    1下载:
  2. Grab Cut + Lazy Snapping进行图像分割的matlab程序,包括手动和自动分割-Grab Cut+ Lazy Snapping matlab for image segmentation procedures, including manual and automatic segmentation
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:2376482
    • 提供者:tedachun
  1. sf1847

    1下载:
  2. 数据挖掘建模工具,轻易实现BP神经网络、RBF神经网络、灰色系统、决策树、决策表、贝叶斯、懒惰算法、支持向量机、K均值聚类、Apriori关联规则、HotSpot关联规则、回归分析、指数平滑、季节移动平均及组合等算法建模。-Data mining modeling tools, easy to achieve BP neural network, RBF neural network, gray system, decision tree, decision table, Bayesian, l
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:27020
    • 提供者:weijk
  1. Kode-Program-Algoritma-Nearest-Neighbor

    0下载:
  2. In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approx
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:589343
    • 提供者:bwindhya
  1. marshi

    0下载:
  2. 用matlab计算马氏距离,简单直接,但是手懒,没中文说明部分(外国例程)-Mahalanobis distance calculation with matlab, simple and direct, but the lazy hand, no Chinese explanation part of the (foreign routines)
  3. 所属分类:matlab

    • 发布日期:2017-03-21
    • 文件大小:696
    • 提供者:Archer
  1. 5

    0下载:
  2. 众所周知,编程竞赛的裁判们都是又吝啬又懒的。现在,我们这些裁判又在想如何少干些事情的同时多找几个 Wrong Answer 出来!所以,我们想让你帮我们写一个自动判分程序,来判断来自世界各地的团队所编写的程序是否正确。你需要编写的部分是接收标准答案和某团队的程序所输出的结果,并且判断此结果应是“Accepted”、“Presentation Error”还是“Wrong Answer”。其含义如下:-As we all know, programming and contest judges w
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-07
    • 文件大小:1172
    • 提供者:火山
  1. SegTree(with-lazy-tag)-POJ3468

    0下载:
  2. 自己写的线段树,带LAZYTAG的-The SegmentLineTree worte by myself,with LazyTag
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:1224
    • 提供者:董奇
  1. Leftist-Tree

    0下载:
  2. 左式树的懒惰算法实现,实现了增加、懒惰删除等等功能-the implement of lazy strategy in leftist tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:47664
    • 提供者:caca
  1. knn_vb

    0下载:
  2. In pattern recognition, the k-nearest neighbor algorithm (k-NN) is a method for classifying objects based on closest training examples in the feature space. k-NN is a type of instance-based learning, or lazy learning where the function is only approx
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:52633
    • 提供者:Putra
  1. ewr

    0下载:
  2. 惯导解算代码,使用四元数理论,解算过程,我是来骗分的,行了不?20字了不?懒得改你脚本而已-The INS solver code, using the quaternion theory, solving process, I deceive points, the line does not? 20 words do not? Too lazy to change your scr ipt.
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:4233
    • 提供者:xiepan
  1. math-course-code_matlab

    0下载:
  2. 《数值分析简明教程》第二版(王能超),课后习题,matlab小程序。适合matlab入门者,感受其简单编写的特点,或者偷懒交课程小程序作业者。-Sorry I‘m so lazy that won t interpreet it into English.
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2611
    • 提供者:zzww11
  1. BSTree

    0下载:
  2. 二叉查找树的懒惰删除(lazy deletion) 包含类的完整定义-The lazy delete binary search tree (lazy deletion) contains a complete definition of the class
  3. 所属分类:Data structs

    • 发布日期:2017-12-03
    • 文件大小:1721
    • 提供者:何乐
  1. Path-planning-using-lazy-PRM

    0下载:
  2. Path planning using lazy PRM路径规划-Path planning using lazy PRM
  3. 所属分类:matlab

    • 发布日期:2017-11-18
    • 文件大小:752
    • 提供者:李杰
  1. ANJIAN

    0下载:
  2. 游戏按键 ,懒人必备工具,无限挂机,保存操作方式-Gaming buttons, lazy essential tool, unlimited on-hook, the save operation mode
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-25
    • 文件大小:481829
    • 提供者:李卓
  1. MIL-learners

    0下载:
  2. 全称是:MIL learners and their ensemble versions一个很好的lazy learnng matlab 程序-MIL learners and their ensemble versions
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:4049766
    • 提供者:吴月
  1. mybode

    0下载:
  2. 绘制控制系统近似bode图,为了做自动控制原理作业时偷点懒。虽然matlab自带bode函数但是作业要求画近似的。-Drawing control system approximation bode diagram, when you steal lazy to do the job of Automatic Control Theory. Although matlab function but the job comes bode asked to draw approximate.
  3. 所属分类:matlab

    • 发布日期:2017-12-17
    • 文件大小:2048
    • 提供者:赵程鹏
  1. 新建文本文档.zip

    0下载:
  2. KNN分类是一个懒惰的分类方法,以K为值,根据距离公式的一种分类方法(KNN classification is a lazy classification method, taking K as a value, and a classification method based on distance formula)
  3. 所属分类:人工智能/神经网络/深度学习

搜珍网 www.dssz.com