码迷,mamicode.com
首页 >  
搜索关键字:rd    ( 888个结果
[Everyday Mathematics]20150304
$$\bex \frac{2}{\pi}\int_0^\infty \frac{1-\cos 1\cos \lm-\lm \sin 1\sin \lm}{1-\lm^2}\cos \lm x\rd \lm \eex$$
分类:其他好文   时间:2015-02-03 09:21:38    阅读次数:129
[BestCoder] Round #6
1001 http://acm.hdu.edu.cn/showproblem.php?pid=4981 #include #include #include #include #include #include #include #include #include #include #include #include #include #define rd(x) ...
分类:其他好文   时间:2015-02-01 16:10:10    阅读次数:241
[BestCoder] Round #8
1001 http://acm.hdu.edu.cn/showproblem.php?pid=4989 #include #include #include #include #include #include #include #include #include #include #include #include #include #define rd(x) ...
分类:其他好文   时间:2015-02-01 16:09:06    阅读次数:158
Linux Ubuntu 下内存虚拟硬盘
内存虚拟硬盘命令(虚拟2000M的硬盘) free? sudo mkdir /mnt/ramdisk sudo mount -t tmpfs tmpfs /mnt/ramdisk? -o size=2000M? 开机自动内存虚拟硬盘 采用 fstab sudo vim /etc/fstab 添加(需要之前建立 rd...
分类:系统相关   时间:2015-01-31 18:08:27    阅读次数:232
C串口通信
目录1、串口配置函数2、打开串口3、读写串口总结:这些程序都是从书上抄来的,都是最最简单的程序,写在这里只是想写个大概的思路,具体的函数说明可以看书,其中值得说的就是两个函数,一个是fcntl(fd,F_SETFL,0)//恢复串口为阻塞模式还有一个是select(fd+1,&rd,NULL,NUL...
分类:其他好文   时间:2015-01-29 11:50:32    阅读次数:195
名词解释。。
角色QA:测试人员RD:开发人员BI:数据分析师PD:需求人员UED:交互设计ttid:用来统计数量。随着业务线的增加, 及每个业务的扩展, 为统计不同渠道下单量, 会为每个渠道申请一个ttid, 使用订单信息查询可以确认最终下单的ttid是否正确埋点测试:检查埋点数据正确性,埋点作用于PV、UV、...
分类:其他好文   时间:2015-01-27 16:15:31    阅读次数:205
使用jquery 对 radio 和 select 的各种操作.
Radio 1.获取选中值,三种方法都可以: $('input:radio:checked').val(); $("input[type='radio']:checked").val(); $("input[name='rd']:checked").val(); 2.设置第一个Radio为选中值: ...
分类:Web程序   时间:2015-01-27 00:17:21    阅读次数:203
ARM中LDR伪指令与LDR加载指令
ldr/str字和无符号字节加载/存储,其中ldr的指令格式为1.LDR Rd,[Rn]2.LDR Rd,[Rn,Flexoffset]3.LDR Rd,[Rn],Flexoffset4.LDR Rd,label注意:ldr只能在当前PC的4KB范围内跳转;B只能在当前PC的32M范围内跳转;la....
分类:其他好文   时间:2015-01-26 18:59:40    阅读次数:223
[topcoder]SRM 633 DIV 2
第一题,http://community.topcoder.com/stat?c=problem_statement&pm=13462&rd=16076模拟就可以了。#include #include using namespace std;class Target {public: vector....
分类:其他好文   时间:2015-01-24 21:16:13    阅读次数:176
[topcoder]TheGridDivTwo
http://community.topcoder.com/stat?c=problem_statement&pm=13628&rd=16278标程是BFS,我用DFS,都可解。这里复杂的把pair写了hash函数,其实直接用个矩阵来存bool就可以了。#include #include #incl...
分类:其他好文   时间:2015-01-24 00:28:13    阅读次数:126
888条   上一页 1 ... 73 74 75 76 77 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!