码迷,mamicode.com
首页 >  
搜索关键字:tn    ( 404个结果
Lightoj 1054 - Efficient Pseudo Code
题目连接: http://www.lightoj.com/volume_showproblem.php?problem=1054题目大意: 给出n,m,问n^m的所有因子之和是多少?解题思路: 补充知识: 1:对于一个数字n=p1^t1+p2^t2+p3^t3+.........+pn^tn...
分类:其他好文   时间:2015-07-08 00:20:44    阅读次数:253
programming-challenges Shoemaker's Problem (110405) 题解
Greedy.  证明: Let's say we have job 1, 2, ..., n, and they have time and fine as t1, f1, t2, f2, ..., tn, fn and they are in the order of t1/f1 So this is the objective schedule. Now w...
分类:其他好文   时间:2015-07-07 16:59:38    阅读次数:141
vim环境搭建
ctags -R 根目录下生成tags在.vimrc中添加set tags=/.../.../tagsCtrl+] 跳转gCtrl+] 跨目录跳转:ts 列出所有:tp 跳转到前一个:tn 跳转到下一个Tlist安装到http://www.vim.org/scripts/script.php?scr...
分类:系统相关   时间:2015-07-05 14:55:51    阅读次数:178
matlab学习笔记第九章——变换
1.拉普拉斯变换:时间函数f(t)的拉普拉斯变换用下面的积分式定义: L {f(t)} = ??0∞f(t)e-stdt,我们通常把f(t)的拉普拉斯变换写F(s)。在MATLAB计算拉普拉斯变换,我们要调用laplace(f(t)),它做的是符号计算。 L (tn) = n!/sn...
分类:其他好文   时间:2015-06-24 22:22:43    阅读次数:123
telnetlib模块学习
python有第三方telnet模块,这样就不用登录到每台交换机上查询。这里有个连接盛科交换机的example:#!/usrbin/envpython importtelnetlib defdo_telnet(Host,password,commands): tn=telnetlib.Telnet(Host,port=23,timeout=10)#初始化一个tn实例 #tn.set_debuglevel(2)#设置d..
分类:Web程序   时间:2015-06-23 13:51:17    阅读次数:323
docker_openwrt
http://wiki.openwrt.org/doc/howto/docker_openwrt_imagehttps://www.baidu.com/s?wd=lxc%20docker&rsv_spt=1&issp=1&f=3&rsv_bp=1&rsv_idx=2&ie=utf-8&tn=baid...
分类:其他好文   时间:2015-06-20 15:31:51    阅读次数:114
#!/bin/bash(转)
原文:https://www.baidu.com/s?wd=%23!%2Fbin%2Fbash&rsv_spt=1&issp=1&f=8&rsv_bp=0&rsv_idx=2&ie=utf-8&tn=site888_3_pg&rsv_enter=1&rsv_n=2&rsv_sug3=1#!/bin/...
分类:其他好文   时间:2015-06-17 19:59:06    阅读次数:99
bzoj1367 [Baltic2004]sequence [左偏树]
Description给定一个序列t1,t2,...,tnt_1, t_2, ..., t_n,求一个递增序列z1<z2<...<znz_1<z_2<...<z_n, 使得R=|t1?z1|+|t2?z2|+...+|tn?zn|R = |t_1 - z_1| + |t_2 - z_2| + ... + |t_n - z_n|的值最小。本题中,我们只需要求出这个最小的R值。Input第1行为一个整数...
分类:其他好文   时间:2015-06-17 13:27:45    阅读次数:175
百度图片api
百度图片api转载请注明出处:http://blog.csdn.net/yuanwofei/article/details/16343743一、通用apihttp://image.baidu.com/i?tn=resultjson&ie=utf-8&word=刘德华&pn=0&rn=10http:/...
分类:Windows程序   时间:2015-06-09 23:22:52    阅读次数:237
Project Euler:Problem 42 Coded triangle numbers
The nth term of the sequence of triangle numbers is given by, tn = ½n(n+1); so the first ten triangle numbers are: 1, 3, 6, 10, 15, 21, 28, 36, 45, 55, ... By converting each letter in a word to a...
分类:其他好文   时间:2015-06-05 12:29:01    阅读次数:128
404条   上一页 1 ... 30 31 32 33 34 ... 41 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!