搜索结果
找到约 137 项符合
patterns 的查询结果
按分类筛选
- 全部分类
- Java书籍 (17)
- 其他书籍 (13)
- VC书籍 (13)
- 软件工程 (12)
- 电子书籍 (12)
- Java编程 (12)
- 软件设计/软件工程 (12)
- 技术资料 (4)
- 文章/文档 (4)
- 单片机开发 (3)
- matlab例程 (3)
- 书籍 (2)
- 其他 (2)
- Linux/Unix编程 (2)
- 网络 (2)
- 人工智能/神经网络 (2)
- 数据结构 (2)
- 微处理器开发 (2)
- VIP专区 (2)
- 无线通信 (1)
- 通讯/手机编程 (1)
- 书籍源码 (1)
- ARM (1)
- 嵌入式综合 (1)
- autocad教程 (1)
- 可编程逻辑 (1)
- 企业管理 (1)
- 金融证券系统 (1)
- 数学计算 (1)
- 技术管理 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- 其他行业 (1)
- 行业发展研究 (1)
- Ajax (1)
软件设计/软件工程 Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now
Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now in its fourth edition. Aimed at experienced programmers and web developers, this comprehensive guide focuses on the features and programming patterns that are new to C#, and fundamental to the progra ...
软件工程 Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now
Programming C#, the top selling book on Microsoft s high-performance C# programming language, is now in its fourth edition. Aimed at experienced programmers and web developers, this comprehensive guide focuses on the features and programming patterns that are new to C#, and fundamental to the progra ...
软件工程 企业应用架构模式 (PDF, 中文扫描版
企业应用架构模式 (PDF, 中文扫描版,全本,384页)
【原 书 名】 Patterns of Enterprise Application Architecture
【作 者】(美)Martin Fowler
【译 者】 王怀民 周斌
【出 版 社】 机械工业出版社
【出版日期】 2004 年7月
Java书籍 教程将引导你通过多个操作步骤创建一个 Java 应用, 它覆盖了 Together 的基本特性. Together 教程是基于 Java 的, 但程序员还是可以在其他语言下很容易地模仿这些操作步骤.
教程将引导你通过多个操作步骤创建一个 Java 应用, 它覆盖了 Together 的基本特性. Together 教程是基于 Java 的, 但程序员还是可以在其他语言下很容易地模仿这些操作步骤. (教程只需要很少的 Java 知识.)
TogetherControlCenter6入门实践教程
工程和包
需求与用例图(Use Case Diagrams)
业务规则与活动图(Activity Diagr ...
单片机开发 DESCRIPTION =========== This example project shows how to use the IAR Embedded Workbench for ARM
DESCRIPTION
===========
This example project shows how to use the IAR Embedded Workbench for ARM
to develop code for the Atmel AT91SAM9261 evaluation boards.
It shows basic use of parallel I/O, timer and the interrupt controller.
It starts by showing different patterns on the LED s separated by hal ...
Java书籍 In case you haven t realized it, building computer systems is hard. As the complexity of the system
In case you haven t realized it, building computer systems is hard. As the complexity of the system gets greater, the task of building the software gets exponentially harder. As in any profession, we can progress only by learning, both from our mistakes and from our successes. This book represents s ...
Linux/Unix编程 Metalog is a modern replacement for syslogd and klogd. The logged messages can be dispatched accord
Metalog is a modern replacement for syslogd and klogd. The logged messages
can be dispatched according to their facility, urgency, program name and/or
Perl-compatible regular expressions. Log files can be automatically rotated
when they exceed a certain size or age. External shell scripts (e.g., mai ...
电子书籍 C++ Network Programming, Volume 2, focuses on ACE frameworks, providing thorough coverage of the con
C++ Network Programming, Volume 2, focuses on ACE frameworks, providing thorough coverage of the concepts, patterns, and usage rules that form their structure. This book is a practical guide to designing object-oriented frameworks and shows developers how to apply frameworks to concurrent networked ...
其他书籍 Data mining (DM) is the extraction of hidden predictive information from large databases (DBs). Wit
Data mining (DM) is the extraction of hidden predictive information from large databases
(DBs). With the automatic discovery of knowledge implicit within DBs, DM uses
sophisticated statistical analysis and modeling techniques to uncover patterns and relationships
hidden in organizational DBs. Over t ...
软件设计/软件工程 经典著作《设计模式》中将策略模式定义为:定义一系列的算法
经典著作《设计模式》中将策略模式定义为:定义一系列的算法,把它们一个个的封装起来,并且使它们可以相互转换。这个定义还是比较抽象,下面我将通过一个例子来具体的讲解策略模式。感觉这样更容易帮助新手理解模式,这也是《Head First Design Patterns》中讲解模式的方法。先来描述一下用到的例子的背景资料: ...