搜索结果
找到约 489 项符合
OBJECT 的查询结果
按分类筛选
- 全部分类
- 技术资料 (66)
- Java编程 (47)
- 其他书籍 (36)
- 其他 (35)
- VC书籍 (33)
- 软件设计/软件工程 (18)
- matlab例程 (17)
- 电子书籍 (16)
- Java书籍 (14)
- Delphi控件源码 (11)
- 文章/文档 (10)
- 书籍 (9)
- 软件工程 (9)
- Linux/Unix编程 (9)
- 人工智能/神经网络 (9)
- Delphi/CppBuilder (9)
- C/C++语言编程 (8)
- 编译器/解释器 (7)
- 单片机开发 (7)
- 其他行业 (7)
- 数据库系统 (6)
- 书籍源码 (6)
- 文件格式 (6)
- 行业发展研究 (6)
- JavaScript (5)
- 编辑器/阅读器 (4)
- 网络 (4)
- 技术管理 (4)
- 数据结构 (4)
- SQL Server (4)
- GPS编程 (4)
- 单片机编程 (3)
- 通讯/手机编程 (3)
- 操作系统开发 (3)
- 压缩解压 (3)
- 数学计算 (3)
- 教程 (2)
- Internet/网络编程 (2)
- 多国语言处理 (2)
- 其他数据库 (2)
- 通讯编程文档 (2)
- FlashMX/Flex源码 (2)
- VHDL/FPGA/Verilog (2)
- Windows CE (2)
- Symbian (2)
- 系统设计方案 (2)
- VIP专区 (2)
- Windows编程 (1)
- 数值算法/人工智能 (1)
- 仿真技术 (1)
- 技术书籍 (1)
- 技术教程 (1)
- 开发工具 (1)
- 嵌入式综合 (1)
- 可编程逻辑 (1)
- 驱动编程 (1)
- 游戏 (1)
- Applet (1)
- 汇编语言 (1)
- 嵌入式/单片机编程 (1)
- 嵌入式Linux (1)
- J2ME (1)
- 家庭/个人应用 (1)
- 交通/航空行业 (1)
- Oracle数据库 (1)
- 其他嵌入式/单片机内容 (1)
- MySQL数据库 (1)
- Jsp/Servlet (1)
- Ajax (1)
技术资料 基于POOSL 的系统性能建模与性能分析
本文介绍了面向对象的并行描述语言(POOSL,Parallel Object-Oriented Specification Language)的基本语义语法及相关的建模工具,并通过对一个基本的包交换系
VC书籍 This book is intended for "hands-on" developers or advanced students interested in understanding the
This book is intended for "hands-on" developers or advanced students interested in understanding the strategies and tactics of concurrent network programming using C++ and object-oriented design. We describe the key design dimensions, patterns, and principles needed to develop flexible and efficient ...
VC书籍 Part 1. OO Techniques (面向对象技术) Chapter 1. OO Software Development (面向对象软件开发) Chapter 2. Ca
Part 1. OO Techniques
(面向对象技术)
Chapter 1. OO Software Development
(面向对象软件开发)
Chapter 2. Case Study--OO in C++
(C++面向对象程序设计实例)
Part 2. Object-Oriented Programming
(面向对象程序设计)
Chapter 3. Basic C++ Programming
(C++程序设计基础)
Chapter 4. Object-O ...
Java编程 java 线程 静态锁
java 线程 静态锁,对象锁, synchronized 是锁方法还是锁对象?还是锁类?如何实现??
部分代码如下,
public static Object lock=new Object() //静态锁,锁类,不是锁对象了!!所以两个线程同时 运行两个 TestThread 的execute(
),也可以同步!!!
public void execute(){ //
synchronize ...
GPS编程 This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is to sho
This Delphi 4.0 example uses the MapX Ver 4.0 OCX Control. The main goal of this example is
to show the use of the new object editing capabilities in MapX Ver 3.51. The program show how
to perform functions such as adding a new layer adding lines and
points, and editing a layers data.
编辑器/阅读器 SIC_XE程式Pass 1:先對每個Source statement做定location
SIC_XE程式Pass 1:先對每個Source statement做定location,Pass 2:對每個細項做不同的處理,算出object code,最後轉成machine code輸出。
文件格式 The W3C DOM Core interfaces defines a minimal set of: A. interfaces for accessing and manipulating
The W3C DOM Core interfaces defines a minimal set of:
A. interfaces for accessing and manipulating document objects
B. Java object implementations for use with XML parsers.
C. Conventions and processes for creating live HTML pages.
D. Mutable document
文件格式 This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in co
This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running ...
文件格式 This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in co
This library implements the KLT Tracking algorithm [2004] for Feature Tracking in Video useful in computer vision tasks like object recognition, image indexing, tracking and structure from motion. This implementation uses programmable Graphics Hardware to achieve considerable speedup in the running ...
技术资料 企业应用系统的设计模式
The topics covered include:
Dividing an enterprise application into layers
The major approaches to organizing business logic
An in-depth treatment of mapping between objects and relational databases
Using Model-View-Controller to organize a Web presentation
Handling concurrency for data that s ...