码迷,mamicode.com
首页 >  
搜索关键字:addition    ( 590个结果
java的窗口弹出和动手动脑
窗口弹出//两数相加窗口弹出 张雪晴 2015/10/3import javax.swing.JOptionPane;public class Addition { public static void main(String[] args) { // TODO 自动生成的方法存根 Strin...
分类:编程语言   时间:2015-10-05 19:22:32    阅读次数:216
(译)IOS block编程指南 1 介绍
Introduction(介绍) Block objects are a C-level syntactic and runtime feature. They are similar to standard C functions, but in addition to executable co...
分类:移动开发   时间:2015-09-09 11:02:26    阅读次数:281
[转]DirectX and .NET[英]
With the DirectX SDK (June 2010) release and the addition of support for Visual Studio 2010, I’ve been seeing a lot of questions of the form:How do I ...
分类:Web程序   时间:2015-09-07 00:24:17    阅读次数:332
[翻译] Icon and Image Sizes
Icon and Image SizesiOS Human Interface GuidelinesEvery app needs an app icon and a launch file or image. In addition, some apps need custom icons to ...
分类:其他好文   时间:2015-08-31 23:24:57    阅读次数:243
poj 3692 Kindergarten (最大独立集之逆匹配)
DescriptionIn a kindergarten, there are a lot of kids. All girls of the kids know each other and all boys also know each other. In addition to that, s...
分类:其他好文   时间:2015-08-31 21:19:31    阅读次数:161
LeetCode(88)Merge Sorted Array
题目Given two sorted integer arrays nums1 and nums2, merge nums2 into nums1 as one sorted array.Note: You may assume that nums1 has enough space (size that is greater or equal to m + n) to hold addition...
分类:其他好文   时间:2015-08-20 19:01:02    阅读次数:177
Swift枚举-相关值与递归枚举
代码:enum ArithmeticExpression { // 相关值 case Number(Int) // 递归枚举 indirect case Addition(ArithmeticExpression, ArithmeticExpression) indir...
分类:编程语言   时间:2015-08-16 22:46:42    阅读次数:112
[LeetCode] Plus One
The idea is just to perform the addition from right to left as usual :-)Note that the result may be longer than the originaldigitsby1number (the carry...
分类:其他好文   时间:2015-08-11 11:36:32    阅读次数:102
HNU11374:GREAT+SWERC=PORTO(DFS)
Problem description We want to have a great SWERC at Porto this year and we approached this challenge in several ways. We even framed it as a word addition problem, similar to the classic SEND+...
分类:其他好文   时间:2015-08-10 20:04:38    阅读次数:178
HDOJ 1002 A + B Problem II (Big Numbers Addition)
题目链接在此?http://acm.hdu.edu.cn/showproblem.php?pid=1002 ? ? 这题也比较简单,只需要开三个长度为1000的char数组来分别储存a、b、ans,再利用我们加法的算法,先向右对齐再相加。注意一下进位时的...
分类:其他好文   时间:2015-08-09 00:33:37    阅读次数:164
590条   上一页 1 ... 47 48 49 50 51 ... 59 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!