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

搜索资源列表

  1. adapter

    0下载:
  2. 适配器模式的例子,headfirst系列,对编程很有启发意义。-Adapter pattern example, headfirst series of programming is very instructive.
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-28
    • 文件大小:4342
    • 提供者:Bulter
  1. observer

    0下载:
  2. 观察者模式的例子,对编程初学者很有帮助,headfirst系列。-Observer pattern example, useful for programming beginners, headfirst series.
  3. 所属分类:Java Develop

    • 发布日期:2017-04-04
    • 文件大小:7702
    • 提供者:Bulter
  1. gl_blend

    0下载:
  2. opengl中的混合的例子,使用glEnable(GL_BLEND)和glBlendFunc(source, destination) 来控制混合的模式等 -This tutorial demonstrates blending in OpenGL. Blending in OpenGL is very easy.. You will be able to blend textures, colors, etc.. Into nice looking special effects..
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-05
    • 文件大小:109331
    • 提供者:rongyao
  1. AJAXInAction

    0下载:
  2. 本书是目前Ajax领域最为全面深入的一本著作,其中不仅有对于基础知识的介绍,还有对于Ajax开发中重大的体系架构问题的深入探讨,总结了大量Ajax开发中的设计模式,并讨论了框架、安全性与性能等等。书中提供了几个典型的例子,兼顾各种开发平台,这些例子的代码稍作修改就可以直接应用于项目开发之中,代码源文件可以从图灵网站下载。 本书内容广泛且深入,同时适用于各个层次的Web应用开发人员。-This book is the most comprehensive in-depth area Ajax
  3. 所属分类:Ajax

    • 发布日期:2017-05-21
    • 文件大小:6635743
    • 提供者:陈强
  1. Design_Pattern

    0下载:
  2. 大话设计模式电子书,适合初学者,书中举的例子比较易懂-design pattern e-book
  3. 所属分类:software engineering

    • 发布日期:2017-05-06
    • 文件大小:1186375
    • 提供者:zoe
  1. 09APISpy

    0下载:
  2. 用户模式下侦测Win32 API的例子,学习Windows动态链接库和钩子相关知识-User mode Win32 API example of detection, learning Windows dynamic link libraries and knowledge of hook
  3. 所属分类:Hook api

    • 发布日期:2017-05-10
    • 文件大小:2254988
    • 提供者:willong
  1. FeatureExtraction

    0下载:
  2. 提取特征的例子,很适合图像处理和模式识别的人学习- Examples of feature extraction is very suitable for image processing and pattern recognition to learn
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:58102
    • 提供者:Mike
  1. three_layer

    0下载:
  2. 一个简单的三层架构例子,有工厂模式,可以帮助了解编写三层架构程序。- you can use the factory to write a process after reading the process.And you will know it is so easy to write a similar process.
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:297009
    • 提供者:枫叶
  1. bp-assort

    0下载:
  2. 应用bp算法实现对iris数据库的分类,iris数据库是人们广泛使用的用于模式分类的实例系统。它含有150个例子,分为三类,每个类由四个实数特征值描述,分别表示萼片(sepal )长度,萼片宽度,花瓣(petal )长度,花瓣宽度。问题是根据这四个特性值分类三种iris 植物,输入为四个特征值和类别 (5.1 3.5 1.4 0.2 0),输出算法分类结果 -Bp algorithms applied to the iris database, the classification, iris
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:2784
    • 提供者:姜丽
  1. HStringapp

    0下载:
  2. 根据《数据结构》写了一个字符串操作基本函数,堆分配存储表示串(HString)。包括赋值,复制,比较,联接,子串,模式匹配(KMP)。主函数是使用例子。-According to " data structure" wrote a basic string operation functions, heap allocation of memory that string (HString). Including the assignment, copy, compare, l
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:167660
    • 提供者:夏伟
  1. Sphere

    0下载:
  2. mvc实现球体随球体参数变化的例子,代码中使用了观察者模式,体现了mvc的思想,是很好的理解mvc的资料。-mvc parameter changes to achieve the sphere with the sphere example, the code uses the Observer pattern, reflecting the mvc idea is a very good understanding of mvc information.
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-25
    • 文件大小:15985
    • 提供者:chenhai
  1. strutsDAO

    0下载:
  2. 采用 Struts, DAO的模式,非常好的一个完整的Order add,update,search 例子代码-Implemented by Struts+DAO, Including order add, update, search, del function
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-29
    • 文件大小:29421
    • 提供者:zhijie
  1. Method_C

    1下载:
  2. 模式识别C聚类算法 主要采用四种距离 这里的例子是欧氏距离-Pattern Recognition C clustering algorithm mainly uses four kinds of examples here from the Euclidean distance
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:7188
    • 提供者:shenshendaodao
  1. VC_EBusiness_CSmode

    0下载:
  2. 用VC2008实现EBusiness商务系统,Server/Client模式的简单例子-A simply sample for EBusiness system developed by Visaul C++(2008),base on Server/Client mode
  3. 所属分类:Communication

    • 发布日期:2017-04-02
    • 文件大小:198275
    • 提供者:General
  1. MVCSample

    0下载:
  2. MVC教学示例。包含源码4个例子:傳統模式 (汽車儀表盤) 簡單MVC (ATM取款機) 經典MVC (汽車儀表盤) 提升UI的經典MVC (汽車儀表盤) 和其对应的PPT讲义-MVC teaching practices. Contains the source four examples: the traditional model (car dashboard) Simple MVC (ATM Teller Machine) Classic MVC (car dashboa
  3. 所属分类:CSharp

    • 发布日期:2017-04-04
    • 文件大小:917387
    • 提供者:jiangyingliang
  1. Flow

    0下载:
  2. svg 工作流例子在.NET3.5中WF提供了和WCF的整合,就是工作流服务,即使用工作流创作的 WCF服务。服务协定的实现是通过一个或多个 ReceiveActivity 活动处理的。 在WCF中提供了三种消息交换模式分别为One-Way Calls,Request/Response和Duplex,在工作流服务中只支持One-Way Calls和Request/Response两种模式。 下面就举例说明,新建一个顺序工作流库CaryWFLib项目-svg workflow
  3. 所属分类:.net

    • 发布日期:2017-04-05
    • 文件大小:15830
    • 提供者:iask
  1. TEST_MVP

    0下载:
  2. MVP模式,比较简单的一个MVP例子可以看看。-MVP
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:32780
    • 提供者:唐定友
  1. jsp-MVC

    0下载:
  2. 基于struts和MVC模式下的网页管理系统开发的课设报告,详细介绍了编译环境,数据库的配置,MVC模式的介绍和一个小型login例子 -Struts and the MVC model based on web-based course management system developed in the report, detailing the build environment, database configuration, MVC pattern introduced and a
  3. 所属分类:Jsp/Servlet

    • 发布日期:2017-03-27
    • 文件大小:31130
    • 提供者:小吴
  1. Pattern

    0下载:
  2. 仿生模式识别的源程序,是处理虹膜识别的一个很好的例子-Pattern recognition of the source, is a good deal with iris recognition example
  3. 所属分类:Graph program

    • 发布日期:2017-04-04
    • 文件大小:15167
    • 提供者:baitao
  1. Source

    0下载:
  2. 所有设计模式的源码例子,大家可以很好的参考,学习学习。-All source code examples of design patterns, we can be very good reference, learning to learn.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-16
    • 文件大小:29054
    • 提供者:kevin
« 1 2 ... 9 10 11 12 13 1415 16 17 18 19 ... 32 »
搜珍网 www.dssz.com