码迷,mamicode.com
首页 >  
搜索关键字:single number2    ( 5106个结果
c# 单例模式(Single)
public class Singleton { private static Singleton _instance; private static readonly object syn = new object(); private Singl...
分类:Windows程序   时间:2014-11-29 00:08:16    阅读次数:223
高级语言与低级语言
【高级语言与低级语言】 本文记录Mono如何让你工作更高效,以及如何让软件在无需把C/C++重写成C#代码的情况下拥有扩展性。 In the past, software used to be written entirely in a single programming language. .....
分类:编程语言   时间:2014-11-28 17:44:18    阅读次数:268
链表系列文章(一)
参考 http://www.cnblogs.com/skywang12345/p/3561803.html在此致谢!采用C++,实现了单链表和双向循环链表:1. 单链表 1 #ifndef SINGLE_LIST_H 2 #define SINGLE_LIST_H 3 4 #ifndef ...
分类:其他好文   时间:2014-11-28 17:42:18    阅读次数:256
.Net单点登录详解 (SSO)
最近做GXP(高校平台)的项目,因为里边有好多个子系统,例如有考试系统,评教系统,基础系统,新生入学系统,权限系统,如果每个系统都有自己的独立的登录的界面,那么就会有能访问这五个系统的人就要记住五套用户名,密码。哇,好累啊,五套!在这个背景下提出了单点登录(SSO)。        先来说说什么是单点登录(SSO),单点登录(Single Sign On),简称为 SSO,是目前比较流行的企业业...
分类:Web程序   时间:2014-11-28 16:23:29    阅读次数:279
Switch debouncer uses only one gate
The circuit inFigure 1produces a single debounced pulse each time you press S1. Moreover, the circuit uses only logic power from the remote pull-up re...
分类:其他好文   时间:2014-11-28 15:46:59    阅读次数:174
Get buck-boost performance from a boost regulator
The SEPIC (single-ended, primary-inductance-converter) topology is generally a good choice for voltage regulators that must produce an on output volta...
分类:其他好文   时间:2014-11-28 14:22:06    阅读次数:279
Single transistor provides short-circuit protection
In certain dc/dc-converter applications, on-chip, cycle-by-cycle current limit may be insufficient protection to prevent a failure during a short circ...
分类:其他好文   时间:2014-11-28 14:19:55    阅读次数:221
Transformerless dc/dc converter produces bipolar outputs
The conventional way to produce dual (positive and negative) outputs from a single positive input is to use a transformer. Although such designs are r...
分类:其他好文   时间:2014-11-28 14:08:17    阅读次数:145
[转] .NET 中关于 First,FirstOrDefault,Single,SingleOrDefault 几个方法的区别
.NET 的 System.Linq.Enumerable 类为我们提供了许多 Linq 方法,今天给大家分享一下关于 First,FirstOrDefault,Single,SingleOrDefault 几个方法的区别,实例及使用场景,首先是关于这几个方法的定义:First: 返回序列中的第一个...
分类:Web程序   时间:2014-11-28 11:33:22    阅读次数:171
Leetcode-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-28 06:10:40    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!