搜索结果
找到约 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)
其他数据库 As information technology is more and more in-depth and wide range of applications, management infor
As information technology is more and more in-depth and wide range of applications, management information system has been gradually implemented in the technical maturity. Management Information System is a continuous development of new disciplines. Library Management System is a typical management ...
其他书籍 PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that ran
PHP Cookbook has a wealth of solutions for problems that you ll face regularly. With topics that range from beginner questions to advanced web programming techniques, this guide contains practical examples -- or "recipes" -- for anyone who uses this scripting language to generate dynamic web content ...
网络 GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications
GNU Common C++ is a very portable and highly optimized class framework for writing C++ applications that need to use threads and support concurrent sychronization, and that use sockets, XML parsing, object serialization, thread-optimized String and data structure classes, etc. This framework offers ...
多国语言处理 AutomaticPropertiesDefaultValues Article_src.zip PropertyInfo[] props = o.GetType().GetPropert
AutomaticPropertiesDefaultValues
Article_src.zip
PropertyInfo[] props = o.GetType().GetProperties(BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Instance | BindingFlags.Static)
for (int i = 0 i < props.Length i++)
{
PropertyInfo prop = props[i]
if (prop.GetCustom ...
Ajax Ajax(Asynchronous JavaScript + XML)的定义 基于web标准(standards-based presentation)XHTML+CSS的表示; 使用 DOM
Ajax(Asynchronous JavaScript + XML)的定义
基于web标准(standards-based presentation)XHTML+CSS的表示;
使用 DOM(Document Object Model)进行动态显示及交互;
使用 XML 和 XSLT 进行数据交换及相关操作;
使用 XMLHttpRequest 进行异步数据查询、检索;
使用 JavaScript 将所有的东西绑定在一起。英文参见A ...
Java编程 This handbook is a concise guide to architecting, designing, and building J2EE applications. It guid
This handbook is a concise guide to architecting, designing, and building J2EE applications. It guides technical architects through the entire J2EE project, including identifying business requirements, performing use-case analysis, doing object and data modeling, and leading a development team throu ...
编译器/解释器 IDE开发环境
IDE开发环境,可以挂载SDCC
The BASIC IDE is a new, RAD (Rapid Application Development) IDE (Integrated Development Environment) for the RapidQ programming language. The IDE currently has rich project options, a form designer (similar to Delphi s), and code editor. The BASIC IDE is being coded in Borl ...
操作系统开发 T-kernel 的extension源代码
T-kernel 的extension源代码,是日本最著名的T-kernel所独有的,适合开发T-kernel的朋友们使用!
TK/SE is the program that extends T-Kernel and provides the functions such as a file system and a process management.
The TK/SE archive to be provided is comprised of the main portion and the 2 extended file ...
Java编程 Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook appro
Finally: a hands-on, Java-centric workbook companion for the classic Design Patterns! Workbook approach deepens your understanding, builds your confidence, and strengthens your skills. Covers all five categories of design pattern intent: interfaces, responsibility, construction, operations, and exte ...
Linux/Unix编程 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be portable and highly modular. It is coded in C++ so that it effectively translates the object concepts of the CIM objects into a programming model but still retains the speed and efficiency of a compiled ...