E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
bign
高精度模板(含大数开平方)
a:b;} structbign{ intlen,s[numlen];
bign
(){ memset(s,0
u010710717
·
2013-09-25 18:00
uva 10069 Distinct Subsequences(高精度 + DP求解子串个数)
include #include usingnamespacestd; constintN=10005; constintM=105; structbign{ intlen,sex; ints[M];
bign
u011328934
·
2013-09-05 15:00
uva 10106 Product(高精度乘法)
TheProblemTheproblemistomultiplytwointegersX,Y.(0 #include usingnamespacestd; #defineN62505 structbign{ intlen,s[N];
bign
u011328934
·
2013-07-25 20:00
bign
类 代码
算法入门经典中
bign
类代码:#include #include #include usingnamespacestd; constintmaxn=200; structbign { intlen,s[
y990041769
·
2013-05-20 17:00
bign
类
include #include #include usingnamespacestd; constintMAXN=1000; structbign { intlen,s[MAXN];
bign
gq5251
·
2013-03-06 15:00
ACM
高精度计算
UVA 10303 How Many Trees?
include #include #include usingnamespacestd; constintMAXN=1100; intn; structbign { intlen,s[MAXN];
bign
Wall_F
·
2013-01-25 23:00
Hdu 2067 小兔的棋盘
include #include #include usingnamespacestd; constintMAXN=410; intn; structbign { intlen,s[MAXN];
bign
Wall_F
·
2012-12-25 21:00
POJ 2506 Tilling
include #include #include usingnamespacestd; constintMAXN=1100; intn; structbign { intlen,s[MAXN];
bign
Wall_F
·
2012-12-25 16:00
Hdu 1250 Hat's Fibonacci
唔,
bign
类高精度还是蛮好用的。
Wall_F
·
2012-12-24 16:00
bign
类C++高精度模板
很不错的高精度模板,但这个模板只能算加、减、乘、除等基本运算,但操作减法的时候只能大数减小数,所以最重要的操作是+、+=、*、*=、、/、/=、-=、==,>=,这些基本的运算,最近通过在UVA在刷的几道题,发现自己以前的模板存在一些BUG,现在贴上已经改正的模板,欢迎大家指出我的BUG。#include #include #include #include #include #incl
Wall_F
·
2012-12-02 13:00
【vijos1033】【数值/数论】【高精度乘法】整数分解(版本2)
对于给出的一个正整数n(1#include#include#include#includeusingnamespacestd;constintmaxn=2000;structbign{intlen,s[maxn];
bign
minfrommyfls
·
2012-10-17 21:35
string
output
input
file
struct
c
NOIP
HDU 1063 Exponentiation
*/ //方法一: #include #include constintnMax=200; structBigNumber { intdata[nMax]; intlen;
BigN
lhshaoren
·
2012-05-16 16:00
struct
测试
hdu 1042 N!
[nMax]; intlen; BigNumber(){len=1;memset(data,0,sizeof(data));} BigNumber&operator=(constchar*str);
BigN
lhshaoren
·
2012-05-16 08:00
struct
Bign
类
Bign
类一个很方便处理的大数类,摘自刘汝佳的文章,以备日后用。
DjvuLee
·
2012-03-05 14:00
poj 1001Exponentiation
写得好丑啊~~~~#include#include#includeusingnamespacestd;constintN=200;class
Bign
{public:
Bign
(){count=dot=0
sysucph
·
2012-01-16 15:00
uva424--BigNumber
usingnamespacestd; #defineMAXN80+10 #defineMAX255+10 constintmaxn=1000; //大数类的定义 structbign { intlen,s[maxn];
bign
huzhengnan
·
2011-12-16 11:00
USACO 4.3 分析
**Algorithm: DP+
BIGN
**Analysis: BASICb[i]=b[j]+1|a[j]>a[i]andb[j]+1>b[i],1a[i]andb[j]+1=b[i].1#include
zjsxzjb
·
2011-04-28 20:00
Algorithm
c
struct
File
basic
n2
UVa 10198 Counting
include#include#define maxn 1007#define maxl 90using namespace std;typedef struct{ long l,s[maxl];}
bign
心如止水
·
2010-11-12 23:00
rqnoj 148 回文数
Hereismycode:#include#include#include#define maxn 1007using namespace std;typedef struct{ long l,s[maxn];}
bign
心如止水
·
2010-09-27 23:00
UVa 10183 How Many Fibs?
以下是我的代码:#include#includeusing namespace std;typedef struct{ long a[120],len;}
bign
;const
bign
_0={{
心如止水
·
2010-02-22 17:00
hibernate映射oracle自动增长ID
SEQUENCE(序列)语句如createsequencebignnocyclemaxvalue9999999999startwith1;//增加数据insertintotable(ID,..)values(
bign
.nextval
com_java
·
2007-12-17 22:00
oracle
hibernate映射oracle自动增长ID
SEQUENCE(序列)语句如createsequencebignnocyclemaxvalue9999999999startwith1;//增加数据insertintotable(ID,..)values(
bign
.nextval
com_java
·
2007-12-17 22:00
oracle
hibernate映射oracle自动增长ID
安装有oracle数据库,创建数据库,总是要创建一个主键ID,唯一标示各条记录,但oracle不支持自动编号,所以还得创建一个SEQUENCE(序列)语句如 create sequence
bign
·
2007-08-28 15:00
hibernate映射oracle自动增长ID
安装有oracle数据库,创建数据库,总是要创建一个主键ID,唯一标示各条记录,但oracle不支持自动编号,所以还得创建一个SEQUENCE(序列)语句如 create sequence
bign
BIGN
·
2007-08-28 07:00
java
oracle
Hibernate
hibernate映射oracle自动增长ID
安装有oracle数据库,创建数据库,总是要创建一个主键ID,唯一标示各条记录,但oracle不支持自动编号,所以还得创建一个SEQUENCE(序列)语句如 create sequence
bign
BIGN
·
2007-08-28 07:00
java
oracle
Hibernate
客户端连接oracle
使用sql*plus连接服务器,system为用户名,
bign
为密码,MINGZHI为服务名,当你ENTER时,查询sqlnet.ora看看名称的解析方式,发现是TNSNAME,则查询tnsnames.ora
BIGN
·
2006-12-03 23:00
oracle
sql
sql
server
客户端连接oracle
使用sql*plus连接服务器,system为用户名,
bign
为密码,MINGZHI为服务名,当你ENTER时,查询sqlnet.ora看看名称的解析方式,发现是TNSNAME,则查询tnsnames.ora
BIGN
·
2006-12-03 23:00
oracle
sql
sql
server
上一页
1
2
3
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他