搜索结果
找到约 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)
Java书籍 Acegi认证授权主要基于两大技术
Acegi认证授权主要基于两大技术,一是Filter机制,二是AOP的拦截机制。通过FilterSecurityInterceptor很好地实现了对URI的保护,通过MethodSecurityInterceptor实现了对Service的方法的拦截保护,通过ACL 实现了对prototype类型的Object进行过滤和保护。 ...
网络 A Module-based Wireless Node (MW-Node) is a Node with wireless and mobile capabilities added by mean
A Module-based Wireless Node (MW-Node) is a Node with wireless and mobile capabilities added by means of modules. It is not a new node object derived from Node. Rather it is a new layout of mostly existing components. Rationale for this new design has been presented in [1]. The MW-Node provides a fl ...
其他 在实际应用中
在实际应用中,经常需要根据用户需求来动态创建数据窗,一般方法是这样的。
在一个window中加入一个数据窗控件,如dw_new,但是该数据窗没有data object,(空白的)就可以用以下语法来创建
Java编程 SOME BACKGROUND ON DESIGN PATTERNS The term “design patterns” sounds a bit formal to the uninitiate
SOME BACKGROUND ON DESIGN PATTERNS
The term “design patterns” sounds a bit formal to the uninitiated and
can be somewhat off-putting when you first encounter it. But, in fact, design
patterns are just convenient ways of reusing object-oriented code between
projects and between programmers. The ide ...
技术资料 VC6从入门到精通
MFC提供了对数据库编程的强大支持。对于数据库的访问,MFC提供了两组类:ODBC(Open Database Connectivity)和DAO(Database Access Object)。利用这两个功能强大的类,用户可以方便的开发出基于ODBC或DAO的数据库应用。
GPS编程 function [U,V,num_it]=fcm(U0,X) % MATLAB (Version 4.1) Source Code (Routine fcm was written by R
function [U,V,num_it]=fcm(U0,X)
% MATLAB (Version 4.1) Source Code (Routine fcm was written by Richard J.
% Hathaway on June 21, 1994.) The fuzzification constant
% m = 2, and the stopping criterion for successive partitions is epsilon =??????.
%*******Modified 9/15/04 to have epsilon = ...
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 ...
其他 假设图书馆的图书包含书名、编号和作者属性
假设图书馆的图书包含书名、编号和作者属性,读者包含姓名和借书证属性,每们读者最多可借5本书。设计一个类object,从它派生出图书类book和读者类reader,在reader类中有一个rentbook()成员函数用于借阅图书。
软件设计/软件工程 Learn how to leverage a key Java technology used to access relational data from Java programs, in
Learn how to leverage a key Java technology used to access
relational data from Java programs, in an Oracle environment.
Author Donald Bales begins by teaching you the mysteries of
establishing database connections, and how to issue SQL queries
and get results back. You ll move on to advanced to ...
电子书籍 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 ...