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
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
监控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
神马东东是波特图?
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