搜索结果
找到约 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)
VC书籍 This book focuses on combining C++ s power and flexibility with high performance and scalability, r
This book focuses on combining C++ s power and flexibility with high performance and
scalability, resulting in the best of both worlds. Specific topics include temporary objects,
memory management, templates, inheritance, virtual functions, inlining, referencecounting,
STL, and much more
编译器/解释器 C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in
C-Talk is interpreted scripting language with C-like syntax and dynamic type checking. Variables in C-Talk have no type. So there is no compile time type checking in C-Talk, all checking is performed at runtime. To preserve reference integrity, explicit memory deallocation is prohibited in C-Talk, u ...
数据结构 R+树的c实现源码
R+树的c实现源码,对应文章T. K. Sellis, N. Roussopoulos, C. Faloutsos: The R+-Tree: A Dynamic Index for Multi-Dimensional Objects.
matlab例程 This is the machine-generated representation of a Handle Graphics object and its children. Note that
This is the machine-generated representation of a Handle Graphics object and its children. Note that handle values may change when these objects
are re-created. This may cause problems with any callbacks written to
depend on the value of the handle at the time the object was saved.
微处理器开发 这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据
这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。
注意:(1)在KEIL C51 工 ...
微处理器开发 这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间
这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行eeprom存储多个报警时间等;删除报警代码没有编写。不过,程序已经 ...
微处理器开发 这是Small RTOS 51 DP-51下载仿真实验仪上编写的一个键盘驱动例子。在DP-51下载仿真实验仪上运行本程序后
这是Small RTOS 51 DP-51下载仿真实验仪上编写的一个键盘驱动例子。在DP-51下载仿真实验仪上运行本程序后,有两个发光二极管每秒闪动一次。当按下某个按键时,LED数码显示器会显示相应的键值。
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页 ...
电子书籍 By Tom Christiansen and Nathan Torkington ISBN 1-56592-243-3 First Edition, published August 1998
By Tom Christiansen and Nathan Torkington
ISBN 1-56592-243-3
First Edition, published August 1998.
(See the catalog page for this book.)
Search the text of Perl Cookbook.
Table of Contents
Copyright Page
Foreword
Preface
Chapter 1: Strings
Chapter 2: Numbers
Chapter 3: Dates and Times
Chapter 4: ...
生物技术 基于"trace transform"的识别2D图像的C++源程序
基于"trace transform"的识别2D图像的C++源程序,
主文件是tt.cpp,
在LINUX下可以用
g++ tt.cpp -o tt -O3进行编绎,
而且最后的结果也可以在MATLAB下显示出来,
This package presents C++ tools to the trace transform of a 2D image, and related objects, i.e. circuses and triple features, matl ...