-
smbus读BQ2040电池电量
smbus读BQ2040电池电量 单片机读BQ2040电池电量.
- 2022-10-10 02:05:03下载
- 积分:1
-
二维SIMPLEC算法
二维SIMPLEC算法-2D SIMPLEC Algorithm
- 2022-03-04 19:06:07下载
- 积分:1
-
TMVA 数据处理包
System requirements:-------------------- TMVA has been tested to run on Linux, MAC/OSX and Windows platforms. Running TMVA requires the availability of ROOT shared libraries with ROOT_VERSION >= 5.14 (type "root-config --version" to see the version installed)来源URL里面有代码的详细资料http://tmva.sourceforge.net/docu/TMVAUsersGuide.pdfUSERguide可以在上面的链接下载 非常有用 TMVA是ROOT工程的一个独立package, 专门用于数据分析和识别ROOT的全部代码可以在下面的链接下载http://root.cern.ch/drupal/
- 2022-12-12 12:15:04下载
- 积分:1
-
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照...
数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-pass filter design process. A total of three sources. Among them, dos.cpp FIR bandpass to the source, the filter order n, the low-frequency filter FLN, the high-frequency filter fhn, window function w, in accordance with the requirements change. Here is the Hanning window. The main function main.cpp achieve the input and fir h (n) convolution, the output Y (n), and store them in y.txt China. Finally, graphics.cpp y.txt read data from and then draw waveform statement, we can clearly see whether calculations are correct, and comparisons.
- 2022-01-24 14:42:03下载
- 积分:1
-
运筹学中的分支界定算法,c++代码,可以运行
运筹学中的分支界定算法,c++代码,可以运行-Define a branch of operations research in algorithms, c++ Code can run
- 2022-04-12 23:11:38下载
- 积分:1
-
飞思卡尔智能车测试程序
应用背景飞思卡尔智能车测试程序,只用于测试!02_串口循环收发,00_串口验证超频,01_GPIO及LED测试
- 2022-03-20 07:39:27下载
- 积分:1
-
c语言简单算法实例
c语言简单算法实例-c algorithm example, simple language
- 2022-05-19 06:26:29下载
- 积分:1
-
Code in java for the Traveling salesman problem. This code is very simple becaus...
Code in java for the Traveling salesman problem. This code is very simple because has only three pages. It s works same.
- 2022-03-04 06:11:45下载
- 积分:1
-
C语言共享内存的方法
资源描述C语言两个进程间共享内存的方法,当两个进程间要相互通信时,可以通过消息发送或者文件共享的方法,但这俩个方法前者不能确保消息能接收到,后者效率不高。而共享内存的方法将这二者的优势结合在一起。
- 2023-06-11 01:40:03下载
- 积分:1
-
哲学家问题的简单实现
哲学家问题的简单实现- The philosopher question simply realizes
- 2022-01-25 15:37:21下载
- 积分:1