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

搜索资源列表

  1. Tug og war.rar

    0下载:
  2. Tug of War A tug of war is to be arranged at the local office picnic. For the tug of war, the picnickers must be divided into two teams. Each person must be on one team or the other; the number of people on the two teams must not differ by more than
  3. 所属分类:数据结构常用算法

    • 发布日期:2014-03-10
    • 文件大小:895byte
    • 提供者:
  1. 神经网络模式识别及其实现

    1下载:
  2. 介绍了神经网络模式识别的基本知识,适合于模式识别领域的人员-it introduces the ABC of the pattern recognation of NN, it is for the people of pattern recognation
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:541.68kb
    • 提供者:黄豪杰
  1. 求解约瑟夫问题

    2下载:
  2. 求解约瑟夫问题。设有n个人围成一个圆圈坐下,对所有围从的人从某个位置开始编号为1,2,3,……,n,从编号为1的人开始报数1,报数依交进行,报数n的人即出列,下一个人从1开始报数,再报数m的人便是第二个出列的人如此重复下去,直到最后一个人出列为止,于是便得到一个出列的顺序,这称之为约瑟夫(Josephu)问题。-solving problems. N individuals have formed a circle to sit down, all right Wai from the star
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:7.84kb
    • 提供者:葛林
  1. 树操作

    0下载:
  2. 这时关于树的一些操作的程序,包括建立,遍历....对学习数据结构的朋友一定有用-This programe implements some operation of tree,for example,construction,traversal and so on.It is very useful for people who study data structure.
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:10.16kb
    • 提供者:阿的
  1. tem

    1下载:
  2. 2005年电力部数学建模大赛题目: 共有61个比赛项目,1050人参加比赛。请给出算法及其框图,同时给出合理的比赛项目排序表,使连续参加两项比赛的运动员人次尽可能的少;表中“#”号位置表示运动员参加此项比赛。建立此问题的数学模型,并且合理安排比赛项目顺序,使连续参加两项比赛的运动员人次尽可能的少;程序使用了最小生成树算法。-2005 Mathematical Modeling Contest subject : a total of 61 events, 1,050 people parti
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:36.3kb
    • 提供者:容器
  1. 最大k乘积问题

    0下载:
  2. 相信很多人都有对此算法有过详细的了解,确实这个算法最K乘积问题应用的还是很广泛的-believe that a lot of people have this algorithm in detail with the understanding that this is indeed the most K algorithm application of the product or issue a very broad
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:6.86kb
    • 提供者:周华
  1. vc511678900355

    0下载:
  2. 可能很多人都曾经想过要实现一些比较大的数的阶乘,但是C++中提供的标准数据类型其存储空间太小,根本无法实现。我们可以通过其他方法来实现,本程序用一个很简单的算法实现数的阶乘,程序很短,也很简单,各处都有注释,相信大家很容易就可以看懂,下载源码后在VC6.0中打开编译后即可运行,程序经少许改动可以实现更大的数的阶乘,有兴趣的读者在看完本程序后可一动手试试,其乐无穷!!希望这个程序能给大家一点帮助。程序可能还有许多不足之出,热烈欢迎各位前来指导。在下在此表示衷心的感谢!!!!! -many peop
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2.64kb
    • 提供者:梁小姐
  1. Introduction to Functional Programming with Haskel

    0下载:
  2. Haskell编程介绍(英文) C, Java, Pascal, Ada, 等等,都是命令式语言。他们在某种程度上是由命令序列构成的,严格的按照顺序来执行。haskell是函数式语言。函数式程序是一个单独的表达式,通过推算表达式来执行。任何使用过电子制表的人都有函数式语言的经历。在电子制表中,你可以根据其它单元的值来指定每个单元的值。焦点是什么需要计算,而不是如何计算。-Haskell program (English) C, Java, Pascal, Ada, etc., orders
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:63.16kb
    • 提供者:鲍军波
  1. Haskell教程

    0下载:
  2. Haskell教程(by rufi) 传统的Basic,Pascal,C++,C#,Java,Python等都是命令(imperative)编程语言, 程序语句有一定的执行次序. 函数(functional)编程语言则给出执行的内容, 关注于更高层次的\"做什么\"而不是\"怎么做\", 这就是二者最明显的一个区别。函数编程语言的语法功能非常强,使编程的效率大幅提高。 Haskell是世界上公认的语法最优美最简洁的一种语言。的确,Haskell语言是写给人看的,而不是写给机器看的。另
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:12.32kb
    • 提供者:鲍军波
  1. pflab.tar

    0下载:
  2. Particle filtering implementation and application to people tracking.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:46.93kb
    • 提供者:ximilian
  1. 2

    0下载:
  2. 2. 用循环链表解Josephus问题。设有n个人围坐在一个圆桌周围,现从第1个人开始报数,数到第m的人出列,然后从出列的下一个人重新开始报数,数到第m的人又出列,…,如此反复直到所有的人全部出列为止。Josephus问题是:对于任意给定的n和m,求出按出列次序得到的n个人员的序列-2. Josephus solution of the problem with the circulation list. With n individuals sitting around a round tab
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-07
    • 文件大小:605byte
    • 提供者:sprite
  1. xunhuanbaoshu

    0下载:
  2. 这个程序针对的问题是: 17个人为成圈,依次编号为0-16,从第一号开始报数,报到3的倍数的人离开, 一直数下去,直到最后只剩1人,求此人的编号. 程序有点复杂,不过还只能算是初级的水平 -This procedure for the question is: 17 individuals into the circle, followed by numbered 0-16, from the first to begin reported the number of people who re
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:645byte
    • 提供者:成功
  1. kalman-tracking

    1下载:
  2. 卡尔曼滤波的一个视频跟踪程序,简单实用,希望能帮助大家-Kalman filter tracking of a video program, simple and practical, hoping to help people
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:610.77kb
    • 提供者:哈密瓜
  1. People-Tracking-via-a-Modified-CAMSHIFT-Algorithm

    0下载:
  2. Journal abaout People Tracking via a Modified CAMSHIFT Algorithm. The writter modify the algorithm so that it can track multiple people in the sam frame
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-26
    • 文件大小:229.97kb
    • 提供者:jhovie
  1. tracker-code

    0下载:
  2. people tracking after performing background subtraction and blobs detection use for video suvelliance
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:109.72kb
    • 提供者:honey
  1. Motion_Detection

    0下载:
  2. motion detection people tracking after performing background subtraction and blobs detection use for video suvelliance
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1.14mb
    • 提供者:honey
  1. condensation-code

    0下载:
  2. condensation code for tracking multiple people based on bayesian framework
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:69.64kb
    • 提供者:honey
  1. BP--in-that-people-calculation

    0下载:
  2. 本文主要介绍了BP神经网络在人岗匹配度测算中的应用,文章不错。-This paper describes the application of BP neural network in that people post match in the degree of calculation, the article good.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:715.44kb
    • 提供者:mali
  1. Automatic-People-Counting-

    0下载:
  2. 提出了智能视频监控中基于机器学习的自动人数统计系统。。该系统通过机器学习的方法对视频序列中人的头肩部位进行准确地检测。克服了传统检测方法如连通域分析和简单模板匹配的不足。-Automatic people counting system based on machine learning in intelligent video surveillance. . The system through machine learning methods to accurately detect the
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-20
    • 文件大小:434.6kb
    • 提供者:刘伟豪
  1. people_dense

    1下载:
  2. 根据视频场景计算生成人群密度热度图,统计人流分布(Given the video sequnce, this demo counts the people density and return the heat map.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:9.66mb
    • 提供者:scopion_nov
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com