码迷,mamicode.com
首页 >  
搜索关键字:10.6 监控io性能 10.7 fre    ( 157个结果
Random words
To choose a random word from the histogram, the simplest algorithm is to build a list with multiple copies of each word, according to the observed fre...
分类:其他好文   时间:2014-08-17 19:47:42    阅读次数:139
步进电机转速控制
void set_fre(unsigned int frequence) { int fre=0; int fre_2=0; fre=72000/frequence; fre_2=fre/2;  TIM_SetAutoreload( TIM4,fre-1);  TIM_SetCompare1(TIM4,fre_2);//²»ÐèÒª¼õ1!! } #if tim4 ...
分类:其他好文   时间:2014-08-02 10:06:43    阅读次数:238
Bags Are Available In Different Sizes
European and American breeds rare black color and distinct facial features, pale pinkish purple color of this long dress with matching holes for a fre...
分类:其他好文   时间:2014-07-28 14:56:43    阅读次数:377
高斯消元
#include #include #include #include #include #include #include using namespace std ;const int MAXN=50;int a[MAXN][MAXN];//增广矩阵int x[MAXN];//解集bool fre...
分类:其他好文   时间:2014-07-19 00:17:37    阅读次数:300
如何收缩表空间大小
转摘:oracle数据库表空间文件收缩实例 1.查看数据文件的使用情况包括内容:数据文件大小,已经used空间,free空间,hwm信息 1 select /*+ ordered use_hash(a,b,c) */ 2 a.file_id,a.file_name,a.filesize, b.fre...
分类:其他好文   时间:2014-05-30 05:45:38    阅读次数:342
linux常用运维命令
监控io性能的iostat#iostat -d -k 1 20//显示吞吐量kb_read/s,kb_write/s,tpsDevice: tps kB_read/s kB_wrtn/s kB_read kB_wrtnsda ...
分类:系统相关   时间:2014-05-30 04:05:38    阅读次数:358
Introduction to Bode Plot 波特图入门
Introduction to Bode Plot 神马东东是波特图?                  A Bode plot /?bo?di/ is a graph of the transfer function of a linear, time-invariant system versusfrequency, plotted with a log-fre...
分类:其他好文   时间:2014-05-26 05:32:15    阅读次数:301
157条   上一页 1 ... 14 15 16
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!