码迷,mamicode.com
首页 >  
搜索关键字:purpose    ( 531个结果
libeXosip2(2-3) -- eXosip2 event API
eXosip2 event API General purpose API. Data Structures struct eXosip_event Enumerations enum eXosip_event_type { EXOSIP_REGISTRATION_SUCCESS, EXOSIP_R...
分类:Windows程序   时间:2014-08-29 19:50:28    阅读次数:680
libeXosip2(2-2) -- eXosip2 network API
eXosip2 network API General purpose API. Functions int eXosip_transport_set (osip_message_t *msg, const char *transport) int eXosip_guess_localip (str...
分类:Windows程序   时间:2014-08-29 19:48:38    阅读次数:257
uva 10785 - The Mad Numerologist
题目 Numerology is a science that is used by many people to find out a mans personality, sole purpose of life, desires to experience etc. Some calculations of numerology are very complex, while oth...
分类:其他好文   时间:2014-08-21 21:20:25    阅读次数:254
王爽汇编实验十一
;实验11;把小写字母换成大写字母assume cs:code , ds:datadata segment db "Beginner's All-purpose Symbolic Instruction Code.",0 data endscode segmentstart: ...
分类:其他好文   时间:2014-08-21 18:59:14    阅读次数:224
void RCC_Configuration(void)
void RCC_Configuration(void) { ErrorStatus HSEStartUpStatus;     RCC_DeInit();  //时钟管理重置  /* RCC system reset(for debug purpose) */     RCC_HSEConfig(RCC_HSE_ON); //打开外部晶振  //Enable HSE     HSESt...
分类:其他好文   时间:2014-08-20 18:05:22    阅读次数:396
General-Purpose Operating System Protection Profile
1 Protection Profile Introduction This document defines the security functionality expected to be provided by a general-purpose operating system capab...
分类:其他好文   时间:2014-08-18 00:14:23    阅读次数:644
使用ORACLE STREAM STRMMON 监控工具
Oracle Streams STRMMON Monitoring Utility [ID 290605.1] In this Document Purpose Scope and Application Oracle Streams STRMMON Monitoring Utility Installation Usage Output  Known proble...
分类:数据库   时间:2014-08-17 01:09:21    阅读次数:568
XML Publisher Report Issues, Recommendations and Errors
In this Document   Purpose   Questions and Answers   References APPLIES TO: Oracle Process Manufacturing Financials - Version 11.5.9 to 12.1.3 [Rele...
分类:其他好文   时间:2014-08-15 10:42:28    阅读次数:363
CentOS 最小化安装后安装桌面
通过yum的方式安装: yum groupinstall -y "Desktop" "Desktop Platform" "Desktop Platform Development" "Fonts" "General Purpose Desktop" "Graphical Administr...
分类:其他好文   时间:2014-08-14 15:58:48    阅读次数:182
关于GPIO口的一些概念性问题
一、什么是GPIO? GPIO的英文全称是General-Purpose IO ports,也就是通用输入输出口。 在嵌入式系统中,经常需要控制许多结构简单的外部设备或者电路,这些设备有的需要通过CPU控制,有的需要CPU提供输入信号。并且,许多设备或电路只要求有开/关两种状体就够了,比如LED.....
分类:其他好文   时间:2014-08-06 14:17:31    阅读次数:273
531条   上一页 1 ... 48 49 50 51 52 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!