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

搜索资源列表

  1. SoftwareDesignPatterns

    0下载:
  2. 熟悉软件设计模式的C#例子,对于学习设计是一个好的代码-Are familiar with software design patterns C# example, for the study design is a good source.
  3. 所属分类:.net

    • 发布日期:2017-05-07
    • 文件大小:1591100
    • 提供者:echo
  1. DelphiWindowshexinbiancheng

    0下载:
  2. 本书是一本介绍Windows核心技术及高级技巧的专著。从系统内核编程出发,使用大量的例子帮助读者理解这些编程技术,讲述了线程同步及隐藏、系统钩子深入分析、读写物理磁盘的关键技术、读写物理内存和其他进程内存的核心技术、Windows 9x下调用16位实模式和保护模式代码的核心技术、直接读写端口技术、可执行文件加壳的技巧、PE结构分析、Ring0的实现、Windows API截取技术、屏幕取词技术等方面的内容。全书对热点源代码进行了深入剖析和讲解,同时本书汇聚了作者利用Soft-ICE跟踪调试经验,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-17
    • 文件大小:49119913
    • 提供者:龙文
  1. adapter

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

    • 发布日期:2017-03-28
    • 文件大小:4342
    • 提供者: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. 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. 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. 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. 888

    0下载:
  2. 很好的模式识别的例子好好的学吧很有用的东西啊-good VC++ code
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-06
    • 文件大小:1444239
    • 提供者:lijun
  1. ODE

    0下载:
  2. 这个例子演示了如何使用这两个公式的字符串模式的多态性常微分方程求解器。-This example demonstrates how to use the polymorphic ODE solver in both Formula String mode and VI mode.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-23
    • 文件大小:83480
    • 提供者:guan
  1. Newsweb

    0下载:
  2. 工厂方法模式实现,用一个简单的例子实现了工厂方法设计模式-Factory Method pattern to achieve, with a simple example to achieve a factory method design pattern
  3. 所属分类:.net

    • 发布日期:2017-04-02
    • 文件大小:247207
    • 提供者:hua
  1. DesignPatternSrcCode

    0下载:
  2. 设计模式C++实现例子 很好用的啊,对学习设计模式很好用的 欢迎下载-design pattern c++
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:899243
    • 提供者:王刚
  1. sniffer

    0下载:
  2. 把网卡设为混杂模式的sniffer 的小例子 本文来源于虾客源-The card set to promiscuous mode of the sniffer of a small example of this comes from the shrimp source
  3. 所属分类:assembly language

    • 发布日期:2017-04-04
    • 文件大小:33748
    • 提供者:菅聪
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 24 »
搜珍网 www.dssz.com