码迷,mamicode.com
首页 > 2015年09月14日 > 全部分享
The op amp module
分类:其他好文   时间:2015-09-14 01:52:15    阅读次数:157
HDU 5439 Aggregated Counting
题目大意:由1开始不断往数组中添加数就是按照当前所在位置所在的数表示的个数添加这个数目的数1 2 2 3 3 后面因为要填4,而4号位置为3,说明之后要填3个4问题就是给定一个n,找到n出现的最后位置p,再找p出现的最后位置即可这里可以考虑先找到g[i]表示 i 连续出现了多少次这里想一下的话,因为...
分类:其他好文   时间:2015-09-14 01:50:36    阅读次数:209
The Secret Mixed-Signal Life of PWM Peripherals
The Secret Mixed-Signal Life of PWM PeripheralsPulse-width modulation (PWM) peripherals have enjoyed a long association with microcontrollers and powe...
分类:其他好文   时间:2015-09-14 01:50:32    阅读次数:303
BZOJ1712 : [Usaco2007 China]Summing Sums 加密
设$s[i]$为进行$i$次加密后所有奶牛数字的和,有$s[i]=(n-1)s[i-1]$。设$c[i]$为某头固定的奶牛进行$i$次加密后的数字,若$i$为奇数,有:\[c[i]=((1-n)^0+(1-n)^1+...+(1-n)^{T-1})s-c[0]=\frac{(1-(1-n)^T)s}...
分类:其他好文   时间:2015-09-14 01:52:11    阅读次数:124
水仙花数
根据题目要求,只需将水仙花数列出来进行判断即可
分类:其他好文   时间:2015-09-14 01:52:22    阅读次数:162
how to generate an analog output from a in-built pwm of Atmega 32AVR microcontrloller?
how to generate an analog output from a in-built pwm of Atmega 32AVR microcontrloller?you need a resistor, a capacitor and an opamp.opamp is not reall...
分类:其他好文   时间:2015-09-14 01:52:22    阅读次数:331
HTML5新增常用属性
一、 代码名称语义化的好处1、能让搜索引擎更好的收录2、对于特殊设备如盲人设备好解析二、article和section的区别article(文章):独立且能被外部引用section(章节、段落):不独立,不能被外部引用三、 css3常用的新增属性可以下拉的输入框datalist 2、图片加载fig....
分类:Web程序   时间:2015-09-14 01:52:12    阅读次数:201
js的兼容性问题
//window.event IE:有window.event对象 FF:没有window.event对象。可以通过给函数的参数传递event对象。如onmousemove=doMouseMove(event)解决方法:var event = event || window.event; exa.....
分类:Web程序   时间:2015-09-14 01:49:32    阅读次数:142
MyBatis学习笔记(一)
测试Demo的目录结构:com.luohao.config ->MyBatisCongfig.xml ->userMapper.xmlcom.luohao.Test ->TestMyBatis.class ->User.class测试数据库是MySQL,用的数据库连接是JDB...
分类:其他好文   时间:2015-09-14 01:52:18    阅读次数:240
缓存的使用
关于缓存的方法即用法介绍,命名空间:System.Web.Caching。第一、 Cache中的Add方法:参数:Cache.Add(string key,//Cache中的键 Object value,//Cache中的值 CacheDependency dependencies,//依赖的项,可...
分类:其他好文   时间:2015-09-14 01:49:29    阅读次数:190
Page Scroll using Selenium WebDriver
Using JavaScriptScroll Down:import org.openqa.selenium.JavascriptExecutor;WebDriver driver = new FirefoxDriver();JavascriptExecutor jse = (JavascriptE...
分类:Web程序   时间:2015-09-14 01:49:40    阅读次数:330
SSMS For Beginner Part 18 to 21
Part 18 Stored procedures in sql serverPart 19 Stored procedures with output parametersPart 20 Stored procedure output parameters or return valuesPart...
分类:其他好文   时间:2015-09-14 01:51:19    阅读次数:175
android 跑马灯
跑马灯效果 layout布局代码 android:marqueeRepeatLimit=”marquee_forever” android:focuseableTouchMode=”true” android:singleLine="true" ...
分类:移动开发   时间:2015-09-14 01:49:29    阅读次数:175
Simple PWM to Analog Circuit (0-10vdc)
i just finished this simple circuit and am very satisfied with the result. The output is very stable and extremely linear!just though id share as i di...
分类:其他好文   时间:2015-09-14 01:48:46    阅读次数:156
jq 判断多个 checkbox 选中
效果如下: html 代码: 1 菜单: 2 3 大盘鸡 4 红烧肉 5 清蒸鱼 6 大闸蟹 7 笨鸡蛋 8 白开水 9 10 11 Jq 代码: 1 ...
分类:其他好文   时间:2015-09-14 01:48:25    阅读次数:128
[LeetCode#281] Zigzag Iterator
Problem:Given two 1d vectors, implement an iterator to return their elements alternately.For example, given two 1d vectors:v1 = [1, 2]v2 = [3, 4, 5, 6...
分类:其他好文   时间:2015-09-14 01:48:28    阅读次数:151
关于心态
写在这里并不是什么lol教程,而是在游戏中得到的一点收获。总是会在游戏中遇到各种前期小劣势就开始放弃的队友,各种骂人,甚至开始送人头,不好好玩耍,其实有时候,队友太菜没意识,很上火的时候,我也会骂,骂他是为了他能长点脑子好好继续游戏,并不是为了单纯的攻击别人的智商来骂人。但是更多令我印象深刻的例子是...
分类:其他好文   时间:2015-09-14 01:49:04    阅读次数:129
1468条   上一页 1 ... 75 76 77 78 79 80 81 ... 87 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!