搜索结果
找到约 160 项符合
Objects 的查询结果
按分类筛选
- 全部分类
- 书籍 (16)
- Java编程 (15)
- 其他书籍 (14)
- 其他 (13)
- 电子书籍 (5)
- matlab例程 (5)
- VC书籍 (5)
- Linux/Unix编程 (4)
- 编辑器/阅读器 (4)
- 微处理器开发 (4)
- 文章/文档 (4)
- Delphi控件源码 (4)
- GPS编程 (3)
- Java书籍 (3)
- 行业发展研究 (3)
- 文件格式 (3)
- 其他数据库 (3)
- 单片机编程 (2)
- uCOS (2)
- 其他行业 (2)
- 书籍源码 (2)
- 单片机开发 (2)
- SQL Server (2)
- 数据库系统 (2)
- 压缩解压 (2)
- 数据结构 (2)
- Oracle数据库 (2)
- 软件设计/软件工程 (2)
- 系统设计方案 (2)
- 技术资料 (2)
- 实用工具 (1)
- 开发工具 (1)
- DSP编程 (1)
- 无线通信 (1)
- Windows Mobile (1)
- 数值算法/人工智能 (1)
- 数学计算 (1)
- 家庭/个人应用 (1)
- 游戏 (1)
- 中间件编程 (1)
- 编译器/解释器 (1)
- 生物技术 (1)
- CA认证 (1)
- Symbian (1)
- 人工智能/神经网络 (1)
- 网络 (1)
- JavaScript (1)
- 驱动编程 (1)
- 软件工程 (1)
- 通讯编程文档 (1)
- 嵌入式/单片机编程 (1)
- VHDL/FPGA/Verilog (1)
- 源码/资料 (1)
- Windows编程 (1)
- 手册 (1)
- 论文 (1)
Delphi控件源码 The all mighty mouse: you can have more memory, you can have blue-ray discs but you are still using
The all mighty mouse: you can have more memory, you can have blue-ray discs but you are still using the mouse (and the keyboard) to control your computer.
The mouse pointer lets you select objects on the screen and operate on them. What and how you operate with the mouse is pretty simple: there s a ...
软件设计/软件工程 Some of the contents of this paper are adapted from the author’s book Real-Time UML: Developing Eff
Some of the contents of this paper are adapted from the author’s book Real-Time UML:
Developing Efficient Objects for Embedded Systems published by Addison-Wesley, 1998.
matlab例程 Two scripts are included here. 1. convsys.m - combines the state space representation of two syst
Two scripts are included here.
1. convsys.m - combines the state space representation of two systems connected in series.
[Ao,Bo,Co,Do]=convsys(A1,B1,C1,D1,A2,B2,C2,D2)
This algorithm gives the convolution of two state space representations
| A1 B1 | | A2 B2 |
u ==> | | == ...
软件设计/软件工程 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 ...
matlab例程 Matlab code for simulation of radar received power versus range. There are other files for additiona
Matlab code for simulation of radar received power versus range. There are other files for additional features like aperture area, swirling objects and pulse integration
Happy learning!
Java编程 Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write
Hibernate: A Developer s Notebook shows you how to use Hibernate to automate persistence: you write natural Java objects and some simple configuration files, and Hibernate automates all the interaction between your objects and the database. You don t even need to know the database is there, and you ...
系统设计方案 /* * tesswind.c * This program demonstrates the winding rule polygon * tessellation proper
/*
* tesswind.c
* This program demonstrates the winding rule polygon
* tessellation property. Four tessellated objects are drawn,
* each with very different contours. When the w key is pressed,
* the objects are drawn with a different winding rule.
*/
VHDL/FPGA/Verilog Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was t
Implementation of GPU (Graphics Processing Unit) that rendered triangle based models. Our goal was to generate complex models with a movable camera. We wanted to be able to render complex images that consisted of hundreds to thousands of triangles. We wanted to apply interpolated shading on the obje ...
源码/资料 Boost C++ Libraries 1.35.0
Boost C++ Libraries
Free peer-reviewed portable C++ source libraries
Boost C++ Libraries 基本上是一個免費的 C++ 的跨平台函式庫集合,基本上應該可以把它視為 C++ STL 的功能再延伸;他最大的特色在於他是一個經過「同行評審」(peer review,可參考維基百科)、開放原始碼的函式庫,而且有許多 Boost ...
Windows编程 Delphi 泛型容器 TDictionary 的用法 Demo
Collection of key-value pairs. 
TDictionary represents a generic collection of key-value pairs. 
This class provides a mapping from a collection of keys to a collection of values. When you create a TDictionary object, you can specify various combinations of initial capacity, equality ope ...