搜索结果
找到约 416 项符合
OBJECT 的查询结果
按分类筛选
- 全部分类
- Java编程 (47)
- 其他书籍 (36)
- 其他 (34)
- VC书籍 (32)
- 软件设计/软件工程 (18)
- matlab例程 (17)
- 电子书籍 (16)
- Java书籍 (14)
- Delphi控件源码 (11)
- 文章/文档 (10)
- 软件工程 (9)
- Delphi/CppBuilder (9)
- 技术资料 (9)
- Linux/Unix编程 (8)
- 书籍 (8)
- 其他行业 (7)
- 编译器/解释器 (7)
- 人工智能/神经网络 (7)
- 单片机开发 (7)
- 行业发展研究 (6)
- 文件格式 (6)
- 书籍源码 (6)
- 数据库系统 (5)
- JavaScript (5)
- GPS编程 (4)
- 技术管理 (4)
- 数据结构 (4)
- 编辑器/阅读器 (4)
- 网络 (4)
- 单片机编程 (3)
- 通讯/手机编程 (3)
- 操作系统开发 (3)
- 数学计算 (3)
- SQL Server (3)
- 压缩解压 (3)
- Internet/网络编程 (2)
- 通讯编程文档 (2)
- 系统设计方案 (2)
- Symbian (2)
- Windows CE (2)
- 多国语言处理 (2)
- 其他数据库 (2)
- FlashMX/Flex源码 (2)
- VHDL/FPGA/Verilog (2)
- 教程 (2)
- VIP专区 (2)
- 嵌入式综合 (1)
- 开发工具 (1)
- 可编程逻辑 (1)
- 仿真技术 (1)
- Applet (1)
- 其他嵌入式/单片机内容 (1)
- 交通/航空行业 (1)
- MySQL数据库 (1)
- 汇编语言 (1)
- J2ME (1)
- 嵌入式Linux (1)
- 嵌入式/单片机编程 (1)
- 游戏 (1)
- Ajax (1)
- 数值算法/人工智能 (1)
- Oracle数据库 (1)
- 家庭/个人应用 (1)
- 驱动编程 (1)
- Jsp/Servlet (1)
- 技术书籍 (1)
- 技术教程 (1)
- Windows编程 (1)
软件工程 Patterns of Enterprise Application Architecture is written in direct response to the stiff challenge
Patterns of Enterprise Application Architecture is written in direct response to the stiff challenges that face enterprise application developers. The author, noted object-oriented designer Martin Fowler, noticed that despite changes in technology--from Smalltalk to CORBA to Java to .NET--the same b ...
VC书籍 Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, refer
Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple inheritance. The entire effort is woven in a fabri ...
matlab例程 Adaptive Filter. This script shows the BER performance of several types of equalizers in a static ch
Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood s ...
文件格式 本小节通过一个简单的实例来讲述ARX程序的创建过程
本小节通过一个简单的实例来讲述ARX程序的创建过程,介绍编制Object ARX程序的一些基本步骤和原则,并初步了解ARX程序与AutoCAD进行通讯的方式。如同学习其它计算机语言一样,我们首先来创建一个最简单的ARX程序—“Hello.ARX”,在AutoCAD 2002中加载并运行该程序,将会在命令行出现-“Hello, ObjectARX!”。 ...
J2ME 利用SyncML开发客户端程序的中间件
利用SyncML开发客户端程序的中间件,J2ME版本。
This library is a collection of basic utilities for: object serialization
and persistence on the RMS, Logging and string manipulation.
This document describes the Funambol JavaME Common API library, which purpose is giving support and
providing basic fun ...
文章/文档 javascript中文教程 <INPUT TYPE="button" NAME="objectName" VALUE="buttonText" [onClick="hand
javascript中文教程
<INPUT
TYPE="button"
NAME="objectName"
VALUE="buttonText"
[onClick="handlerText"]>
NAME specifies the name of the button object as a property of the enclosing form object and can be accessed using the name property. VALUE specifies the label to display on the button face and ...
文章/文档 许多 Web 站点都包括几种多媒体和交互程
许多 Web 站点都包括几种多媒体和交互程,如数字视频、数字音频文件、MacromediaFlash 影片和 Java applet。因,Java Web 站点通常将这种内容集成在Servlet 和 JSP(JavaServer Page)中。本文将解释在 Java Web 组件中嵌入多媒体的础。这个过程包括在组件的 HTML 输出中导入 object 和 embed 标记。 ...
Java书籍 JavaServer Pages Software and OODB This tutorial covers Deploying Dynamic Sites Using Page Compil
JavaServer Pages Software and OODB
This tutorial covers Deploying Dynamic Sites Using Page Compilation, JavaServer PagesTM Software and an Object Oriented Database
SQL Server LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provide
LiteSQL is a C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL and MySQL as backends. LiteSQL creates tables, indexes and sequences to database and upgrades schema when needed.
Java书籍 Acegi认证授权主要基于两大技术
Acegi认证授权主要基于两大技术,一是Filter机制,二是AOP的拦截机制。通过FilterSecurityInterceptor很好地实现了对URI的保护,通过MethodSecurityInterceptor实现了对Service的方法的拦截保护,通过ACL 实现了对prototype类型的Object进行过滤和保护。 ...