码迷,mamicode.com
首页 >  
搜索关键字:dual    ( 1212个结果
oracle常用的一些sql命令
//查看系统当前时间 HH24 24小时制 MI是正确的分钟select to_char(sysdate,'yyyy-mm-dd HH24:MI:SS') from dual//HH非24 mm不区分大小写 日期中MM系统认为是月份select to_char(sysdate,'yyyy-mm-.....
分类:数据库   时间:2014-12-03 14:01:10    阅读次数:179
45 个非常有用的 Oracle 查询语句
日期/时间 相关查询 获取当前月份的第一天 运行这个命令能快速返回当前月份的第一天。你可以用任何的日期值替换 “SYSDATE”来指定查询的日期。 1 2 SELECT TRUNC (SYSDATE, 'MONTH') "First day of current month"      FROM DUAL; ...
分类:数据库   时间:2014-12-01 20:54:39    阅读次数:291
内核第一个程序之Hello World!
这个程序是《Linux device drivers》中的代码片段: #include #include MODULE_LICENSE("Dual BSD/GPL"); static int hello_init(void) { printk(KERN_ALERT "Hello,world\n");...
分类:其他好文   时间:2014-11-30 16:44:37    阅读次数:212
【网络流#8】POJ 3469 Dual Core CPU 最小割 - 《挑战程序设计竞赛》例题
【题意】有n个程序,分别在两个内核中运行,程序i在内核A上运行代价为ai,在内核B上运行的代价为bi,现在有程序间数据交换,如果两个程序在同一核上运行,则不产生额外代价,在不同核上运行则产生Cij的额外代价,问如何划分使得代价最小。用最小的费用将对象划分为两个集合的问题,常常可以转换为最小割后顺利解...
分类:其他好文   时间:2014-11-29 11:51:04    阅读次数:361
ATL实现一个组件多个dual接口,multidisp
最近想自己写个按键精灵的插件,于是接触到这个问题: 怎么在一个组件里实现两个自动化接口。 主要针对的ATL,MFC貌似没这个问题,具体MFC是怎么实现的自己没有深究。 按键精灵的插件会在一个组件里实现两个dispinterface,具体请看oleview工具截图: 刚开始对这个问题不理解,以为不是问题,自己用ATL尝试了几次,才发现不是那么回事,于是google之。 ...
分类:其他好文   时间:2014-11-29 07:08:50    阅读次数:261
Oracle代码
select * from dual;create tablespace test_sapce datafile 'E:\YC59\space\AAAA' size 10M;alter tablespace test_sapce add datafile 'E:\YC59\space\AAAA_1'...
分类:数据库   时间:2014-11-28 17:40:07    阅读次数:404
Level-shifting nixes need for dual power supply
The AD736 true-rms-to-dcconverter is useful for many applications that require precise calculation of the rms value of a waveform. This converter can ...
分类:其他好文   时间:2014-11-28 16:14:22    阅读次数:142
Simple dc/dc converter increases available power in dual-voltage system
The schematic inFigure 1shows a way to increase the power available from a current-limited 5V supply by adding power from a –5V supply. The dc/dc conv...
分类:其他好文   时间:2014-11-28 14:24:24    阅读次数:205
Dual-polarity supply provides ±12V from one IC
Well-regulated, dual-polarity power supplies find wide use in disk-drive, handheld-device, automotive, and notebook-computer applications. In these ap...
分类:其他好文   时间:2014-11-28 14:15:58    阅读次数:315
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!