码迷,mamicode.com
首页 >  
搜索关键字:single    ( 5020个结果
Setting JAVA_HOME for a single user and all users
Here is how to setup JAVA_HOME and PATH environment variables for a single user or all users on Fedora Linux system. Setting JAVA_HOME and PATH for a single user add following lines in the end of?...
分类:编程语言   时间:2014-11-27 13:00:05    阅读次数:223
SOLID原则 【转】
S.O.L.I.D是面向对象设计(OOD)和面向对象编程(OOP)中的几个重要编码原则(Programming Priciple)的首字母缩写。面向对象设计的原则SRPThe Single Responsibility Principle单一职责原则OCP The Open Closed Prin....
分类:其他好文   时间:2014-11-27 10:31:57    阅读次数:230
Digital Roots
BackgroundThe digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single digit then that dig...
分类:其他好文   时间:2014-11-26 20:37:15    阅读次数:145
Face recognition from a single image per person: A Survey
本文是论文笔记,该论文综述了在训练集只有1张图片的时候,进行人脸识别的背景、意义、方法与改进方法等。...
分类:其他好文   时间:2014-11-26 01:29:30    阅读次数:256
Add Two Numbers 解题报告
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single ...
分类:其他好文   时间:2014-11-26 01:05:29    阅读次数:166
Single Number II
Single Number IIGiven an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a lin...
分类:其他好文   时间:2014-11-25 16:19:11    阅读次数:142
Leetcode Single Number
Given an array of integers, every element appearstwiceexcept for one. Find that single one.Note:Your algorithm should have a linear runtime complexity...
分类:其他好文   时间:2014-11-25 14:21:59    阅读次数:183
Leetcode Single Number II
Given an array of integers, every element appearsthreetimes except for one. Find that single one.Note:Your algorithm should have a linear runtime comp...
分类:其他好文   时间:2014-11-25 14:14:58    阅读次数:149
poj 1019 Number Sequence 二分
Number Sequence Time Limit: 1000MS   Memory Limit: 10000K Total Submissions: 34391   Accepted: 9879 Description A single positive integer i is given. Write a program to f...
分类:其他好文   时间:2014-11-24 22:33:34    阅读次数:266
iOS学习之WebView的使用 (主要是下面的全屏半透明实现)
1、使用UIWebView加载网页运行XCode 4.3,新建一个Single View Application,命名为WebViewDemo。2、加载WebView在ViewController.h添加WebView成员变量和在ViewController.m添加实现[cpp]view plain...
分类:移动开发   时间:2014-11-24 13:32:37    阅读次数:127
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!