码迷,mamicode.com
首页 >  
搜索关键字:decimal    ( 1358个结果
poj 3464(Trie)Approximations
Approximations Time Limit: 2000MS Memory Limit: 131072K Total Submissions: 419 Accepted: 23 Description For any decimal fraction, we can obtain a set ...
分类:移动开发   时间:2018-03-10 22:05:53    阅读次数:253
HDU 3652 - B-number - [数位DP]
题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=3652 Problem Description A wqb-number, or B-number for short, is a non-negative integer whose decimal f ...
分类:其他好文   时间:2018-03-08 20:47:09    阅读次数:170
数据库02-基础归纳
字段类型在mysql中包含的数据类型很多,这里主要列出来常用的几种数字:int,decimal字符串:varchar,text日期:datetime布尔:bit约束主键primary key非空not null惟一unique默认default外键foreign key数据库操作篇:1.常规设置: ...
分类:数据库   时间:2018-03-05 18:12:36    阅读次数:238
2基本数据类型
数据库 databases 表 table一、数据类型:1.整型tinyint 1个字节smallint 2 mediumint 3int 4bigint 5精度(小数)decimal(4.1) --代表4位数中有1位小数 如:999.9 2.字符char(n) 1个字符varchar(n) n个字 ...
分类:其他好文   时间:2018-03-04 23:54:35    阅读次数:205
控制mysql数字转换
在实际工作中我们常常需要将数字进行格式化,比如将12.0073233变为12.01,或把12变为12.00,或把12变为0000012,这种格式之间的转换总结如下: 一,浮点数的转换——直接设置数据库中的字段信息 mysql提供了两个数据类型:numeric和decimal(可以近似的认为二都无区别... ...
分类:数据库   时间:2018-03-02 16:13:32    阅读次数:209
【搜索】POJ1426:Find The Multiple
Description Given a positive integer n, write a program to find out a nonzero multiple m of n whose decimal representation contains only the digits 0 ...
分类:其他好文   时间:2018-02-13 13:28:43    阅读次数:153
C#中的Math类
方法 名称说明 Abs(Decimal) 返回 Decimal 数字的绝对值。 Abs(Double) 返回双精度浮点数字的绝对值。 Abs(Int16) 返回 16 位有符号整数的绝对值。 Abs(Int32) 返回 32 位有符号整数的绝对值。 Abs(Int64) 返回 64 位有符号整数的绝 ...
分类:Windows程序   时间:2018-02-06 21:39:10    阅读次数:389
hdu 4734 数位dp
题意:For a decimal number x with n digits (AnAn-1An-2 ... A2A1), we define its weight as F(x) = An * 2n-1 + An-1 * 2n-2 + ... + A2 * 2 + A1 * 1. Now you ...
分类:其他好文   时间:2018-02-03 13:11:00    阅读次数:169
技巧之 -- 8 的倍数
You are given a non-negative integer n, its decimal representation consists of at most 100 digits and doesn't contain leading zeroes. Your task is to ...
分类:其他好文   时间:2018-02-02 18:30:16    阅读次数:195
数据库中字段类型对应的C#中的数据类型(转载)
数据库中字段类型对应C#中的数据类型: 数据库 C#程序 int int32 text string bigint int64 binary System.Byte[] bit Boolean char string datetime System.DateTime decimal System.D ...
分类:数据库   时间:2018-01-30 00:13:13    阅读次数:173
1358条   上一页 1 ... 42 43 44 45 46 ... 136 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!