码迷,mamicode.com
首页 >  
搜索关键字:basic    ( 4666个结果
Linux内核(一)系统启动过程
转载请注明出处:jiq?钦's technical Blog    (1) CPU自身初始化: CPU加电之后需要进行一系列的初始化工作; (2) CPU加载BIOS(Basic InputOutput System): CPU执行一个固定的位置(一般是0xFFFFFFF0)的指令。这是一条跳转指令,跳转到BIOS代码的首部。BIOS固化在主板上一个很小的ROM中,主要完...
分类:系统相关   时间:2015-06-21 18:36:24    阅读次数:194
StrongReference, SoftReference, WeakReference 图解说明
这是我学习 JAVA 强引用、软引用还有弱引用的学习心得~...
分类:其他好文   时间:2015-06-21 11:57:59    阅读次数:209
leetcode 224 Basic Calculator
1. 问题描述  计算字符串表达式的值,表达式中只含有(,),+,-,空格和非负整数。例如:   “1 + 1” = 2   ” 2-1 + 2 ” = 3   “(1+(4+5+2)-3)+(6+8)” = 23   原文链接:https://leetcode.com/problems/basic-calculator/2. 方法与思路2.1 利用后缀表达式计算  一种思路是按照常规的方法...
分类:其他好文   时间:2015-06-21 09:23:02    阅读次数:118
[LeetCode-JAVA] Basic Calculator
题目:Implement a basic calculator to evaluate a simple expression string.The expression string may contain open(and closing parentheses), the plus+or mi...
分类:编程语言   时间:2015-06-20 11:46:17    阅读次数:185
error C2079: “out”使用未定义的 class“std::basic_ofstream<_Elem,_Traits>”
passport.baidu.com/?business&un=%E5%B7%A2%E6%B9%96%E6%8F%B4%E4%BA%A4%E5%A4%9C%E6%83%85%E4%B8%80#0passport.baidu.com/?business&un=%E6%9C%8D%E5%8A%A1%E5...
分类:其他好文   时间:2015-06-20 06:59:03    阅读次数:627
poj 2305 Basic remains 高精度取余
题意: 裸的高精度取余。 分析: http://blog.csdn.net/sepnine/article/details/44092055有poj 1220任意进制转换的代码,这题用到其中的一部分,可作对比。 代码: //poj 2305 //sep9 #include using namespace std; int b,m; char s1[1024],s2[16],ans[16...
分类:其他好文   时间:2015-06-19 18:55:26    阅读次数:144
用Cython编译写出更快的Python代码
原文地址: http://www.behnel.de/cython200910/talk.html以下为原文 About myself Passionate Python developer since 2002 after Basic, Logo, Pascal, Prolog, Scheme, Java, C, ... CS studies in Germany, I...
分类:编程语言   时间:2015-06-19 12:05:30    阅读次数:206
Leetcode 224: Basic Calculator
Leetcode 224: Basic Calculator java c++ python...
分类:其他好文   时间:2015-06-19 01:32:43    阅读次数:168
ISO 7816-4: Interindustry Commands for Interchange
5. Basic Organizations5.1 Data structures5.2 Security architecture of the card5.3 APDU message structure5.4 Coding conventions for command headers, da...
分类:其他好文   时间:2015-06-18 18:59:31    阅读次数:128
Oracle 数据库监听配置和服务
PLSQL Developer 非安装版 配置目录为文件目录1是C:\Program Files\oracle\instantclient-basic-nt-11.2.0.4.0\instantclient_11_22是C:\Program Files\oracle\instantclient-ba...
分类:数据库   时间:2015-06-18 15:18:12    阅读次数:322
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!