搜索结果
找到约 154 项符合
oriented 的查询结果
按分类筛选
- 全部分类
- VC书籍 (18)
- 其他书籍 (17)
- Java编程 (15)
- Java书籍 (11)
- 软件工程 (11)
- 软件设计/软件工程 (9)
- 电子书籍 (8)
- 技术资料 (7)
- 其他 (4)
- matlab例程 (4)
- 书籍 (4)
- 人工智能/神经网络 (3)
- 数据结构 (3)
- 编译器/解释器 (3)
- Linux/Unix编程 (3)
- 单片机编程 (2)
- 数学计算 (2)
- JavaScript (2)
- 文章/文档 (2)
- 行业发展研究 (2)
- 学术论文 (1)
- 通信网络 (1)
- 工控技术 (1)
- 数据库系统 (1)
- Applet (1)
- 系统设计方案 (1)
- 游戏 (1)
- 其他行业 (1)
- 汇编语言 (1)
- 技术管理 (1)
- 书籍源码 (1)
- 中间件编程 (1)
- Delphi/CppBuilder (1)
- 嵌入式/单片机编程 (1)
- 其他数据库 (1)
- 单片机开发 (1)
- SQL Server (1)
- 数值算法/人工智能 (1)
- 通讯编程文档 (1)
- 通讯/手机编程 (1)
- MySQL数据库 (1)
- 技术书籍 (1)
- 无线通信 (1)
- 技术教程 (1)
文章/文档 The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general co
The Inter IC bus or I2C bus is a simple bidirectional two wire bus designed primarily for general control
and data transfer communication between ICs.
Some of the features of the I2C bus are:
&#8226 Two signal lines, a serial data line (SDA) and a serial clock line (SCL), and ground are required. A
...
通讯编程文档 With the advent of multimedia, digital signal processing (DSP) of sound has emerged from the shadow
With the advent of multimedia, digital signal processing (DSP) of sound has emerged from the shadow of bandwidth-limited speech processing. Today, the main appli- cations of audio DSP are high quality audio coding and the digital generation and manipulation of music signals. They share common resear ...
软件设计/软件工程 A UML Documentation for an Elevator System:This paper is a PhD project report for the course Distrib
A UML Documentation for an Elevator System:This paper is a PhD project report for the course Distributed Embedded Systems at Carnegie Mellon University. Throughout this course, a distributed real-time system – an elevator control system– is specified, designed, built, and simulated. Object Orient ...
软件设计/软件工程 Inside the C++ Object Model Inside the C++ Object Model focuses on the underlying mechanisms that s
Inside the C++ Object Model
Inside the C++ Object Model focuses on the underlying mechanisms that support object-oriented programming within C++: constructor semantics, temporary generation, support for encapsulation, inheritance, and "the virtuals"-virtual functions and virtual inheritance. This bo ...
软件工程 Design patterns are elegant, adaptable, and reusable solutions to everyday software development prob
Design patterns are elegant, adaptable, and reusable solutions to everyday software development problems. Programmers use design patterns to organize objects in programs, making them easier to write and modify. C# Design Patterns: A Tutorial is a practical guide to writing C# programs using the most ...
人工智能/神经网络 neural network utility is a Neural Networks library for the C++ Programmer. It is entirely object o
neural network utility is a Neural Networks library for the
C++ Programmer. It is entirely object oriented and focuses
on reducing tedious and confusing problems of programming neural networks.
By this I mean that network layers are easily defined. An
entire multi-layer network can be created in a f ...
Java编程 Java is the first language to provide a cross-platform I/O library that is powerful enough to handle
Java is the first language to provide a cross-platform I/O library that is powerful enough to handle all these diverse tasks. Java is the first programming language with a modern, object-oriented approach to input and output. Java s I/O model is more powerful and more suited to real-world tasks than ...
JavaScript Create a Delaunay triangulation or Voronoi diagram by clicking points. Delaunay triangulations and V
Create a Delaunay triangulation or Voronoi diagram by clicking points. Delaunay triangulations and Voronoi diagrams are among the most widely used data structures in the field of Computational Geometry. These are Java-oriented source codes.
软件工程 Written by Microsoft software legend Juval Lowy, Programming WCF Services is the authoritative intro
Written by Microsoft software legend Juval Lowy, Programming WCF Services is the authoritative introduction to Microsoft s new, and some say revolutionary, unified platform for developing service-oriented applications [SOA] on Windows. Relentlessly practical, the book delivers insight, not documenta ...
软件工程 This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops
This book is an introduction to Ada 95. It uses an example-driven approach which gradually develops small trivial programs into large case-study type programs. The main emphasis of this book is on maintenance problems, and using object-oriented technology to write maintainable, extensible programs. ...