搜索资源列表
PICkit3脱机下载说明
- PICkit3调试器,既可以调试,也可以下载,同时还提供了脱机下载模式,非常适合批量烧写
zksdk_manual
- 中控脱机通讯开发包开发手册 中控sdk-this is the zksdksoftware sdk developer reference
SIMPLE-Presence
- “presence”,也作“presence information”,中文一般译为“呈现”,用以传达某一用户通过一组设备进行通信的能力和意愿。拿常见的MSN Messenger来举例,MSN v7.5为用户提供的可选状态有:联机、忙碌、马上回来、离开、接听电话、外出就餐和显示为脱机。这些状态便称为“presence状态”,它们表征了用户当前处于的某种状态和用户进行通信的意愿。-You may use this document or any part of the document for i
HanWangSDKmemo
- 随着人脸识别终端的广泛应用,为了便于用户的二次开发与系统集成,本文档提供了人脸识别终端脱机通讯SDK开发说明-With the extensive application of face recognition terminal, in order to facilitate the user s secondary development and system integration, this document provides a face recognition terminal off
ORACLE经典语句全集命令
- 一、建立表空间 CREATE TABLESPACE data01 DATAFILE '/oracle/oradata/db/DATA01.dbf' SIZE 500M UNIFORM SIZE 128k; #指定区尺寸为128k,如不指定,区尺寸默认为64k 二、建立UNDO表空间 CREATE UNDO TABLESPACE UNDOTBS02 DATAFILE '/oracle/oradata/db/UNDOTBS02.dbf' SIZE 50