搜索资源列表
hmake
- Haskell是一种程序语言。特别的,它是多态类型,懒惰的,纯的函数式语言,与大多数其它编程语言不同。 该语言被命名为Haskell Brooks Curry。它是以数学逻辑为基础的函数式语言,基于lambda演算。 为什么使用Haskell? 写一个能工作的大型的软件系统是很困难的而且很昂贵的。维护这个系统甚至更加困难和昂贵。函数式程序语言,例如Haskell,能够使之变得简单而且廉价。 附件为Haskell编译器源代码-Haskell is a programming langu
zerone
- 【题目描述】 Adam 和Eve 被赶出伊甸园后,盖起了四面高墙。高墙上写着n 行01 串。两人无事可做,于是 开始就这些01 串做如下博弈: 1. Adam 进行第1 手,此后双方轮流操作。 2. 第 i 手的操作者,可以且必须在0 和1 之间选择,并相应地抹掉某些串。具体地,若选择 0(1),则抹掉第i 位为0(1)的所有串。长度短于i 的串,也须抹掉。 3. 一方操作之后若将所有串都抹掉了,则判该方失败。 若两人皆明智,则胜负必然确定。不幸的是他俩
SDL_1_1_alpha
- 简单的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
tt
- 迎着早晨的朝阳龙求凤长长的伸了一下懒腰,突然闻到一股香风向他袭来,闻着这熟悉的香味,知道这是他心爱的师柔身上的发出的迷人香味,转过身去将心爱的人儿紧紧地搂在怀里,"柔儿,怎么这么早就起来了,你的身体刚刚才好,应该多多休息一下。"-Demand facing the morning sun dragon phoenix long stretched a bit lazy waist, suddenly, he smelt a fragrant wind hit, smell the familia
matlabGrabCutLazySnapping
- Grab Cut + Lazy Snapping进行图像分割的matlab程序,包括手动和自动分割-Grab Cut+ Lazy Snapping matlab for image segmentation procedures, including manual and automatic segmentation
sf1847
- 数据挖掘建模工具,轻易实现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
Kode-Program-Algoritma-Nearest-Neighbor
- 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
marshi
- 用matlab计算马氏距离,简单直接,但是手懒,没中文说明部分(外国例程)-Mahalanobis distance calculation with matlab, simple and direct, but the lazy hand, no Chinese explanation part of the (foreign routines)
5
- 众所周知,编程竞赛的裁判们都是又吝啬又懒的。现在,我们这些裁判又在想如何少干些事情的同时多找几个 Wrong Answer 出来!所以,我们想让你帮我们写一个自动判分程序,来判断来自世界各地的团队所编写的程序是否正确。你需要编写的部分是接收标准答案和某团队的程序所输出的结果,并且判断此结果应是“Accepted”、“Presentation Error”还是“Wrong Answer”。其含义如下:-As we all know, programming and contest judges w
SegTree(with-lazy-tag)-POJ3468
- 自己写的线段树,带LAZYTAG的-The SegmentLineTree worte by myself,with LazyTag
Leftist-Tree
- 左式树的懒惰算法实现,实现了增加、懒惰删除等等功能-the implement of lazy strategy in leftist tree
knn_vb
- 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
ewr
- 惯导解算代码,使用四元数理论,解算过程,我是来骗分的,行了不?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.
math-course-code_matlab
- 《数值分析简明教程》第二版(王能超),课后习题,matlab小程序。适合matlab入门者,感受其简单编写的特点,或者偷懒交课程小程序作业者。-Sorry I‘m so lazy that won t interpreet it into English.
BSTree
- 二叉查找树的懒惰删除(lazy deletion) 包含类的完整定义-The lazy delete binary search tree (lazy deletion) contains a complete definition of the class
Path-planning-using-lazy-PRM
- Path planning using lazy PRM路径规划-Path planning using lazy PRM
ANJIAN
- 游戏按键 ,懒人必备工具,无限挂机,保存操作方式-Gaming buttons, lazy essential tool, unlimited on-hook, the save operation mode
MIL-learners
- 全称是:MIL learners and their ensemble versions一个很好的lazy learnng matlab 程序-MIL learners and their ensemble versions
mybode
- 绘制控制系统近似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.
新建文本文档.zip
- KNN分类是一个懒惰的分类方法,以K为值,根据距离公式的一种分类方法(KNN classification is a lazy classification method, taking K as a value, and a classification method based on distance formula)