码迷,mamicode.com
首页 >  
搜索关键字:base station    ( 15321个结果
IntentService实现下载
?? IntentService is a base class for Services that handle asynchronous requests (expressed as Intents) on demand. Clients send requests through startService(Intent) calls; the service is starte...
分类:其他好文   时间:2014-06-05 03:03:46    阅读次数:262
c++ primer plus(第6版)中文版 第十三章编程练习答案
第十三章编程练习答案 13.1根据Cd基类,完成派生出一个Classic类,并测试 //13.1根据Cd基类,完成派生出一个Classic类,并测试 #include #include using namespace std; // base class class Cd { char performers[50]; char label[20]; int selections; ...
分类:编程语言   时间:2014-06-04 23:45:54    阅读次数:490
hust 1062 Divisibility
题目描述On the planet Zoop, numbers are represented in base 62, using the digits 0, 1, . . . , 9, A, B, . . . , Z, a, b, . . . , z where A (base 62) = 10 ...
分类:其他好文   时间:2014-06-03 12:32:55    阅读次数:267
数据结构大作业代写
【题目】Given a set of files, of which the sizes will not exceed 10 Gigabytes, find out whether an input string appears or not.Your program is judged base...
分类:其他好文   时间:2014-06-03 07:15:17    阅读次数:472
Python 数据类型转换
函数 描述 int(x [,base ]) 将x转换为一个整数 long(x [,base ]) 将x转换为一个长整数 float(x ) 将x转换到一个浮点数 complex(real [,imag ]) 创建一个复数 str(x ) 将对象 x 转换为字符串 repr(x ) 将对...
分类:编程语言   时间:2014-05-31 20:55:06    阅读次数:441
[leetcode]Gas Station @ Python
原题地址:https://oj.leetcode.com/problems/gas-station/题意:There areNgas stations along a circular route, where the amount of gas at stationiisgas[i].You ha...
分类:编程语言   时间:2014-05-31 16:58:18    阅读次数:259
HDU 2448 Mining Station on the Sea 费用流
Mining Station on the SeaTime Limit: 5000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 2123Accepted Submission(s...
分类:其他好文   时间:2014-05-30 03:11:52    阅读次数:265
寄存器的英文全称 转载
一、寄存器的英文全称AH&AL=AX(accumulator):累加寄存器 BH&BL=BX(base):基址寄存器 CH&CL=CX(count):计数寄存器 DH&DL=DX(data):数据寄存器 SP(Stack Pointer):堆栈指针寄存器 BP(Base Pointer):基址指针寄...
分类:其他好文   时间:2014-05-28 19:09:52    阅读次数:300
VC++ CTime Format 详解
参考链接:VC++中CTime类Format参数详解CTime/COleDateTime::Format方法的使用http://stat.ethz.ch/R-manual/R-devel/library/base/html/strptime.htmlhttp://www.geezer.org/sw/...
分类:编程语言   时间:2014-05-28 13:47:28    阅读次数:433
[转]Oracle DB 查看预警日志
“Database(数据库)”主页>“Related Links相关链接)”区域> “Alert Log Content (预警日志内容)”查看预警日志每个数据库都有一个alert_.log文件。此文件位于数据库所在的服务器中,如果设置了$ORACLE_BASE,则此文件默认存储在$ORACLE_B...
分类:数据库   时间:2014-05-28 09:30:10    阅读次数:540
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!