码迷,mamicode.com
首页 >  
搜索关键字:adblock plus    ( 3005个结果
[leetcode] Plus One
Given a non-negative number represented as an array of digits, plus one to the number.
分类:其他好文   时间:2014-07-10 09:59:58    阅读次数:196
现代C++学习笔记之一资料篇(C++ 11)
最近看网上一些开源的源代码,发现尽多不认识的符号,好吧。开始学习新的C++。C++经典书籍C++ Primer,第五版开始有了对C++ 11的讲解C++ Primer Plus,第六版有对C++ 11的讲解,笔者没看过这本,据说比上面那本更基础The C++ Standard Library A T...
分类:编程语言   时间:2014-07-07 17:24:24    阅读次数:231
[LeetCode] Plus One
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:其他好文   时间:2014-07-03 11:53:07    阅读次数:182
单实例数据库安装脚本
安装脚本1、1_preusers.sh#!/bin/bash#Purpose:Create 3 groups named 'oinstall','dba','oper', plus 1 users named 'oracle'.#Also setting the Environment#variab...
分类:数据库   时间:2014-07-03 10:50:44    阅读次数:268
C标准输入输出重定向
C中的标准输入输出可以进行重定向到文件。示例程序:(C Primer Plus示例8.2)// echo_eof.c -- 重复输入,直到文件的结尾#include int main(void){ int ch; while ( (ch = getchar()) != EOF) ...
分类:其他好文   时间:2014-07-01 22:43:32    阅读次数:273
Windows XP环境下 搭建Android NDK环境
搭建Android NDK环境 Windows XP环境下1 一些下载① NDK r7:http://developer.android.com/sdk/ndk/index.html ② cygwin:http://www.cygwin.com/  (1.7.11-1)③ notepad++:http://notepad-plus-plus.org/download/v5.9.8.html2 cy...
分类:移动开发   时间:2014-07-01 07:58:41    阅读次数:322
移动终端基带芯片基本架构
基带数字处理功能以及手机基本外围功能都集中到单片片上系统(SOC)中,其基本构架都采用了微处理器+数字信号处理器(DSP)的结构,微处理器和DSP的处理能力一直增强。微处理器是整颗芯片的控制中心,会运行一个实时嵌入式操作系统(如Nucleus PLUS)。DSP子系统是基带处理的重点,其中包含了许多硬件加速器和基带专用处理模块,完成所有物理层功能。本文概述了单模和多模基带芯片的架构。...
分类:移动开发   时间:2014-07-01 07:34:01    阅读次数:342
移动终端基带芯片基本架构
基带数字处理功能以及手机基本外围功能都集中到单片片上系统(SOC)中,其基本构架都采用了微处理器+数字信号处理器(DSP)的结构,微处理器和DSP的处理能力一直增强。微处理器是整颗芯片的控制中心,会运行一个实时嵌入式操作系统(如Nucleus PLUS)。DSP子系统是基带处理的重点,其中包含了许多硬件加速器和基带专用处理模块,完成所有物理层功能。本文概述了单模和多模基带芯片的架构。...
分类:移动开发   时间:2014-06-30 19:15:03    阅读次数:236
C++ Primer Plus 第17章 输入,输出和文件
有兴趣看看,不收钱...
分类:编程语言   时间:2014-06-27 23:32:00    阅读次数:292
oracle 连接不上ORA-12162: TNS:net service name is incorrectly specified的另外一种可能原因
用sqlplus连接oracle数据库时报错:[root@ownsv~]#sqlplusoracle/password@//10.5.0.7:1521/sspSQL*Plus:Release11.1.0.7.0-ProductiononThuJun2610:16:212014Copyright(c)1982,2008,Oracle.Allrightsreserved.ERROR:ORA-12528:TNS:listener:allappropriateinstancesareblockin..
分类:数据库   时间:2014-06-27 06:06:53    阅读次数:392
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!