码迷,mamicode.com
首页 >  
搜索关键字:purpose    ( 531个结果
GPIO
GPIO: General-Purpose Input /Output Ports,中文意思是通用I/O端口。 比如一些引脚,通过它们输出高低电平或者通过它们读取引脚高低电平状态 - 例子 如何用配置引脚功能: 1.作为输出引脚,写值到寄存器 2.作为输入引脚,读寄存器的状态 例子: 首先我们可以查看开发板电路原理图:然后查看对于的芯片原理图的nLED1然后查询开发文档,搜索GPF4...
分类:其他好文   时间:2016-04-22 20:43:59    阅读次数:230
7. Reverse Integer (整数的溢出)
Reverse digits of an integer. Example1: x = 123, return 321Example2: x = -123, return -321 For the purpose of this problem, assume that your function ...
分类:其他好文   时间:2016-04-07 09:41:29    阅读次数:128
Using UTL_DBWS to Make a Database 11g Callout to a Document Style Web Service
In this Document Purpose Scope Details APPLIES TO: Oracle Database - Enterprise Edition - Version 11.1.0.6 and later Web Services - Version 10.1.3.1.0 ...
分类:数据库   时间:2016-04-06 10:59:12    阅读次数:239
RPD Volume 168 Issue 4 March 2016 评论1
GEANT4 calculations of neutron dose in radiation protection using a homogeneous phantom and a Chinese hybrid male phantom Abstract The purpose of this ...
分类:其他好文   时间:2016-03-31 07:04:58    阅读次数:160
1212
//Scriptname:log_analyse//Author:charlotte//date:2016/03/17//Purpose:slevelogandconnectsaveondatabase/*definaheadfile*/#include"stdio.h"#include"stdlib.h"#include"string.h" /*usefunctionaboutstring*/#include"mysql.h" /*usemysqlDB*/#include"pthread.h" ..
分类:其他好文   时间:2016-03-31 00:26:04    阅读次数:211
Oracle Study之--Oracle 11gR2通过RMAN克隆数据库
Oracle Study之--Oracle 11gR2通过RMAN克隆数据库 Purpose of Database Duplication A duplicate database is useful for a variety of purposes, most of which involve testing. You can perform the following tasks...
分类:数据库   时间:2016-03-26 07:15:58    阅读次数:333
Limitations of Forms Personalization (文档 ID 420518.1)
In this Document Purpose Scope Details Diagnostics & Utilities Community: References APPLIES TO:Oracle Application Object Library - Version 11.5.10.0 ... ...
分类:其他好文   时间:2016-03-24 12:51:06    阅读次数:212
C#导入导出数据到Excel的通用类代码
Excel文件导入导出,需引用Microsoft Excel 11.0 Object Library /////////////////////////////////////////////////////////////////////////// //Purpose:Excel文件导入导出,需
分类:Windows程序   时间:2016-03-03 14:41:25    阅读次数:199
Java Garbage Collection Basics--转载
原文地址:http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/gc01/index.html Overview Purpose This tutorial covers the basics of how Garbage Co
分类:编程语言   时间:2016-02-26 10:28:30    阅读次数:251
xmlrpc.server.SimpleXMLRPCServer
原文地址:https://pymotw.com/2/SimpleXMLRPCServer/SimpleXMLRPCServer – Implements an XML-RPC server. Purpose: Implements an XML-RPC server. Available In: 2
分类:其他好文   时间:2016-02-17 12:43:34    阅读次数:214
531条   上一页 1 ... 32 33 34 35 36 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!