码迷,mamicode.com
首页 >  
搜索关键字:gate    ( 1024个结果
TTL电平和CMOS电平区别和比较
##TTL TTL集成电路的主要型式为晶体管-晶体管逻辑门 (transistor-transistor logic gate),TTL大部分都采用5V 电源。 - 输出高电平Uoh和输出低电平Uol Uoh≥2.4V,Uol≤0.4V - 输入高电平和输入低电平 Uih≥2.0...
分类:其他好文   时间:2014-08-18 12:42:55    阅读次数:183
ZOJ 2833-Friendship(并查集+优化)
Friendship Time Limit: 3 Seconds      Memory Limit: 32768 KB A friend is like a flower, a rose to be exact, Or maybe like a brand new gate that never comes unlatched. A friend i...
分类:其他好文   时间:2014-08-16 19:52:01    阅读次数:269
ZOJ3541:The Last Puzzle(区间DP)
There is one last gate between the hero and the dragon. But opening the gate isn't an easy task. There were n buttons list in a straight line in front of the gate and each with an integer on it. Like...
分类:其他好文   时间:2014-08-11 21:22:33    阅读次数:341
Sql Server利器sql prompt
看完园子里VAllen介绍sql prompt博文Red Gate系列之三 SQL Server 开发利器 SQL Prompt 5.3.4.1 Edition T-SQL智能感知分析器 完全破解+使用教程后,结合自己的使用做些补充备忘。解决问题解决Sql ServerManagement St.....
分类:数据库   时间:2014-08-05 13:27:19    阅读次数:277
DBA_Oracle Golden Gate简介(概念)
DBA
分类:数据库   时间:2014-08-04 20:40:58    阅读次数:224
中断(一)——中断描述符表的定义和初始化 (基于3.16-rc4)
1.中断描述符表的定义(arch/x86/kernel/traps.c)1 gate_desc debug_idt_table[NR_VECTORS] __page_aligned_bss;定义的描述符表为一个结构体数组,数组元素类型为gate_desc,大小为8B。NR_VECTORS宏为256,...
分类:其他好文   时间:2014-07-27 21:59:49    阅读次数:445
10个迷惑新手的Cocoa&Objective-c开发问题
本文转载至 http://blog.csdn.net/lvxiangan/article/details/27964733language backgroundrun­timethreadrun­loopdel­e­gate, protocolevent respon­dermem­ory mana...
分类:其他好文   时间:2014-07-18 16:13:10    阅读次数:424
修改linux文件版本
#!/bin/bash ver=`cat gate.rc | grep FILEVERSION`ver=`echo $ver | awk '{print $2;}'`ver=`echo $ver |sed 's/\([0-9]*\),\([0-9]*\),\([0-9]*\),\([0-9]*\)/...
分类:系统相关   时间:2014-07-17 00:54:24    阅读次数:363
PatentTips - OpenCL compilation
BACKGROUNDThe present disclosure relates generally to integrated circuits, such as field programmable gate arrays (FPGAs). More particularly, the pres...
分类:其他好文   时间:2014-07-12 14:20:59    阅读次数:301
[terry笔记]ogg_迁移同步实验_零停机
oracle golden gate我最近正在琢磨,这个软件我觉得约等于dataguard的逻辑模式,我认为其最大的优势是更可控制,比如可以细化到某个schema、某个table的同步。如下实验的主要步骤:ogg根据scn同步数据,源库零停机时间1. 配置好ogg源端的mgr、抓取和传送进程,并启动...
分类:其他好文   时间:2014-07-01 12:37:00    阅读次数:499
1024条   上一页 1 ... 100 101 102 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!