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

搜索资源列表

  1. 【T691】蓝色营销型剃须刀片类企业网站织梦模板

    0下载:
  2. 【T691】蓝色营销型剃须刀片类企业网站织梦模板([T691] blue marketing type enterprise website template a razor blade)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:16128000
    • 提供者:王雪
  1. 计算机_基于通用模板类的VB编程技巧

    0下载:
  2. 计算机_基于通用模板类的VB编程技巧,小技巧(Based on the general computer _ template class VB programming skills)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-19
    • 文件大小:152576
    • 提供者:volcanol
  1. wwwroot

    1下载:
  2. 建筑类企业官网模板,很好很实用的一套源文件(Construction enterprises official website template)
  3. 所属分类:网络编程

    • 发布日期:2017-12-16
    • 文件大小:3267584
    • 提供者:ruieast
  1. DSA_CPP

    0下载:
  2. 使用C++实现向量,链表,二叉树类,对应有相应的测试(Using C++ implementation vector, linked list, two fork tree class, corresponding to the corresponding test)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:14336
    • 提供者:Arcon
  1. 震撼视觉效果企业网站模板 discuz3.2模板

    0下载:
  2. 震撼视觉效果企业discuz模板,震撼的视觉效果,绝对不输FLASH网站!不管在是视觉设计,还是特效处理各方面都是相当棒的。包含的页面相当的完善,完全满足一个企业集团网站有所有需求。此套模板特别适合房地产类的网站,此类网站的价格都是很高的,含金量也比较高,可见此套模板的是相当超值的哦。模板完全开源,绿色模板,无域名限制!所以大家不用担心应用中心无法安装的提示,更不用破解discuz系统,直接上传即可安装!并且可用于多个网站!无限制使用!(Shock visual effects enterpri
  3. 所属分类:企业管理

    • 发布日期:2017-12-18
    • 文件大小:11816960
    • 提供者:多卵鱼
  1. itemplate

    0下载:
  2.  模板是C++支持参数化多态的工具,使用模板可以使用户为类或者函数声明一种一般模式,使得类中的某些数据成员或者成员函数的参数、返回值取得任意类型。(The template is C++ supports parametric polymorphism tool, can be used as a general user mode or function declaration using a template, the parameters, some data members of the
  3. 所属分类:其他

    • 发布日期:2017-12-31
    • 文件大小:216064
    • 提供者:binjun
  1. 教育培训机构学校类网站织梦模板

    0下载:
  2. 织梦CMS教育培训机构学校类网站织梦模板(school of education and training institutions website template.)
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:13838336
    • 提供者:西药
  1. meishi

    0下载:
  2. 美食类网站模板源码,后台系统已经升级,体验起来更加顺畅,可以一目了然看到,关于我们、产品中心、案例中心、招商加盟、新闻资讯、联系我们等,客服系统也进行了升级,在后台可自由设置。(Delicacy website template source, the background system has been upgraded to experience more smoothly, can see at a glance, about our products, center, case cent
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:19332096
    • 提供者:维熵科技
  1. 散列查找

    0下载:
  2. 文件包含散列查找的C++代码以及说明文档。散列查找是一种高效的查找算法。代码中使用了类模板,可作为大型项目的查找接口。(The file contains hashed lookups for C ++ code and documentation. Hash search is an efficient search algorithm. Class code is used in the code as a lookup interface for large projects.)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:52224
    • 提供者:启明jun
  1. 最短路径

    2下载:
  2. 最短路径的典型算法——Dijkstra、Floyd。使用C++语言,对算法使用类模板,可方便开发者直接调用。文件中包含了图的ADT(The shortest path of the typical algorithm - Dijkstra, Floyd. Use C + + language, the use of class template algorithm can be convenient for developers to call directly. The document co
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-09
    • 文件大小:23552
    • 提供者:启明jun
  1. AVL树

    0下载:
  2. 二叉树的ADT、搜索树的ADT、平衡二叉树的ADT。AVL树包含了AVL的建立、查找、删除操作。全部使用类模板,方便调用(ADT for binary tree, ADT for search tree, ADT for balanced binary tree. AVL tree contains the establishment of AVL, find, delete operation. All use of class templates, easy to call)
  3. 所属分类:数据结构

    • 发布日期:2018-01-09
    • 文件大小:5974016
    • 提供者:启明jun
  1. Python实现聚类融合的目标跟踪算法

    2下载:
  2. Python实现目标跟踪算法,使用了模板匹配搭配光流法并使用聚类融合实现特征点分类聚合的算法。
  3. 所属分类:其它源码

  1. 无头结点的非循环双向链表

    2下载:
  2. 设计不带头结点的双向非循环链表类模板,能让初学者更好掌握双向链表的实用,对于带头结点和不带头结点有很好的区分。
  3. 所属分类:其它源码

    • 发布日期:2018-01-01
    • 文件大小:2184
    • 提供者:zexi@sss
  1. ConsoleApplication1

    0下载:
  2. 这个程序主要演示了用栈实现计算器,用到了模板类,嵌入类(This program mainly demonstrates the use of stack to implement the calculator, use the template class,embedded class.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:277504
    • 提供者:儿童123
  1. c

    0下载:
  2. 类模板,函数模板,以及指针的基础学习。。。。(Basic learning of class templates.)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-21
    • 文件大小:5120
    • 提供者:冻鱼
  1. VReader-iOS-master

    0下载:
  2. 简单的新闻资讯类app模板,外加地图引用。(Simple news and information class app template)
  3. 所属分类:iPhone/iOS

    • 发布日期:2018-04-28
    • 文件大小:1470464
    • 提供者:yyy_c
  1. MatrixTemplateClass-master

    0下载:
  2. 类模板实现矩阵类;输出矩阵的行,列,最大值等属性信息;(class template which achieve the matrix class)
  3. 所属分类:

    • 发布日期:2018-04-18
    • 文件大小:12288
    • 提供者:Jeff17
  1. C++编码考试指南

    0下载:
  2. C++编码考试常考题目讲解,包括继承,多态,类模板,函数重载等(C++ coding exams are often explained, including inheritance, polymorphism, class template, function overload, and so on)
  3. 所属分类:

    • 发布日期:2018-04-30
    • 文件大小:3424256
    • 提供者:huancheng555
  1. 茶叶茶艺茶道茶文化PPT模板

    0下载:
  2. 蛇类的游戏,从旋转的圈中钻出来,头部不能碰到(Snake game, drill out from the rotation of the circle, the head can not be met)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:12410880
    • 提供者:撒下达
  1. 1213

    0下载:
  2. iNethinkCMS基.NET C#2.0分层开发的网站内容管理系统,自主的模板引擎(类标签式)、独有的插件扩展技术,可以适应各类的网站开发需要,全面免费、开源(基于LGPL开源协议),您可根据实际项目需求,进行自主修改,而不用过份担心版权问题。(INethinkCMS based.NET C#2.0 layer development website content management system, independent template engine (class label typ
  3. 所属分类:Windows编程

    • 发布日期:2018-05-01
    • 文件大小:2060288
    • 提供者:35ygt
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 49 »
搜珍网 www.dssz.com