码迷,mamicode.com
首页 >  
搜索关键字:brief    ( 586个结果
My brief introduction to K-SVD
K-SVD has become a popular dictionary learning method for deriving dictionaries which can sparsely represent the given signals. It is an enhancement of K-means clustering method....
分类:其他好文   时间:2014-08-08 21:24:10    阅读次数:256
如何从Cortex-m向STM32移植使用SPI接口协议
/*****************************************************************************************************  * @brief: LDC1000应用程序  * _____________ _______________  * |PB4(SSI2CLK) ----> SCLK|  * |PB5...
分类:其他好文   时间:2014-08-08 16:10:36    阅读次数:261
amazon 面经3
http://www.geeksforgeeks.org/amazon-interview-set-107/F2F-I:1) Brief discussion on work in current company2) Flatten linked list – http://www.geeksfor...
分类:其他好文   时间:2014-08-08 06:22:45    阅读次数:375
poj1936
非连续子串匹配题,直接模拟 /** \brief poj 1936 * * \param date 2014/8/5 * \param state AC * \return memory 804k time 0ms * */ #include #include #include using namespace std; const int MAXN=100000; cha...
分类:其他好文   时间:2014-08-07 13:15:20    阅读次数:166
【转载】一个XACML的简介
A Brief Introduction to XACML一个XACML的简介摘要:本文对XACML进行一个简要的介绍。如需对XACML作更多的了解,请访问OASIS的XACML技术委员会网站。简要的说,XACML是一个通用的访问控制策略定义语言。XACML提供一套语法(使用XML定义)来管理对系统...
分类:其他好文   时间:2014-08-06 01:31:20    阅读次数:409
poj2299--归并排序求逆序数
/** \brief poj2299 * * \param date 2014/8/5 * \param state AC * \return memory 4640K time 3250ms * */ #include #include #include #include using namespace std; const int MAXN=500000; int Ar...
分类:其他好文   时间:2014-08-05 22:48:40    阅读次数:313
poj1753--模拟
/** \brief poj 1573 * * \param date 2014/8/5 * \param state * \return memory 744k time 0ms * */ #include #include #include #include using namespace std; const int MAXN=11; int Map[MAXN][M...
分类:其他好文   时间:2014-08-05 19:31:40    阅读次数:187
poj2388 快速排序 模板题
/** \brief poj2388 * * \param date 2014/8/5 * \param state AC * \return memory time * qsort 784K 110ms * ksort 780K 172ms */ #include #include #include #include using namespace...
分类:其他好文   时间:2014-08-05 19:20:10    阅读次数:244
poj2632--模拟
/** \brief poj 2632 * * \param date 2014/8/3 * \param state AC * \return memory 776k time 16ms * */ #include #include #include using namespace std; const int MAXN=101; int Map[MAXN][MAXN];...
分类:其他好文   时间:2014-08-03 23:24:46    阅读次数:293
UML建模之状态图(Statechart Diagram)
状态图目录:一、状态图简介(Brief introduction)二、状态图元素(State Diagram Elements)1、状态(States)2、转移(Transitions)3、动作(State Actions)4、自身转移(Self-Transitions)5、组合状态(Compoun...
分类:其他好文   时间:2014-08-03 15:03:45    阅读次数:206
586条   上一页 1 ... 54 55 56 57 58 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!