码迷,mamicode.com
首页 > 其他好文
登陆注册逻辑
client GS AS c_as_register_req(注册,客...
分类:其他好文   时间:2015-09-14 01:54:15    阅读次数:207
[LeetCode]Symmetric Tree
Symmetric TreeGiven a binary tree, check whether it is a mirror of itself (ie, symmetric around its center).For example, this binary tree is symmetric...
分类:其他好文   时间:2015-09-14 01:53:15    阅读次数:121
Ogre2.0 全新功能打造新3D引擎
不知当初是在那看到,说是Ogre2.0浪费了一个版本号,当时也没多想,以为没多大更新,一直到现在想做一个编辑器时,忽然想到要看下最新版本的更新,不看不知道,一看吓一跳,所以说,网络上的话少信,你不认识别人,别人张嘴就来,对别人也没损失,还可以装B下,靠. 从现在Ogre2.1的代码来看,大约总...
分类:其他好文   时间:2015-09-14 01:54:04    阅读次数:449
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
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
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
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
【转】Spark架构与作业执行流程简介
原文链接 http://www.cnblogs.com/shenh062326/p/3658543.htmlSpark架构与作业执行流程简介Local模式运行Spark最简单的方法是通过Local模式(即伪分布式模式)。 运行命令为:./bin/run-example org.apache.spar...
分类:其他好文   时间:2015-09-14 01:49:15    阅读次数:178
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!