码迷,mamicode.com
首页 >  
搜索关键字:cover    ( 574个结果
EDMA3随笔
最近查DM814x上两个M3莫名其妙挂掉的问题查了将近两周,最后发现居然是各个模块的dma乱用引起的。A8上的音频mcasp用了两个dma通道……TI给的simcop里面imx实现的swosd又用了一串的dma通道……M3上面的cover业务又用了一个……后面dsp上加跑的算法又用了两个,然后就开始...
分类:其他好文   时间:2014-07-18 09:36:01    阅读次数:248
LeetCode----Wildcard matching
Implement wildcard pattern matching with support for '?' and '*'. '?' Matches any single character. '*' Matches any sequence of characters (including the empty sequence). The matching should cover t...
分类:其他好文   时间:2014-07-10 21:21:42    阅读次数:255
LeetCode——Regular Expression Matching
Implement regular expression matching with support for '.' and '*'. '.' Matches any single character. '*' Matches zero or more of the preceding element. The matching should cover the entire input st...
分类:其他好文   时间:2014-07-08 16:57:40    阅读次数:193
HDU 1542 Atlantis (线段树求矩阵覆盖面积)
题意:给你n个矩阵求覆盖面积。 思路:看了别人的结题报告 给定一个矩形的左下角坐标和右上角坐标分别为:(x1,y1)、(x2,y2),对这样的一个矩形,我们构造两条线段,一条定位在x1,它在y坐标的区间是[y1,y2],并且给定一个cover域值为1;另一条线段定位在x2,区间一样是[y1,y2],给定它一个cover值为-1。根据这样的方法对每个矩形都构造两个线段,最后将所有的线段根据所定位...
分类:其他好文   时间:2014-06-30 00:31:13    阅读次数:242
背景100%显示
div{width:100%;height:500px;background-image:url('2.png');background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod...
分类:其他好文   时间:2014-06-27 20:52:59    阅读次数:207
Regular Expression Matching
题目 Implement regular expression matching with support for '.' and '*'. '.' Matches any single character. '*' Matches zero or more of the preceding element. The matching should cover the ent...
分类:其他好文   时间:2014-06-24 18:43:56    阅读次数:224
php读取csv文件类
php处理csv文件类: http://www.php100.com/cover/php/540.html <?php define("CSV_Start", 0); define("CSV_Quoted", 1); define("CSV_Quoted2", 2); define("CSV_Unquoted", 3);...
分类:Web程序   时间:2014-06-21 22:31:29    阅读次数:298
Open vSwitch Advanced Features Tutorial
Open vSwitch Advanced Features Tutorial=======================================Many tutorials cover the basics of OpenFlow. This is not such atutorial....
分类:其他好文   时间:2014-06-21 16:00:06    阅读次数:271
pgm4
这部分 cover 两个比较特殊的情形,一个是 Gaussian networks,一个是 exponential family。正态分布常见的参数化策略是均值 和协方差矩阵 ,另一种是使用 information matrix/precision matrix,即 ,另可以用所谓 potenti....
分类:其他好文   时间:2014-06-08 23:10:53    阅读次数:296
Open vSwitch Advanced Features Tutorial
Open vSwitch Advanced Features Tutorial=======================================Many tutorials cover the basics of OpenFlow. This is not such atutorial....
分类:其他好文   时间:2014-06-07 08:56:17    阅读次数:282
574条   上一页 1 ... 54 55 56 57 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!