码迷,mamicode.com
首页 >  
搜索关键字:Once    ( 2791个结果
[最小表示] poj 1509 Glass Beads
题目链接: http://poj.org/problem?id=1509 Glass Beads Time Limit: 3000MS   Memory Limit: 10000K Total Submissions: 2311   Accepted: 1343 Description Once upon...
分类:其他好文   时间:2014-05-11 13:47:01    阅读次数:292
Backbone事件管理——Backbone.Events模块API结构
模块Backbone.Events的事件管理是通过Backbone提供的Events API来实现的,该API在1.0版本之前仅仅提供了几个基本的方法,如on、off、trigger、once分别执行对事件的绑定、解除绑定、执行事件、执行一次事件的操作。从1.0版本以后,又添加了几个实用方法,如li...
分类:Windows程序   时间:2014-05-08 20:34:19    阅读次数:389
jQuery源码分析系列:Callback深入
关于Callbacks http://www.cnblogs.com/aaronjs/p/3342344.html$.Callbacks()的内部提供了jQuery的$.ajax() 和 $.Deferred() 基本功能组件在针对ajax处理中,用的最多的就是once memory的组合/** *...
分类:Web程序   时间:2014-05-08 13:29:23    阅读次数:353
使用GDI+的RotateFlip方法 旋转图像并保存图片
使用GDI+旋转图像并保存图片的方法,代码如下: 1 #pragma once 2 class CGDIImageFile 3 { 4 public: 5 CGDIImageFile(void); 6 ~CGDIImageFile(void); 7 8 String Typ...
分类:其他好文   时间:2014-05-07 18:18:32    阅读次数:1323
使用libcurl源码编译不过的问题
使用libcurl源码编译不过的问题 setup_once.h(274) : error C2628: '' followed by 'bool' is illegal (did you forget a ';'?)...
分类:其他好文   时间:2014-05-07 15:37:56    阅读次数:383
POJ2288:Islands and Bridges(状态压缩)
Description Given a map of islands and bridges that connect these islands, a Hamilton path, as we all know, is a path along the bridges such that it visits each island exactly once. On our map, there...
分类:其他好文   时间:2014-05-07 13:04:35    阅读次数:402
改进Threadglog并增加多线程写测试
写了个objectpool,很简单,就是个线程安全的队列。 #pragma once #include #include #include #include template class ObjectPool { public: ObjectPool(size_t chunk_size = kdefault_size, size_t chunk_num = 32) : chun...
分类:编程语言   时间:2014-05-05 13:11:58    阅读次数:446
Pig —Multi-Query Execution
Multi-Query Execution With multi-query execution Pig processes an entire script or a batch of statements at once....
分类:其他好文   时间:2014-05-04 17:52:35    阅读次数:336
unicode string和ansi string的转换函数及获取程序运行路径的代码
#pragma once#include namespace stds { class tool { public: std::string ws2s(const std::wstring& ws) { std::string curLocale = setlocale(LC_ALL...
分类:其他好文   时间:2014-05-03 22:25:17    阅读次数:318
【LeetCode】Substring with Concatenation of All Words
You are given a string, S, and a list of words, L, that are all of the same length. Find all starting indices of substring(s) in S that is a concatenation of each word in L exactly once and without an...
分类:其他好文   时间:2014-05-03 21:35:49    阅读次数:310
2791条   上一页 1 ... 276 277 278 279 280 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!