码迷,mamicode.com
首页 >  
搜索关键字:roman to integer    ( 15811个结果
Oracle内存结构(之三)
PGA的管理: sys@felix SQL>show parameter area_size NAME TYPE VALUE ------------------------------------ ---------------------------------------------------- bitmap_merge_area_size integer ...
分类:数据库   时间:2014-07-28 00:17:29    阅读次数:413
URAL - 1057 Amount of Degrees
Description Create a code to determine the amount of integers, lying in the set [ X; Y] and being a sum of exactly K different integer degrees of B. Example. Let X=15, Y=20, K=2, B=2. By...
分类:其他好文   时间:2014-07-28 00:09:39    阅读次数:347
[转]高精度乘法计算
转载自:Daywei 高精度乘法计算高精度乘法计算基础1.高精度浮点运算方法 高精度浮点(Floating Point,FP)运算可以转换成整数型运算。由于高精度浮点数可以看成是由整数部分(Integer Part,IP)与小数部分(Decimal Part,DP)的组合,因此其乘法可以看成以下3....
分类:其他好文   时间:2014-07-27 23:20:19    阅读次数:309
dephi XE - 实现主窗口在任务栏上不显示 (转)
方法一以前的代码不能用。貌似在Delphi2010后就开始不行了,搜索了一下,得到办法:1 修改工程文件添加一句:Application.MainFormOnTaskbar := False;2 在主窗体的 OnShow 事件中写下varStyle: Integer;beginStyle := Ge...
分类:其他好文   时间:2014-07-27 23:05:09    阅读次数:245
Problem E CodeForces 237C
DescriptionYou've decided to carry out a survey in the theory of prime numbers. Let us remind you that a prime number is a positive integer that has e...
分类:其他好文   时间:2014-07-27 22:51:29    阅读次数:288
BNU 13174 Substring Frequency
3C. Substring FrequencyTime Limit: 1000msMemory Limit: 32768KB64-bit integer IO format:%lld Java class name:MainA string is a finite sequence of symbo...
分类:其他好文   时间:2014-07-27 22:33:49    阅读次数:319
CodeForces 237C Primes on Interval
DescriptionYou've decided to carry out a survey in the theory of prime numbers. Let us remind you that a prime number is a positive integer that has e...
分类:其他好文   时间:2014-07-27 22:31:39    阅读次数:809
BNU 4346 Scout YYF I
A. Scout YYF ITime Limit: 1000msMemory Limit: 65536KB64-bit integer IO format:%lld Java class name:MainYYF is a couragous scout. Now he is on a danger...
分类:其他好文   时间:2014-07-27 22:04:39    阅读次数:316
容器深入研究 --- Set和存储顺序
常见的: 我们在Set中很方便的使用了诸如Integer和String这样的Java预定义类型,这些类型被设计为可以在容器内部使用。 当你创建自己的类型时,要意识到Set需要一种方式来维护存储顺序,而存储顺序如何维护,则是在Set的不同实现之间会有所变化。因此,不同的Set实现不仅具有不同的行为,而且它们对于可以在特定的Set中放置的元素的类型也有不同的要求: * ----------...
分类:其他好文   时间:2014-07-27 11:32:52    阅读次数:179
N-Queens leetcode java
题目:The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.Given an integer n, return a....
分类:编程语言   时间:2014-07-27 11:00:22    阅读次数:262
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!