码迷,mamicode.com
首页 >  
搜索关键字:phone    ( 3454个结果
hdu 1671 Phone List
#include #include #include #define ZERO 0 const int FIRST_CHAR = '0'; char num[11111][20] ; typedef struct node { struct node *child[20]; /* 存储下一个字符 */ int n; /* 记录当前单词出现的次数 */ }node, *No...
分类:其他好文   时间:2014-07-22 08:31:36    阅读次数:205
javaScript简单表单验证插件
Validator?=?{ Require?:?/.+/, Email?:?/^\w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*$/, ????Phone?:?/^(0[1-9][0-9]{1,2}-[1-9][0-9]{6,7})$/, Mobile?:?/^((\(\d{3}\))|(\d{3}\-))?1[3...
分类:编程语言   时间:2014-07-21 10:39:26    阅读次数:322
JSON.stringify
var contact = new Object(); contact.firstname = "Jesper"; contact.surname = "Aaberg"; contact.phone = ["555-0100", "555-0120"]; var memberfilter = ne....
分类:Web程序   时间:2014-07-21 09:36:11    阅读次数:349
我也秀秀windows phone版博客园客户端
空余时间做的!微软应用商店地址http://www.windowsphone.com/zh-cn/store/app/%e5%8d%9a%e5%ae%a2%e5%9b%ad/48a708f8-28cb-4a5d-b963-04f56541a17f当前版本V2.2(WP8)1.新增个人中心2.新增登陆...
分类:Windows程序   时间:2014-07-21 00:33:50    阅读次数:401
zoj 2876 Phone List
#include #include #include #define ZERO 0 const int FIRST_CHAR = '0'; char num[11111][20] ; typedef struct node { struct node *child[20]; /* 存储下一个字符 */ int n; /* 记录当前单词出现的次数 */ }node, *No...
分类:其他好文   时间:2014-07-20 11:32:38    阅读次数:215
Silverlight & Windows Mobile Phone 7的技术网站
http://www.jeffblankenburg.com/default.aspxhttp://www.silverlightcream.com/ Silverlight精英 网站收集了一系列SL社区中最好的博文http://www.silverlightshow.net/ 一个很棒的SL的综合...
分类:Windows程序   时间:2014-07-19 15:33:16    阅读次数:318
poj 1195:Mobile phones(二维线段树,矩阵求和,经典题)
Mobile phonesTime Limit:5000MSMemory Limit:65536KTotal Submissions:14391Accepted:6685DescriptionSuppose that the fourth generation mobile phone base s...
分类:其他好文   时间:2014-07-19 09:23:02    阅读次数:175
ExtJS(2)- Grid技巧
Grid是ExtJS中最常用的组件之一,今天在此稍作整理,主要针对一些常用的功能知识点。一、基础的Grid表格Ext.create(‘Ext.data.Store‘,{ storeId:‘simpsonsStore‘, fields:[‘name‘,‘email‘,‘phone‘], data:{‘items‘:[ {‘name‘:‘Lisa‘,"email":"lisa@simpsons.com","phone":"555-..
分类:Web程序   时间:2014-07-19 02:42:05    阅读次数:293
Lession 9-10 Cell Phone Taboos
一 Words and phrazes1 taboo禁忌n ,禁止v e.g. In the main主要,基本上,children are taboo in the workplace.2 unpolite 无礼的3 erosion 侵蚀n e.g. This leaves fertile soi...
分类:其他好文   时间:2014-07-18 15:35:54    阅读次数:317
UVA 10042 Smith Numbers(数论)
Smith Numbers Background While skimming his phone directory in 1982, Albert Wilansky, a mathematician of Lehigh University , noticed that the telephone number of his brother-in-law H. Smith had ...
分类:其他好文   时间:2014-07-18 13:28:06    阅读次数:234
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!