OBJECTS
共 189 篇文章
OBJECTS 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 189 篇文章,持续更新中。
This C++ code example provides a method for transferring objects or chunks of data from one device
This C++ code example provides a method for transferring objects or chunks of
data from one device to another via the Bluetooth OBEX protocol. These chunks
are typically files or other blocks of b
CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-d
CFlowchartEditor is an extension of CDiagramEditor. CDiagramEditor is a vector editor, with a CWnd-derived window (CDiagramEditor), a data container (CDiagramEntityContainer) holding the draw-objects,
ATL object wizard that creates a collection of other COM objects 创建COM对象阿ATL对象向导(37KB)
ATL object wizard that creates a collection of other COM objects
创建COM对象阿ATL对象向导(37KB)
supermap 521 全部模块的破解补丁 见压缩包里的2个dll文件 安装盘去官方网站下载就可以http://www.supermap.com.cn/ 1.supermapisnet破解
supermap 521 全部模块的破解补丁
见压缩包里的2个dll文件
安装盘去官方网站下载就可以http://www.supermap.com.cn/
1.supermapisnet破解
把破解的dll文件
把这个文件覆盖原来的文件就可以了
也就是覆盖C:\Program Files\SuperMap\SuperMap Objects 5.0 RT\Bin
下的dll文件
有时
有时,你可能需要一个定制版本的浏览器。在这种情况下,你可以自由地把一些新颖但又不标准的特征增加到一个浏览器上。结果,你最终有的只是一个新但不标准的浏览器。Web浏览器控件只是浏览器的分析引擎。这意味着仍然存在若干的与用户接口相关的工作等待你做――增加一个地址栏,工具栏,历史记录,状态栏,频道栏和收藏夹等。如此,要产生一个定制的浏览器,你可以进行两种类型的编程――一种象微软把Web浏览器控件转变成一
JoSQL 1.5的源代码。JoSQL(SQL for Java Objects)为Java开发者提供运用SQL语句来操作Java对象集的能力.利用JoSQL可以像操作数据库中的数据一样对任何Java
JoSQL 1.5的源代码。JoSQL(SQL for Java Objects)为Java开发者提供运用SQL语句来操作Java对象集的能力.利用JoSQL可以像操作数据库中的数据一样对任何Java对象集进行查询,排序,分组。比如要查找所有的Html文件:SELECT * FROM java.io.File Where name $Like "%html"
A multi-Kalman filtering approach for video tracking of human-delineated objects in cluttered enviro
A multi-Kalman filtering approach for video tracking of human-delineated objects in cluttered environments is an latest PH.D graduation paper! it give to most needing people.
这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间
这是Small RTOS 51 DP-51下载仿真实验仪上实现一个闹钟的源代码。它可以使用k1~k4调整时间,使用串口设置一个报警时间。由于仅仅是一个例子而非产品,有一些细节没有完善。如调整完时间后第一次显示的时间是错误的(由于共享TimeData引起);没有使用串行eeprom存储多个报警时间等;删除报警代码没有编写。不过,程序已经可以使用,读者可以自行完善它。通讯协议参考rtos随想曲和tes
这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据
这是Small RTOS 51 在DP-51下载仿真实验仪上使用CAT24WC02驱动程序的例子。本例程序按照相应的的通讯协议接收一个数据,并将接收到的数据显示到LED数码显示器上。然后将接收到的数据写入Cat24Wc02中,再在同一位置将数据读出,并将读出的数据通过串口发送回来。通讯协议参考rtos随想曲和test.ini。
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在
Java Data Objects - Oreilly
Java Data Objects - Oreilly
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
超图公司supermap objects5的开发版初级教程
超图公司supermap objects5的开发版初级教程,欢迎大家下载,共同提高
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,
Delphi 泛型容器 TDictionary 的用法 Demo
Collection of key-value pairs. <br />
<br />
TDictionary represents a generic collection of key-value pairs. <br />
<br />
This class provides a mapping from a collection of keys to a collec
Six objects here: The document you re reading & its Chinese version Set of "HWDesign" includes
Six objects here:
The document you re reading & its Chinese version
Set of "HWDesign" includes all hardware design files
"SWDesign" includes all software design files(firmware/driver and mayb
FlashEd 0.2 是个游戏引擎包
FlashEd 0.2 是个游戏引擎包,不过和Gamepackage不同的是:
FlashEd is a 3d engine
只要功能如下:
• Multiple Cameras
• Collision Control
• Rendering Effects
• Gravity
• Polygon Animation
•
这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个
这个例子是例子2的另一种写法(但任务数量不同),它使用了最高优先级任务作为显示任务,全局变量ShowChar作为参数.函数TaskB是优先级1~10的任务函数,因为没有使用局部变量,这些任务可以用一个函数.
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project->Options for Target "Target 1"的output页点
这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small R
这个例子如果运行,将在仿真的PC窗口中的第1,2,3行显示一些信息后,在随机位置显示 1 ~ 5 .由于keil c51默认不支持重入函数,它的重入函数使用仿真的重入栈而不使用系统栈,而Small RTOS 51没有进行重入栈管理,所以在TaskA~TaskE虽然及其相似,但不能合并.
注意:(1)在KEIL C51 工程中,我已经把输出文件目录设在e:\temp中,您可以在Project-&g
This sample demonstrates the use of the projection objects ProjCoordSys and GeoCoordSys, and the C
This sample demonstrates the use of the projection objects ProjCoordSys and GeoCoordSys, and the
CoordinateSystem property of the MapLayer object and Map control. This application is intended to tea
Boost C++ Libraries 1.35.0
<h1 itemprop="name" style="margin:0px;padding:0px;border:0px;outline:0px;font-size:32px;vertical-align:baseline;text-rendering:optimizeLegibility;font-family:Ubuntu, sans-serif;line-height:1em;display