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

搜索资源列表

  1. HnSRTree-2.0beta5a

    0下载:
  2. SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which are likely to appear in the actual image / video a
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:461186
    • 提供者:hu
  1. zhangmingshujiegou

    0下载:
  2. 北京大学张铭教授《数据结构与算法》源码,是非常好的基于C++的教程,网上有视频。-Peking University Professor Zhang Ming " data structure and algorithm" source code, is a very good tutorial on C++, on-line with video.
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:782457
    • 提供者:zhangzl
  1. oprationvideo

    0下载:
  2. 《C++轻松入门》是一本为程序设计初学者轻松地学习C++编程语言而编写的图书。《C++轻松入门》从初学者认知的角度出发,由浅入深、循序渐进地讲解了C++编程语言中的各种编程技术,通过通俗易懂的讲解和丰富生动的典型示例,使读者能够轻松地学到C++编程知识。全书共分为3篇,第1篇主要介绍 C++中的常用数据类型、基本语句、函数调用和指针等内容。第2篇主要介绍C++面向对象的程序设计,包括类和对象、继承和派生、多态性和虚函数等内容。第3篇主要介绍数据结构中链表的C++实现和C++中模板的应用。附件为本
  3. 所属分类:Data structs

    • 发布日期:2017-06-21
    • 文件大小:38139675
    • 提供者:dd
  1. 1

    0下载:
  2. 这份资料是关于数据结构的算法的详细讲解,里面还有针对栈和队列的视频讲解-This information is about the data structure of the algorithm explained in detail, there is also a video for explanation stacks and queues
  3. 所属分类:Data structs

    • 发布日期:2017-05-15
    • 文件大小:3742521
    • 提供者:江南
  1. byteHFMEncode_decodesrc

    0下载:
  2. 以字符为单位进行的哈弗曼压缩,界面比较简单,但是功能还算可以,速度还算可以压缩 77.3m 的 wmv 视频使用了 4.5秒 ,400k 的doc 用0.186秒 ,压缩率要看内容,文本大约有 60 。-In characters for the Ha Fuman compression, the interface is relatively simple, but the functionality is OK, speed still can compress wmv video usin
  3. 所属分类:Data structs

    • 发布日期:2017-04-16
    • 文件大小:11476
    • 提供者:crw
  1. VIRAT_Video_Dataset

    0下载:
  2. VIRAT Video 数据结构 对分析处理图象有帮助!-VIRAT Video image analysis and processing of data structures for help!
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:503059
    • 提供者:ZLSH
  1. video-critical-path

    0下载:
  2. 关于关键路径的小视频,主要讲解什么是关键路径-critical path video
  3. 所属分类:Data structs

    • 发布日期:2017-05-30
    • 文件大小:13099258
    • 提供者:王彤
  1. qugehang

    0下载:
  2. 视频去隔行,基于MELA算法。使用c语言编写,操作目标采用lena.raw-Video de-interlacing algorithm based on the MELA
  3. 所属分类:Data structs

    • 发布日期:2017-05-01
    • 文件大小:541403
    • 提供者:liwenz
  1. shipin

    0下载:
  2. 视频监控程序,视频编程的流程,定义的数据结构及使用函数。-Video surveillance program,video programming process,defined data structures and use the function。
  3. 所属分类:Data structs

    • 发布日期:2017-04-14
    • 文件大小:4665
    • 提供者:上官绪领
  1. topxia-TopxiaOEmbed-4cb4183

    0下载:
  2. PHP解析优酷、土豆、酷6、新浪视频等网址 参见 Demo,见好知网的小组“发视频"的功能。-The PHP parsing Youku, potatoes, cool, Sina video website see http://www.howzhi.com/group/php/discuss/424 Demo, brought the matter the HowNet of team " made the video" functionality.
  3. 所属分类:Data structs

    • 发布日期:2017-11-17
    • 文件大小:6144
    • 提供者:3w43e
  1. webrtc-broadcasting

    1下载:
  2. 用webrtc写的会议代码,可以通过他来进行视频聊天,并且完成与他人的交流-Meeting with webrtc write code, you can video chat through him, and to complete the exchange with others
  3. 所属分类:Data structs

    • 发布日期:2016-07-15
    • 文件大小:10240
    • 提供者:huangjiajie
  1. StaticLinkList

    0下载:
  2. 静态链表基本操作,用codeblocks测试通过。静态链表即用游标来代替指针的数组型链表。含初始化,插入操作,删除操作。静态链表详细内容参见小甲鱼数据结构视频14-16节内容。-Static list of basic operations, using codeblocks test. Static list that is used instead of a cursor pointer array type list. Including initialization, insertion
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:27763
    • 提供者:happymystery
  1. CycleList

    0下载:
  2. c语言编写循环链表基础操作,用codeblocks调试可行,包含初始化,求长度,找节点,约瑟夫/升级版约瑟夫(带密码),拉丁方阵,魔术师发牌问题,详细见小甲鱼数据结构视频。-c language circular list-based operation, with codeblocks debugging feasible, including initialization, seeking length, looking for nodes, Joseph/upgraded version
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:37041
    • 提供者:happymystery
  1. Vigenere

    1下载:
  2. C语言编写双向循环链表26字母维吉尼亚加密解密,用codeblocks测试通过,见小甲鱼数据结构视频第22集。-C language bi-circular list 26 letters Virginia encryption and decryption, using codeblocks tested, see a small turtle data structure of the video the first 22 episodes.
  3. 所属分类:Data structs

    • 发布日期:2016-03-28
    • 文件大小:45056
    • 提供者:happymystery
搜珍网 www.dssz.com