码迷,mamicode.com
首页 >  
搜索关键字:sublime text 2    ( 54572个结果
C#缩放和裁剪图片
在GDI+中,缩放和剪裁可以看作同一个操作,无非就是原始区域的选择不同罢了。空口无凭,先看具体算法可能更好理解。C#代码usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Drawing;usingSyst...
分类:其他好文   时间:2014-06-12 19:21:25    阅读次数:277
ASP.NET用户登录按钮事件
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace HotelMIS 7 { 8 public static class D...
分类:Web程序   时间:2014-06-12 19:09:01    阅读次数:238
C#:什么是委托
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 6 namespace myTest 7 { 8 class Program 9 {10...
分类:其他好文   时间:2014-06-12 18:22:31    阅读次数:224
[leetcode]Text Justification @ Python
原题地址:https://oj.leetcode.com/problems/text-justification/题意:Given an array of words and a lengthL, format the text such that each line has exactlyLcha...
分类:编程语言   时间:2014-06-12 15:12:05    阅读次数:296
电脑键盘按键代码表
键盘按键和键盘对应代码表:A 65 B 66 C 67 D 68 E 69 F 70 G 71 H 72 I 73 J 74 K 75 L 76 M 77 N 78 O 79 P 80 Q 81 R 82 S 83 T 84 U 85 V 86 W 87...
分类:其他好文   时间:2014-06-12 14:18:31    阅读次数:228
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!