码迷,mamicode.com
首页 > 其他好文
Inverted bipolar transistor doubles as a signal clamp
A number of circuits, such as level detectors and AM demodulators, benefit from a rectifier with a low offset voltage. Silicon diodes have an offset o...
分类:其他好文   时间:2014-11-28 15:50:42    阅读次数:200
quartz 时间配置规则
格式: [秒] [分] [小时] [日] [月] [周] [年] 通配符说明: * :表示所有值. 例如:在分的字段上设置 "*",表示每一分钟都会触发。 ? :表示不指定值。使用的场景为不需要关心当前设置这个字段的值。例如:要在每月的10号触发一个操作,但不关心是周几,所以需要周位置的那个字段设置...
分类:其他好文   时间:2014-11-28 15:49:42    阅读次数:137
document.all的详细解释
从何而来从IE4开始IE的object model才增加了document.all对象,MSDN中也对 Object.all 有详细的说明,Object.all是个HTMLCollection,不是数组,它包含document.all:http://msdn.microsoft.com/en-us/...
分类:其他好文   时间:2014-11-28 15:51:28    阅读次数:246
数据结构 之 二叉堆(Heap)
注:本节主要讨论最大堆(最小堆同理)。一、堆的概念 堆,又称二叉堆。同二叉查找树一样,堆也有两个性质,即结构性和堆序性。 1、结构性质: 堆是一棵被完全填满的二叉树,有可能的例外是在底层,底层上的元素从左到右填入。这样的树称为完全二叉树(complete binary tree)。下图就是这样一个例...
分类:其他好文   时间:2014-11-28 15:49:09    阅读次数:238
tomcat 常用优化配置
1.精简Tomcat和配置文件 1.删除不需要的管理应用和帮助应用,提高tomcat安全性。 # 删除webapps下所有文件 # rm –fr $CATALINA_HOME/webapps/* # 删除server/wenapps下所有文件 # rm –fr $CATAL...
分类:其他好文   时间:2014-11-28 15:49:39    阅读次数:147
Mahout 协同过滤 itemBase RecommenderJob源码分析
来自:http://blog.csdn.net/heyutao007/article/details/8612906Mahout支持2种 M/R 的jobs实现itemBase的协同过滤I.ItemSimilarityJobII.RecommenderJob下面我们对RecommenderJob进行...
分类:其他好文   时间:2014-11-28 15:47:49    阅读次数:255
【转】亿欧盘点:杭州十家代表性O2O企业
[ 亿欧导读 ]11月13日亿欧网将走入杭州,联合B座12楼、正和岛召开“2014 中国O2O新商业峰会“。亿欧网据O2O产业图谱,整理出杭州十家O2O企业:点我吧、快的打车、杭州19楼、婚礼纪、淘点点、风先生、养车点点、丁香园、树熊以及卡考网络。杭州是除北京、上海、深圳之外的另一互联网重镇,O2O...
分类:其他好文   时间:2014-11-28 15:49:13    阅读次数:191
POJ 1985 Cow Marathon【树的直径】
题目大意:给你一棵树,要你求树的直径的长度思路:随便找个点bfs出最长的点,那个点一定是一条直径的起点,再从那个点BFS出最长点即可以下研究了半天才敢交,1.这题的输入格式遵照poj1984,其实就是把后面的字母无视即可 2.这题数据量没给,所以把数组开得很大才敢交TUT#include #incl...
分类:其他好文   时间:2014-11-28 15:48:41    阅读次数:163
Generate stabilized PWM signals
A standard technique for generating analog voltages using µCs is to use a PWM output and filter the signal with a simple RC filter (Figure 1). The vol...
分类:其他好文   时间:2014-11-28 15:48:52    阅读次数:160
【leetcode】 Search a 2D Matrix (easy)
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2014-11-28 15:48:59    阅读次数:141
Bipolar transistor boosts switcher's current by 12 times
The circuit inFigure 1uses a minimal number of external parts to raise the maximum output current of a 0.5A buck switching-regulator IC to more than 6...
分类:其他好文   时间:2014-11-28 15:46:59    阅读次数:253
Erlang 学习笔记
http://wenku.baidu.com/link?url=AUQR8Hn-e-fEB_lqjXsd8XfapWj1qAK7J05JoBXFib_LlSk5qSOTia8HIxNV1XkeZi-kHFsH18Qb9NED5PKiPb8h6oDFVR6KG75MUSYAAMmErlang学习笔记一...
分类:其他好文   时间:2014-11-28 15:47:48    阅读次数:214
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
Two-transistor circuit replaces IC
Linear Technology's recently introduced LTC4300 chip buffers I2C clock and data lines to and from a hot-swappable card. This task is difficult because...
分类:其他好文   时间:2014-11-28 15:46:27    阅读次数:325
云体检通用代码补丁
版本:v1.1更新时间:2013-05-25更新内容:优化性能功能说明:可以有效防护XSS,sql注射,代码执行,文件包含等多种高危漏洞。使用方法:将waf.php传到要包含的文件的目录在页面中加入防护,有两种做法,根据情况二选一即可:a).在所需要防护的页面加入代码就可以做到页面防注入、跨站复制代...
分类:其他好文   时间:2014-11-28 15:46:06    阅读次数:151
【Stage3D学习笔记续】真正的3D世界(三):纹理效果
混合模式:代码示例是《Stage3D指南》中的直接弄出来的,可以通过点击键盘上的Q、W、E这3个按键,更换混合模式、模型和纹理,可以直观的查看不同混合模式的效果,住:下方的地形使用"context3D.setBlendFactors(Context3DBlendFactor.ONE, Context...
分类:其他好文   时间:2014-11-28 15:45:45    阅读次数:163
Circuit forms adjustable bipolar clamp
The easy way to clamp a signal to a given value is to use two zener diodes, connected back-to-back. This method has several disadvantages. The accurac...
分类:其他好文   时间:2014-11-28 15:45:51    阅读次数:158
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!