码迷,mamicode.com
首页 >  
搜索关键字:simple    ( 6450个结果
Locality-constrained Linear Coding for Image Classification
引入 This paper presents a simple but effective coding scheme called Locality-constrained Linear Coding (LLC) in place of the VQ coding in traditional S...
分类:其他好文   时间:2014-10-03 17:30:14    阅读次数:599
hdu 4267 A Simple Problem with Integers
题目链接:hdu 4267 A Simple Problem with Integers类似于题目:hdu 1556 Color the ball的技巧实现树状数组的段更新点查询。由于该题对于段的更新并不是连续的,从而可以构造多个树状数组。因为$k \in [1,10] $,从而可以把更新划分为如下...
分类:其他好文   时间:2014-10-02 23:54:23    阅读次数:303
hdu 4974 A simple water problem
有n个人,进行了若干场比赛,每场比赛每个人可以得0分或1分,给出每个人的得分,求至少进行了多少场比赛。就是两两配对,如果最大的比总数的一半还大,那么答案就是最大的数,否则就是总数的一半。#include #include #include using namespace std;int main()...
分类:其他好文   时间:2014-10-02 16:16:43    阅读次数:200
poj 3468 A Simple Problem with Integers 线段树区间更新
点击打开链接题目链接 A Simple Problem with Integers Time Limit: 5000MS   Memory Limit: 131072K Total Submissions: 63565   Accepted: 19546 Case Time Limit: 2000MS Descripti...
分类:其他好文   时间:2014-10-02 15:07:43    阅读次数:237
JavaScript- The Good Parts Chapter 3 Objects
Upon a homely object Love can wink.—William Shakespeare, The Two Gentlemen of VeronaThe simple types of JavaScript are numbers, strings, booleans (tru...
分类:编程语言   时间:2014-10-01 15:31:31    阅读次数:351
HDU 1757 A Simple Math Problem
A Simple Math ProblemTime Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 108 Accepted Submission(s): ...
分类:其他好文   时间:2014-09-30 02:20:42    阅读次数:225
将mvvmlight 移植到 ios step1
https://github.com/wangrenzhu/SimpleIoc-For-Objective-c simple ios for objective-c 版 基本实现 所有功能 完美实现工厂 以及依赖注入。...
分类:移动开发   时间:2014-09-28 17:07:14    阅读次数:194
nrf51 SDK自带例程的解读
简单的pwm电机控制示例 simple_pwm_motor_control_example其实就是pwm控制led的亮度1.首先设置gpiote 设置初始为高电平2.接着设置ppi 定时器timer2的compare0和compare1触发gpiote翻转3.设置定时器timer2 预分频为4 按时...
分类:其他好文   时间:2014-09-28 16:24:53    阅读次数:222
BZOJ3212: Pku3468 A Simple Problem with Integers
3212: Pku3468 A Simple Problem with IntegersTime Limit: 1 SecMemory Limit: 128 MBSubmit: 810Solved: 354[Submit][Status]DescriptionYou have N integers,...
分类:其他好文   时间:2014-09-28 15:57:32    阅读次数:263
重建数据库日志
1 USE [master] 2 GO 3 4 ALTER DATABASE 数据库名称 SET RECOVERY SIMPLE WITH NO_WAIT 5 GO 6 7 ALTER DATABASE 数据库名称 SET RECOVERY SIMPLE 8 GO 9 10 USE 数据库名称...
分类:数据库   时间:2014-09-28 14:18:12    阅读次数:169
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!