Efficientlytraversing InnoDB B+Trees with the page directory 1、the purpose of the page directory As described in the posts mentioned above,all records ...
分类:
数据库 时间:
2017-05-02 19:40:48
阅读次数:
265
Administration of the labyrinth has decided to start a new season with new wallpapers. For this purpose they need a program to calculate the surface a ...
分类:
其他好文 时间:
2017-04-27 23:08:32
阅读次数:
240
http://acm.hdu.edu.cn/showproblem.php?pid=5773 题意: 求LIS,其中的0可以看做任何数。 思路: 因为0可以看做任何数,所以我们可以先不管0,先求一遍LIS,最后再加上0的个数就可以了。当然,每个数需要减去它前面0的个数。 还有这题如果用dp求LIS是 ...
分类:
其他好文 时间:
2017-04-27 15:37:51
阅读次数:
172
SAS 报表输出一些新式控制 *******************************;*Purpose: 报表*Programm: *Programmor: *Date: *Version: ********************************; OPTIONS NOCENTER ...
分类:
其他好文 时间:
2017-04-25 11:37:11
阅读次数:
221
/*
*date:2017-03-29
*purpose:canvas画板功能优化
*author:ii迷糊
*/
varfontSize=14;//字体大小
var_textarea_w=fontSize*4;//默认文字输入域的宽度
var_textarea_h=fontSize*2+2;//默认文字输入域的高度
varisload=true;
varnewindex=0;
var_text="";//记录最后输入的数据
..
分类:
Web程序 时间:
2017-04-14 15:01:05
阅读次数:
318
一、简单介绍树莓派的GPIO口 上图是树莓派2代的接口(不同型号接口会有差异),我们就以此为例来说下这些接口。 1、GPIO介绍 GPIO 英文全称是:General-purpose input/output 通用型之输入输出的简称,其接脚可以供使用者由程控自由使用,PIN脚依现实考量可作为通用输入 ...
分类:
Web程序 时间:
2017-04-07 16:56:28
阅读次数:
817
// // Purpose: Compiles a GL shader program and returns the handle. Returns 0 if// the shader couldn't be compiled for some reason.// GLuint CMainAppl ...
分类:
其他好文 时间:
2017-03-13 18:35:22
阅读次数:
282
1.GPIO介绍 GPIO(general purpose i/o ports)意思为通用输入/输出端口,通俗的说就是一些引脚。 我们可以通过它们输出高低电平 或 读入引脚的状态。 s3c2440中有130个I/O端口,分为A~J共9组,GPA、GPB、..... GPJ 2.GPIO寄存器 既然要 ...
分类:
系统相关 时间:
2017-03-13 14:57:58
阅读次数:
342
GPIO(General Purpose I/O Ports)意思为通用输入/输出端口,通俗地说,就是一些引脚,可以通过它们输出高低电平或者通过它们读入引脚的状态-是高电平或是低电平。 GPIO口一是个比较重要的概念,用户可以通过GPIO口和硬件进行数据交互(如UART),控制硬件工作(如LED、蜂 ...
分类:
其他好文 时间:
2017-03-11 16:01:48
阅读次数:
262
Great minds have purpose, others only have wishes. 杰出的人有着目标,其他人只拥有愿望。 All you need is the plan, the road map, and the courage to press on to your dest ...
分类:
其他好文 时间:
2017-02-23 00:58:50
阅读次数:
193