码迷,mamicode.com
首页 > 其他好文
quick cocos2dx 判断坐标是否在精灵内部
local pos = ccp(10, 10)local sprite=display.newSprite("02.png") //创建一个精灵sprite:setPosition(ccp(10,10))self:addChild(sprite) if sprite:getBound...
分类:其他好文   时间:2014-06-18 22:02:41    阅读次数:198
PatentTips - Sleep state mechanism for virtual multithreading
BACKGROUNDThe present disclosure relates generally to information processing systems and, more specifically, to a mechanism that maintains the archite...
分类:其他好文   时间:2014-06-18 22:03:25    阅读次数:216
委托复习
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace 委托复习 8 {.....
分类:其他好文   时间:2014-06-18 22:04:02    阅读次数:118
Httpclient httpdelete 参数
Httpclient 中常用的请求有2个,HttpPost 和 HttpGet,今天在对某个网站进行分析的时候,突然发现用到了 HttpDelete,并且传参 是 Json。1、一般 HttpPost 对传参 Json 的处理是:// 中文处理StringEntity se = new String...
分类:其他好文   时间:2014-06-18 22:05:55    阅读次数:419
TOJ--2674--最短路(spfa)
厌死了......排位 晋级赛 两连跪 。。。三角形 的那题还是 无限WA 。。。还有 明天又要早起。。。先还是来看下这题吧 话说 好久没写 最短路了 --------- spfa 是我最喜欢的最短路版本 touch me这题 其实相比其它的最短路 还是有个很让人看不懂的地方---让我纠结...
分类:其他好文   时间:2014-06-18 22:05:14    阅读次数:159
PatentTips - Increasing turbo mode residency of a processor
BACKGROUNDMany modern operating systems (OS's) use the Advanced Configuration and Power Interface (ACPI) standard, e.g., Rev. 3.0b, published Oct. 10,...
分类:其他好文   时间:2014-06-18 22:07:15    阅读次数:382
百度还懂搜索吗?
举例,以“如何查看mininet交换机中的流表”为搜索字符串,搜狗、Google、360搜索、百度的返回结果如下:还能说什么呢???
分类:其他好文   时间:2014-06-18 22:09:10    阅读次数:220
编译原理学习笔记 -- 绪论1
1. 语言处理器语言处理系统 _________ 经过预 _______源程序 --> |预处理器| --> 处理的 --> |编译器| --> 目标汇编程序 -------- 源程序 ------- _______ 可重定位的 ______________--> |汇编器| --> 机器代码 --...
分类:其他好文   时间:2014-06-18 22:09:44    阅读次数:194
[LeetCode] Word Break
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.For e...
分类:其他好文   时间:2014-06-18 22:11:44    阅读次数:200
bgr to rgb
因为在研究车牌识别算法(plr),遇到了算法 处理的格式问题,可分三个常用格式:0:rgb1:bgr2:yuv422——需要注意的是,这里为啥选yuv422做识别,当然还可选yuv444,最坏打算可选yuv420,主要是考虑颜色识别效果 R代表红,red; G代表绿,green; B代表蓝,b...
分类:其他好文   时间:2014-06-18 22:11:01    阅读次数:228
6月15号=》146页-155页
6.4.5 配合counter-increment属性添加编号 代码示范: //为该元素定义了一个计数器 元素{counter-increment:mycounter} //在该元素的前端插入定义的计数器 元素:before{con...
分类:其他好文   时间:2014-06-18 22:13:01    阅读次数:179
xhprof 安装使用
1、安装扩展 windows下把 xhprof.dll 放到extensions目录下修改配置文件[xhprof]extension=xhprof.so;; directory used by default implementation of the iXHProfRuns; interface....
分类:其他好文   时间:2014-06-18 22:13:39    阅读次数:261
PatentTips - Optimizing power usage by factoring processor architectural events to PMU
BACKGROUNDProcessor power consumption has become a major issue in recent years. The current trend of processor design to multi-core architecture as ea...
分类:其他好文   时间:2014-06-18 22:16:54    阅读次数:435
Implement strStr()
Implement strStr().Returns a pointer to the first occurrence of needle in haystack, ornullif needle is not part of haystack.思路:这是一道字符串匹配的函数,就是找出needle...
分类:其他好文   时间:2014-06-18 22:16:17    阅读次数:236
Chrome 的插件(Plug-in)与扩展(Extension)的区别
"扩展"和"插件",其实都是软件组件的一种形式,Chrome 只不过是把两种类型的组件分别给与了专有名称,一个叫"扩展",另一个叫"插件"。扩展(Extension),指的是通过调用 Chrome 提供的 Chrome API 来扩展浏览器功能的一种组件,工作在浏览器层面,使用 HTML + Jav...
分类:其他好文   时间:2014-06-18 22:18:08    阅读次数:422
抓包实例
超过70秒的请求是通过分析IIS日志发现的:10.159.63.104是SLB的内网IP。通过Wireshark抓包分析请求是9:22:21收到的(tcp.stream eq 23080):09:22:21.299838000 10.159.63.104 10.161.241.208 ...
分类:其他好文   时间:2014-06-18 22:17:30    阅读次数:344
PatentTips - Controlling TSC offsets for multiple cores and threads
BACKGROUNDMany processors include a time stamp count (TSC) counter which is typically implemented as a counter that increments at a fixed rate. Some k...
分类:其他好文   时间:2014-06-18 22:19:29    阅读次数:233
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!