其他
A:Little Pony and Permutation 直接暴力搜索,复杂度O(n) #include #include #include #include #include #include #include #include #include #include #pragma comment(linker, "/STACK:1024000000,1024000000") using n...
分类:其他 时间:2014-09-03 16:51:56 收藏:0 阅读:265
题目地址:HDU 1176 以时间为横轴,11个点位纵轴构造一个矩阵,然后利用数字三角形的方法从上往下递推下去。 代码如下: #include #include #include #include #include #include #include #include #include #include #include using namespace std; in...
分类:其他 时间:2014-09-03 16:51:47 收藏:0 阅读:251
Description 每次选择序列最左边的数,然后将其插入到序列中任意一个位置。求至少需要重复进行多少次上述操作,才可以将序列变为一个递增序列。 Input 输入的第一行包含一个整数T (T > 0),表示一共有T组测试数据. 对于每组测试数据,第一行包含一个整数n (1 ≤ n ≤ 105),表示这个序列中一共有n个整数。第二行包含n个各不相同的整数(这些整数...
分类:其他 时间:2014-09-03 16:51:38 收藏:0 阅读:371
Fibonacci数列及其相关的数学问题,如何判断一个数是否是斐波那契数列...
分类:其他 时间:2014-09-03 16:51:36 收藏:0 阅读:340
一. 自设DateTimePicker的时间 CString        mTime;   mTime="2005-5-25        12:25:32";        //自设时间 //在界面上有两DataTimePicker控件   CTime        m_Date;//短日期:IDC_DATETIMEPICKER1   CTime       ...
分类:其他 时间:2014-09-03 16:51:06 收藏:0 阅读:261
在批量整机测试中,遇到部分样机不出彩或彩条等色彩问题。除了ISP自身寄存器设定与TV Decoder输出周边参数不正确;应用电路上的问题大多是晶振频偏所致。以下主要介绍晶振网络参数匹配方法与实际校定案例。   一、关注参数 (1)常温频偏   ±10PPM         (25℃) (2)温度频偏    ±30PPM          (-10~+70℃) (3)负载电容    15P...
分类:其他 时间:2014-09-03 16:50:46 收藏:0 阅读:297
Description Consider two natural numbers A and B. Let S be the sum of all natural divisors of A^B. Determine S modulo 9901 (the rest of the division of S by 9901). Input The only line contains the ...
分类:其他 时间:2014-09-03 16:50:26 收藏:0 阅读:209
Description 两个点A, B均在做匀速直线运动。给出t = 0时刻A, B的坐标,以及A, B的速度,计算t ≥ 0时两个点的距离的最小值。 Input 输入的第一行包含一个整数T (1 ≤ T ≤ 200),表示一共有T组测试数据。 对于每组测试数据,第一行包含4个整数xA, yA, vAx, vAy (-103 ≤ xA, ...
分类:其他 时间:2014-09-03 16:50:06 收藏:0 阅读:325
1、使用Google的zxing生成二维码去白边...
分类:其他 时间:2014-09-03 16:49:56 收藏:0 阅读:1072
Big Number Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 4789    Accepted Submission(s): 3329 Problem Description As we know, Big Num...
分类:其他 时间:2014-09-03 16:49:46 收藏:0 阅读:283
1151257151258151259166744
上一页1667435下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!