摘要:
A customer's design wants to adjust the pull_ups value for their I2C interface, how to decide to accept their change? "Is there a correct resistance v 阅读全文
摘要:
1.How does averaging increase the Signal to Noise ratio? http://dsp.stackexchange.com/questions/19159/how does averaging increase the signal to noise 阅读全文
摘要:
#include using namespace std;#define M 2#define N 3int main(){ int a[M][N] = {1,2,3,4,5,4}; coutusing namespace std;// 二维数组matrix中,每一行都从左到右递增排序... 阅读全文