码迷,mamicode.com
首页 >  
搜索关键字:maximum number of th    ( 33896个结果
TH文字游戏编辑器1.0版本
TH文字游戏编辑器1.0版本...
分类:其他好文   时间:2014-07-22 23:01:53    阅读次数:302
TH文字编辑器开发的第一个游戏,唐伯虎泡妞
TH文字编辑器开发的第一个游戏,唐伯虎泡妞...
分类:其他好文   时间:2014-07-22 23:01:33    阅读次数:333
【LeetCode】- Search Insert Position(查找插入的位置)
[ 问题: ] Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in order. You may assume no duplicates in th...
分类:其他好文   时间:2014-07-22 23:01:15    阅读次数:270
LeetCode - Best Time to Buy and Sell 3
这道题在前两个的基础上做稍微改进就可以。下面是AC代码: 1 /** 2 * Design an algorithm to find the maximum profit. You may complete at most two transactions. 3 * @pa...
分类:其他好文   时间:2014-07-22 23:01:13    阅读次数:251
[递推dp] zoj 3747 Attack on Titans
题目链接: http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=5170 Attack on Titans Time Limit: 2 Seconds      Memory Limit: 65536 KB Over centuries ago, mankind faced a new enemy, th...
分类:其他好文   时间:2014-07-22 23:00:16    阅读次数:536
poj1696/hlg1318 蛋疼的蚂蚁
Space AntTime Limit:1000MSMemory Limit:10000KTotal Submissions:2934Accepted:1874DescriptionThe most exciting space discovery occurred at the end of th...
分类:其他好文   时间:2014-07-22 22:59:15    阅读次数:365
[leetcode]Valid Number @ Python
原题地址:http://oj.leetcode.com/problems/valid-number/题意:判断输入的字符串是否是合法的数。解题思路:这题只能用确定有穷状态自动机(DFA)来写会比较优雅。本文参考了http://blog.csdn.net/kenden23/article/detail...
分类:编程语言   时间:2014-05-02 00:04:57    阅读次数:483
十进制转二进制
十进制转二进制的递归实现算法: 1 #include 2 void dectobi(int a); 3 4 int main() 5 { 6 int i; 7 printf("please input a decimical number\n"); 8 scanf("%...
分类:其他好文   时间:2014-05-01 19:19:33    阅读次数:397
xml publisher根据条件显示或隐藏列
?? xml publisher根据条件显示或隐藏列 if@column:condition?> …… 例子: 根据PROJECT_FLAG标签显示或隐藏项目号的列 IF 项目号 EI IF PROJECT_NUMBER EI IF: EI: 注意:对应的PROJECT_FLAG需要同时在头和行上有...
分类:其他好文   时间:2014-04-30 22:43:40    阅读次数:258
Excel函数大全
我们在使用Excel制作表格整理数据的时候,常常要用到它的函数功能来自动统计处理表格中的数据。这里整理了Excel中使用频率最高的函数的功能、使用方法,以及这些函数在实际应用中的实例剖析,并配有详细的介绍。   1、ABS函数    函数名称:ABS    主要功能:求出相应数字的绝对值。    使用格式:ABS(number)    参数说明:number代表需要求绝对值的数值或...
分类:其他好文   时间:2014-04-30 22:23:38    阅读次数:419
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!