码迷,mamicode.com
首页 >  
搜索关键字:similar    ( 531个结果
UML的基本图(三)
??An artifact diagramshows the physical constituents of a system on the computer. Artifacts include files, databases, and similar physical collections...
分类:其他好文   时间:2014-10-09 17:58:47    阅读次数:122
Saving Files
Android uses a file system that's similar to disk-based file systems on other platforms. This lesson describes how to work with the Android file system to read and write files with the FileAPIs....
分类:其他好文   时间:2014-10-01 02:01:01    阅读次数:339
HttpWebRequest WebExcepton: The remote server returned an error: (407) Proxy Authentication Required.
1.Supply the credentials of the Currently Logged on User to the Proxy object similar to this:// Begin code change by jeff // Obta...
分类:Web程序   时间:2014-09-30 14:42:49    阅读次数:192
密码生成器(python)
#!/usr/bin/envpython importrandom importstring importsys similar_char=‘0OoiI1LpP‘ upper=‘‘.join(set(string.uppercase)-set(similar_char)) lower=‘‘.join(set(string.lowercase)-set(similar_char)) symbols=‘!#$%&\*+,-./:;=?@^_`~‘ numbers=‘123456789‘ group=(..
分类:编程语言   时间:2014-09-27 18:38:20    阅读次数:192
sublime text 3-right click context menu
dd a system wide windows explorer button " Edit with Sublime" similar to how Notepad++ does it or some other editors?See attached screenshot. (I know ...
分类:其他好文   时间:2014-09-23 00:42:04    阅读次数:272
static dictionary methods of text compression
Now I will introduce a way to compress a text. When we are confronted with numerous data, and the data has a similar structure, we can take advantag.....
分类:其他好文   时间:2014-09-13 20:07:25    阅读次数:182
『Lufylegend for HTML5 Game』Chapter 1: Preparation
Lufylegend.js is a HTML5 Game engine. The grammar of lufylegend is similar to ActionScript's. Such as LSprite (Sprite), LBitmap (Bitmap), LBitmapData...
分类:Web程序   时间:2014-09-09 11:57:18    阅读次数:321
Postgresql - Pattern Matching
There are three separate approaches to pattern matching provided by?PostgreSQL: the traditional?SQL?LIKE?operator, the more recent?SIMILAR TO?operator (added in SQL:1999), and?POSIX-style r...
分类:数据库   时间:2014-09-01 12:44:23    阅读次数:380
UVa - 12617 - How Lader
先上题目:How LaderLader is a game that is played in aregularhexagonal board (all sides equal, all angles are also equal). The game is much similar as pool...
分类:其他好文   时间:2014-08-30 20:24:29    阅读次数:259
LeetCode "4Sum"
Similar strategy could be applied to 4Sum, as 2sum to 3sum, but that'll be O(n^3). Instead of 3 + 1, we can also divide it into 2 + 2. So the problem ...
分类:其他好文   时间:2014-08-18 13:00:32    阅读次数:183
531条   上一页 1 ... 49 50 51 52 53 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!