码迷,mamicode.com
首页 >  
搜索关键字:digit recongnizer    ( 1477个结果
Leetcode-Plus One
Given a non-negative number represented as an array of digits, plus one to the number.The digits are stored such that the most significant digit is at...
分类:其他好文   时间:2014-11-29 07:05:11    阅读次数:208
用户登录注册验证(js)
//判断输入的字符串是否大于指定长度function checkstr(str,digit){ var n=0; for(i=0;i255){ n+=2; }else { n+=1; } } i...
分类:Web程序   时间:2014-11-28 22:44:07    阅读次数:450
Leetcode-Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2014-11-28 07:40:57    阅读次数:200
[leetcode]Add Two Numbers
问题描述: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it ...
分类:其他好文   时间:2014-11-27 23:42:16    阅读次数:239
HDU 1060 Leftmost Digit (数论)
Leftmost Digit Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 13680    Accepted Submission(s): 5239 Problem Description Given a...
分类:其他好文   时间:2014-11-27 22:07:54    阅读次数:164
Letter Combinations of a Phone Number
Given a digit string, return all possible letter combinations that the number could represent.A mapping of digit to letters (just like on the telephon...
分类:其他好文   时间:2014-11-27 15:54:33    阅读次数:135
Digital Roots
BackgroundThe digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that dig...
分类:其他好文   时间:2014-11-26 20:37:15    阅读次数:145
Rightmost Digit(HDU 1061)
Rightmost Digit Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 33823    Accepted Submission(s): 12912 Problem Description Given a positi...
分类:Web程序   时间:2014-11-26 14:32:07    阅读次数:125
UVA - 725
DivisionWrite a program that finds and displays all pairs of 5-digit numbers that between them use the digits0through9once each, such that the first n...
分类:其他好文   时间:2014-11-26 14:08:05    阅读次数:157
USACO6.4-The Primes
The PrimesIOI'94In the square below, each row, each column and the two diagonals canbe read as a five digit prime number. The rows are read from lef.....
分类:其他好文   时间:2014-11-25 23:18:19    阅读次数:199
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!