搜索结果
找到约 92 项符合
properties 的查询结果
按分类筛选
- 全部分类
- Java编程 (15)
- 其他书籍 (10)
- 书籍 (7)
- Delphi控件源码 (5)
- 数学计算 (4)
- 数值算法/人工智能 (3)
- 其他 (3)
- 单片机开发 (3)
- 单片机编程 (2)
- 其他数据库 (2)
- 其他行业 (2)
- 书籍源码 (2)
- 汇编语言 (2)
- Linux/Unix编程 (2)
- 文章/文档 (2)
- 通讯编程文档 (2)
- Jsp/Servlet (2)
- 论文 (2)
- 模拟电子 (1)
- 通信网络 (1)
- 无线通信 (1)
- 驱动编程 (1)
- GPS编程 (1)
- 家庭/个人应用 (1)
- 人工智能/神经网络 (1)
- 通讯/手机编程 (1)
- 压缩解压 (1)
- matlab例程 (1)
- 企业管理 (1)
- 加密解密 (1)
- Oracle数据库 (1)
- 中间件编程 (1)
- 行业发展研究 (1)
- 金融证券系统 (1)
- 教育系统应用 (1)
- 软件工程 (1)
- VC书籍 (1)
- 系统设计方案 (1)
- 资料/手册 (1)
- 源码 (1)
Delphi控件源码 bject Inspector is a component suite that contains inspectors allowing you to change anything in y
bject Inspector is a component suite that contains inspectors
allowing you to change anything in your application at runtime.
Object Inspector suite includes:
TPropertyInterface
component for easy access to any property or event of any
component at runtime
TComponentInspector
customizable ful ...
其他数据库 The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you
The goal of this library is to make ODBC recordsets look just like an STL container. As a user, you can move through our containers using standard STL iterators and if you insert(), erase() or replace() records in our containers changes can be automatically committed to the database for you. The lib ...
通讯/手机编程 This sample uses Microsoft.WindowsMobile.PocketOutlook and Microsoft.WindowsMobile.Telephony to:
This sample uses Microsoft.WindowsMobile.PocketOutlook and
Microsoft.WindowsMobile.Telephony to:
- Databind a ContactCollection to a ListBox.
- Databind a Contact Property to a TextBox.
- Edit Contact Properties.
- Send SMS messages
- Call a contact s phone number.
Delphi控件源码 Delphi and C++ Builder component for direct access to IO ports on Windows 95, Windows 98 and Windows
Delphi and C++ Builder component for direct access to IO ports on Windows 95, Windows 98 and Windows NT/2000. Provides properties for reading and writing bytes, words and doublewords from/to IO ports. New fast block data transfer methods enable to read and write megabytes of data per second.
其他书籍 本手册针对的是已有一定网页设计制作经验的读者。其目的是提供最新最全的样式表内容的快速索引及注释。所以对于样式表的基础知识
本手册针对的是已有一定网页设计制作经验的读者。其目的是提供最新最全的样式表内容的快速索引及注释。所以对于样式表的基础知识,在此仅简单介绍,恕不赘述。
本手册的升级信息与版权声明请参阅关于本书页面。本手册中专用词汇请参阅中英文词汇对照表。
限于篇幅,对于一些过于繁杂的相关内容,如动态样式属性(Dynamic ...
Java编程 1. 如何生成自签名的KeyStore以及导出供SP使用的公钥 C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -
1. 如何生成自签名的KeyStore以及导出供SP使用的公钥
C:>keytool -v -genkey -alias idp -keystore idp.jks -keyalg RSA -dname uid=idp
然后按照提示输入密码即可,这里选择输入123456作为密码,同时主口令也使用该密码
C:>keytool -v -export -alias idp -keystore idp.jks -file idp.cer
这个命令将导出公钥证书,公钥证 ...
汇编语言 创建MFC,在编辑界面创建所需的控件
创建MFC,在编辑界面创建所需的控件,并于Properties中将ID,Caption按表填好,给复选和编辑框控件连接变量,对消息处理函数加入指定代码。
汇编语言 在编辑界面创建所需的控件
在编辑界面创建所需的控件,并于Properties中将ID,Caption按表填好,给复选和编辑框控件连接变量,对消息处理函数加入指定代码。
matlab例程 我用matlab写的一个corner detector, 效果比现在流行的harris
我用matlab写的一个corner detector, 效果比现在流行的harris,susan,CSS等效果要好。
Algorithm is derived from:
X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceedings of the 17th International Conference on Pattern Recognition, ...
企业管理 进销存管理系统(JSP版) 【系统配置】 先将此目录下的WEB-INFclassesJXC 为JavaBean 本系统这里使用的ACCESS数据数据库。 数据源名称:JXC
进销存管理系统(JSP版)
【系统配置】
先将此目录下的\WEB-INF\classes\JXC 为JavaBean
本系统这里使用的ACCESS数据数据库。
数据源名称:JXC, (也可以改变j\WEB-INF\classes\JXC\db.properties的文件)。
数据库为: jxcDB.mdb
编写环境: win2000+j2sdk1.4.1_01+tomcat4.1.2.7 ...