码迷,mamicode.com
首页 > 2014年11月28日 > 全部分享
External components provide true shutdown for boost converter
The step-up switching-converter circuit inFigure 1presents a familiar problem: If you shut down boost converter IC1by pulling itsinput low, external i...
分类:其他好文   时间:2014-11-28 14:03:16    阅读次数:131
MOSFET shunt regulator substitutes for series regulator
You would normally use a series linear regulator or a dc/dc converter to obtain 3V dc from a higher supply. However, when breadboarding a concept, you...
分类:其他好文   时间:2014-11-28 14:05:17    阅读次数:142
关于cookie的使用
cookie的属性 domain:域名,即cookie所能使用的范围,当然当前域下可以在当前域下cookie,还有一个就是该域名的父级域名(子级的域名下是可以访问父级域名下的cookie,父级域名是不可以不作处理的情况下访问子级域名的cookie) path:此参数也控制着cookie的访问,如.....
分类:其他好文   时间:2014-11-28 14:04:34    阅读次数:132
利用Android NDK编译lapack
最近有这方面的需要,但是在网上查了一下,几乎没有讲这个的。后来发现了外国某个大牛在github上的project。拉下来自己编译了一下竟然通过了,记录如下:1.从https://github.com/simonlynen/android_libs这个网址下载代码。2.在Eclipse中创建新proj...
分类:移动开发   时间:2014-11-28 14:01:48    阅读次数:308
VB.net 与 C# 的对应逻辑运算符
And:对两个Boolean表达式执行逻辑和。AndAlso:与AndAlso类似,关键差异是AndAlso显示短路行为,如果AndAlso中的第一个表达式为False,则不计算第二个表达式。Or:对两个Boolean表达式执行逻辑或。OrElse:与Or类似,关键差异是OrElse显示短路行为,如...
分类:Windows程序   时间:2014-11-28 14:03:45    阅读次数:221
Dual-voltage regulator meets USB-power needs
This Design Idea stems from the limited availability of IC voltage regulators that can meet key USB-power specs, coupled with the need for turn-on seq...
分类:其他好文   时间:2014-11-28 14:04:34    阅读次数:162
缓存是新的内存(转)
英文原文:Cache is the new RAM 这是一次在defrag 2014的演讲。 这是经过长时间地多次技术变革后的(多个)技术优势之一。你看到了实际上突破。如果你只是看到了其中的一部分,很难正确推断。你要么短期有进展,要么落后很远。令人惊讶的不是事物变化的速度,而是一点一滴长期工程实.....
分类:其他好文   时间:2014-11-28 14:02:23    阅读次数:173
[转]代码协定
代码协定提供一种使用代码指定前置条件、后置条件和对象固定条件的方式。前置条件是在输入方法或属性时必须满足的要求。后置条件描述方法或属性代码退出时的预期。对象固定条件描述正常状态下的类的预期状态。代码协定包含用于标记代码的类、用于编译时分析的静态分析器和运行时分析器。代码协定的类可在System.Di...
分类:其他好文   时间:2014-11-28 14:01:45    阅读次数:285
High-current supply uses standard three-terminal regulator
Voltage-regulator design for high output currents can be a critical and difficult task. Although voltage regulators with 1A maximum output current are...
分类:其他好文   时间:2014-11-28 14:02:24    阅读次数:133
Get just enough boost voltage
Adding a current-mirror circuit to a typical boost circuit allows you to select the amount of boost voltage and to ensure a constant difference betwee...
分类:其他好文   时间:2014-11-28 14:00:51    阅读次数:128
UVA - 639
Don't Get RookedIn chess, the rook is a piece that can move any number of squares vertically or horizontally. In this problem we will consider small c...
分类:其他好文   时间:2014-11-28 14:02:19    阅读次数:179
cocos2d 3.3 安装教程
最近在学习cocos-2d,百度一下cocos-2d,铺天盖地的都是cocos-2dx的教程,不得不说,老外还是钟情cocos2d,之前安装过cocos2d 2.0版本,网上的教程还是都是0.9的安装教程,如今cocos2d已经更新到3.3.6,现在的在3.1以后的版本已经不再提供安装脚本和模版.....
分类:其他好文   时间:2014-11-28 14:02:09    阅读次数:133
html 学习(一)
最近想做一个WEB的小项目,但是html太久没接触了,忘得差不多了,现在补一下;html文件的基本语法架构:其他组件:表单: ,当点击提交按钮时会触发register.aspx页面;输入框:,类型有:submit:提交按钮,会触发form 的 action 页面;通过value值可以修改按钮的名称;...
分类:Web程序   时间:2014-11-28 14:01:09    阅读次数:208
js获得分辨率
1 3 4 5 6 test 7 8 9 46 47 48 49 50
分类:Web程序   时间:2014-11-28 14:01:20    阅读次数:220
ASP.NET MVC中MaxLength特性设置无效
在ASP.NET MVC项目中,给某个Model打上了MaxLength特性如下:public class SomeClass { [MaxLength(16, ErrorMessage = "最大长度16")] public string SomeProperty{get;set;} } 但在其对...
分类:Web程序   时间:2014-11-28 14:02:59    阅读次数:200
Inrush limiter also provides short-circuit protection
For containing large amounts ofbulk capacitance, controllinginrush currents poses problems.Thesimplest approach involves placing aninrush-limiting res...
分类:其他好文   时间:2014-11-28 14:02:55    阅读次数:153
Wide-range regulator delivers 12V, 3A output from 16 to 100V source
Synchronous buck regulators offer high efficiency and are popular in applications in which available input voltages are 12V or less. However, as input...
分类:其他好文   时间:2014-11-28 13:59:48    阅读次数:203
1567条   上一页 1 ... 60 61 62 63 64 65 66 ... 93 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!