本文转载自:http://blog.sina.com.cn/s/blog_c0de2be70102vyn1.html 1 camera基本代码架构 高通平台对于camera的代码组织,大体上还是遵循Android的框架:即上层应用和HAL层交互,高通平台在HAL层里面实现自己的一套管理策略;在ker ...
分类:
其他好文 时间:
2017-03-07 17:45:08
阅读次数:
460
You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). //给定一个n*n的矩阵,顺时针旋转90度 ...
分类:
其他好文 时间:
2017-03-07 13:14:54
阅读次数:
152
CRU(Clock & Reset Unit) 是APB从模块用于产生内部和系统时钟、复位用的。 CRU从锁相环输出时钟或外部时钟源产生系统时钟,从外部电源复位、看门狗时钟复位或软件复位产生系统复位。 一、特性: 1.遵循AMBA APB接口 2.8个锁相环BPLL/LPLL/DPLL/CPLL/G ...
分类:
其他好文 时间:
2017-02-23 15:24:31
阅读次数:
616
一、开启AFIO的时钟(必须保证先打开AFIO,否则无效) RCC_APB2PeriphClockCmd(RCC_APB2Periph_AFIO, ENABLE); 二、禁用JTAG,使能SWD GPIO_PinRemapConfig(GPIO_Remap_SWJ_JTAGDisable , ENA ...
分类:
其他好文 时间:
2017-02-19 20:02:30
阅读次数:
462
本文转载自:http://blog.csdn.net/xubin341719/article/details/9177085 关键词:Android LCD控制器 Framebuffer PWM 平台信息:内核:linux2.6/linux3.0系统:android/android4.0 平台:sa ...
分类:
移动开发 时间:
2017-02-18 13:12:13
阅读次数:
301
//示范面向对象 this 作用域 闭包 单例模式很好的示范 1 // Copyright (c) 2014 The Chromium Authors. All rights reserved. 2 // Use of this source code is governed by a BSD-st... ...
分类:
编程语言 时间:
2017-02-16 14:45:35
阅读次数:
963
一、time模块 1、time.sleep(5) #等待5秒钟 ...
分类:
编程语言 时间:
2017-02-16 14:20:35
阅读次数:
163
/*求一个二维数组每一列的和,用以测试计算机使用cache line方法后采用不同编写方式所带来的程序运行时间的差异*/#include<iostream>#include <time.h>using namespace std;int main() { //初始化 int I = 10000, J ...
分类:
系统相关 时间:
2017-02-14 20:51:10
阅读次数:
250
2967 爱改名的小融 时间限制: 1 s 空间限制: 16000 KB 题目等级 : 白银 Silver 题解 2967 爱改名的小融 2967 爱改名的小融 时间限制: 1 s 空间限制: 16000 KB 题目等级 : 白银 Silver 时间限制: 1 s 空间限制: 16000 KB 题目 ...
分类:
其他好文 时间:
2017-02-12 15:55:11
阅读次数:
161
3156 爱改名的小融 3 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 题解 3156 爱改名的小融 3 3156 爱改名的小融 3 时间限制: 1 s 空间限制: 128000 KB 题目等级 : 黄金 Gold 时间限制: 1 s 空间限制: 128000 ...
分类:
其他好文 时间:
2017-02-12 15:38:26
阅读次数:
181