码迷,mamicode.com
首页 >  
搜索关键字:only the original th    ( 14791个结果
xtu summer individual 5 A - To Add or Not to Add
To Add or Not to AddTime Limit: 2000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:231C64-bit integer IO format:%I64d J...
分类:其他好文   时间:2014-08-06 22:39:02    阅读次数:223
xtu summer individual 5 E - Burning Bridges
Burning BridgesTime Limit: 5000msMemory Limit: 32768KBThis problem will be judged onZJU. Original ID:258864-bit integer IO format:%lld Java class name...
分类:其他好文   时间:2014-08-06 22:26:52    阅读次数:376
Java 绘制环形的文字 (Circle Text Demo)
1. [代码]CircleTextDemo.java import java.awt.*;import java.awt.event.*;import java.awt.geom.*;/*** A demo class that illustrates drawing text* along th....
分类:编程语言   时间:2014-08-06 22:04:12    阅读次数:347
EasyUI设置复选框单选操作
Html 代码: 未知的性别 男 女 未说明的性别 JS代码 //设置性别为单选 $("input[name='SEX']:checkbox").click(function () { var flag = $(this).is(':checked'); if (flag) { $(th...
分类:其他好文   时间:2014-08-06 17:42:21    阅读次数:278
HDU4920:Matrix multiplication
Problem Description Given two matrices A and B of size n×n, find the product of them. bobo hates big integers. So you are only asked to find the result modulo 3.   Input The input con...
分类:其他好文   时间:2014-08-06 14:58:51    阅读次数:220
A - Humble Numbers
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64uSubmit Status Practice HDU 1058Description A number whose only prime factors are ....
分类:其他好文   时间:2014-08-06 14:11:31    阅读次数:276
HDU 2845 Beans (DP)
Problem Description Bean-eating is an interesting game, everyone owns an M*N matrix, which is filled with different qualities beans. Meantime, there is only one bean in any 1*1 grid. Now you want to ...
分类:其他好文   时间:2014-08-06 01:57:00    阅读次数:248
Word Ladder II leetcode java
题目:Given two words (start and end), and a dictionary, find all shortest transformation sequence(s) from start to end, such that:Only one letter can b....
分类:编程语言   时间:2014-08-06 01:52:30    阅读次数:251
php session 的使用
1.配置session: ①.session.save_path 设置session的路径 ②.session.use_only_cookies session中是否使用了cookie ③.session.auto_start = 0 是否自动开启s...
分类:Web程序   时间:2014-08-06 01:45:50    阅读次数:205
Matrix multiplication hdu4920
Problem DescriptionGiven two matrices A and B of size n×n, find the product of them.bobo hates big integers. So you are only asked to find the result ...
分类:其他好文   时间:2014-08-06 01:43:40    阅读次数:334
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!