码迷,mamicode.com
首页 >  
搜索关键字:area    ( 2494个结果
ZigBee
ZigBee is a specification for a suite of high level communication protocols used to create personal area networks built from small, low-power digital ...
分类:其他好文   时间:2014-07-19 20:37:21    阅读次数:212
html5笔记
html5:语义化的结构标签,"非革命性的发展"html5的Doctype声明:<!doctypehtml><!doctypehtmlsystem"about:legacy-compat">html5指定文件中的字符编码<metacharset="utf-8">html5可以省略标记的元素:1>不允许写结束标记的元素有:area,base,br,col,command,e..
分类:Web程序   时间:2014-07-17 16:09:53    阅读次数:367
POJ 2109 Power of Cryptography
Description Current work in cryptography involves (among other things) large prime numbers and computing powers of numbers among these primes. Work in this area has resulted in the practical use of...
分类:其他好文   时间:2014-07-17 10:12:16    阅读次数:191
CSS_img标签usemap属性图片中选择区域加入超链接
例子: usemap是img标签的一个属性,usemap=“#Map”表示和id为Map的map相关联,其中area 标记的 的shape=“rect” 表示区域为矩形,coords=“第一个点坐标x,第一个点坐标x,第二个点坐标x...
分类:Web程序   时间:2014-07-16 22:57:06    阅读次数:258
根据《Sparse deep belief net model for visual area V2》实现Sparse GRBM
前一部分的求解用Hinton的CD算法即可,后一部分的求解即在前一部分的前提下,加入: %%加入SparsepenaltyR.delta=mean(mean(h0,1)-R.sparseP).*mean(h0.*(1-h0),1);R.deltaW=(v0'*repmat(R.delta,minib...
分类:Web程序   时间:2014-07-16 16:13:44    阅读次数:743
在数据库并发情况下避免插入重复数据的一个解决方法
目前公司的项目中碰到一个情况:需要向一个数据表table1中插入记录,该表的结构类似于下面的定义:列名类型是否允许为空IdintnoAreastringnoAreaIndexintnoNamestringno其中Name的值由Area和AreaIndex拼接而成,形式类似于“Area+AreaInd...
分类:数据库   时间:2014-07-14 14:39:51    阅读次数:336
Socket 和 Named Pipe的区别
In a fast local area network (LAN) environment, Transmission Control Protocol/Internet Protocol (TCP/IP) Sockets and Named Pipes clients are comparabl...
分类:其他好文   时间:2014-07-06 20:39:21    阅读次数:315
获取图斑中心点
IArea area = feature.Shape as IArea;IPoint pt=area.Centroid;//中心点
分类:其他好文   时间:2014-07-06 16:00:44    阅读次数:163
leetcode--Maximal Rectangle
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.public class Solution { public...
分类:其他好文   时间:2014-07-06 13:50:22    阅读次数:153
LDT自定义启动模拟器
最近使用LUA开发手游,团队里大神自研了个框架,底层C++渲染,上层LUA处理逻辑。 LUA的IDE选择LDT,不爽的是它不能自动启动模拟器,看过COCOSIDE能自启动,于是我想改造下LDT让它支持自启动模拟器。 参考原型:http://wiki.eclipse.org/Koneki/LDT/Developer_Area/Building_LDT_from_source 注意地方:...
分类:其他好文   时间:2014-07-06 12:35:31    阅读次数:240
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!