码迷,mamicode.com
首页 >  
搜索关键字:telephone wire    ( 508个结果
LeetCode17: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 telephone buttons) is given below. Input:Digit string “2...
分类:其他好文   时间:2015-07-07 19:36:09    阅读次数:152
web app的meta
format-detection检测html里的一些格式,其值如下telephone=no:禁止把数字转化为拨号链接telephone=yes:开启把数字转化为拨号链接,默认开启email=no:禁止作为邮箱地址email=yes:开启把文字默认为邮箱地址,默认开启adress=no:禁止跳转至地图...
分类:移动开发   时间:2015-07-04 19:36:02    阅读次数:131
#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 telephone buttons) is given below. Input:Digit st...
分类:其他好文   时间:2015-07-04 14:02:10    阅读次数:282
存储器代码心得
1.作为一个使能,每触发一次赋值一次,不可重复赋值,因为这样容易出错。多个存储器的写法:例如reg【3:0】a_1【0:99】就是100个4位的存储器。2.输出端设端口用output reg。3.作为上升沿触发,设的形式用WIRE, 例如:wire pc_r;reg pc_1;reg pc_2; a...
分类:其他好文   时间:2015-06-27 16:13:34    阅读次数:97
DHT11 测试
今天刚买到DHT11温湿度传感器,用手头的STM32F030R8T6写了一个测试程序 实验环境: KEIL 5.12 + STM32CubeMX4.6 + STM32Cube1.0 STM32F030R8T6 测试原理: DHT11是 one wire 通信,这里使用的PC4 作为通信口, DHT1...
分类:其他好文   时间:2015-06-23 23:08:42    阅读次数:247
C# - 正则表达式
验证电话号码的主要代码如下:public bool IsTelephone(string str_telephone){return System.Text.RegularExpressions.Regex.IsMatch(str_telephone, @"^(\d{3,4}-)?\d{6,8}$"...
分类:Windows程序   时间:2015-06-06 23:29:03    阅读次数:206
shell复习笔记----入门知识
Unix 简史 UNIX 最初是由贝尔实验室(Bell Telephone Laborataries)的计算机科学研究中心开发的,第一版诞生于1970年--也就是在贝尔实验室退出Multics项目不久.在 UNIX 广受欢迎的功能中,有许多便是来自Multics 操作系统. 它有下列优势:...
分类:系统相关   时间:2015-06-04 18:57:38    阅读次数:187
HTML5新属性之required
实例带有必填字段的表单: Name: 亲自试一试定义和用法required 属性规定必需在提交之前填写输入字段。如果使用该属性,则字段是必填(或必选)的。注释:required 属性适用于以下 类型:text, search, url, telephone, email, password,...
分类:Web程序   时间:2015-06-02 21:36:46    阅读次数:135
eclipse 远程调试hadoop代码
zxxJPDA 简介 Sun Microsystem 的 Java Platform Debugger Architecture (JPDA) 技术是一个多层架构,使您能够在各种环境中轻松调试 Java 应用程序。JPDA 由两个接口(分别是 JVM Tool Interface 和 JDI)、一个协议(Java Debug Wire Protocol)和两个用于合并它们的软件组件(后端和前...
分类:系统相关   时间:2015-05-28 09:38:44    阅读次数:221
1016. Phone Bills (25) -vector排序(sort函数)
题目如下: A long-distance telephone company charges its customers by the following rules: Making a long-distance call costs a certain amount per minute, depending on the time of day when the call is...
分类:编程语言   时间:2015-05-26 21:35:30    阅读次数:1019
508条   上一页 1 ... 35 36 37 38 39 ... 51 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!