-
WR_ds18b20_by_AT89s52
用51单片机读写温度传感器ds18b20温度源码包含温度传感器初始化及温度读写等功能。(Program for reading and writing tempreture sensor DS18b20. )
- 2010-03-04 23:22:16下载
- 积分:1
-
C# 在线代码编辑器模板(识别关键词与变量等)
C# 在线代码编辑器模板(识别关键词与变量等)
- 2015-12-05下载
- 积分:1
-
ipclient
This is a messenger program written in VC++. This is a client program
- 2009-06-15 18:13:57下载
- 积分:1
-
d4ef13
电压稳定裕度对于参数的灵敏度的直接计算方法Voltage stability margin for parameter sensitivity of direct calculation method(Voltage stability margin for parameter sensitivity of direct calculation method)
- 2012-04-13 22:39:45下载
- 积分:1
-
HandbookOfFaceRecognitionSpringer2005
人脸识别手册,在里面详细的介绍了关于人脸检测的相关知识。不过是全英文的,如果有英语比较好,时间比较多愿意翻译这本书的人请留言。(Face Recognition manual inside detail on the face detection of the relevant knowledge. But is English, if English is better, more time is willing to translate this book, please post.)
- 2009-05-07 17:31:31下载
- 积分:1
-
GGA__SVMMA
12行:host= gatest %在matlab的安装盘,例如c:下设置的程序源码运行结果目录。 源代码完整
">
- 2012-08-03 13:32:15下载
- 积分:1
-
GraphTheory
讲述数据机构的图论部分和程序设计的关系,适合学习算法的同学学习阅读,很不错的一本书。(Graph theory algorithm and programming)
- 2013-12-04 20:12:39下载
- 积分:1
-
fengimngqi
基于51单片机的简单c语言小程序,用于蜂鸣器的测试等(Based on 51 single simple small c language program for testing the buzzer)
- 2014-07-28 11:16:31下载
- 积分:1
-
快速傅里叶变换FFT的C程序代码实现
快速傅里叶变换(Fast Fourier Transform)是离散傅里叶变换的一种快速算法,简称FFT,通过FFT可以将一个信号从时域变换到频域。 模拟信号经过A/D转换变为数字信号的过程称为采样。为保证采样后信号的频谱形状不失真,采样频率必须大于信号中最高频率成分的2倍,这称之为采样定理。 假设采样频率为fs,采样点数为N,那么FFT结果就是一个N点的复数,每一个点就对应着一个频率点,某一点n(n从1开始)表示的频率为:fn=(n-1)*fs/N。 举例说明:用1kHz的采样频率采样128点,则FFT结果的128个数据即对应的频率点分别是0,1k/128,2k/128,3k/128,…,127k/128 Hz。 这个频率点的幅值为:该点复数的模值除以N/2(n=1时是直流分量,其幅值是该点的模值除以N)。
- 2019-08-08下载
- 积分:1
-
BinaryTree
二叉树在非递归算法中,后序遍历难度大,很多书上只给出思想或者几段无法直接调试的代码,甚至有些书上是错的,当时我在研究的过程中,就是按着书上错误的代码绕了好半天,几预抓狂。好在最终摸索出来了(Binary Tree in non-recursive algorithm, after the preorder is difficult, given the many books just thinking or paragraphs not directly debugging code, and even on some of the books is wrong, I was in the process of the study, according to the book is error code around for ages, a few pre-crazy. Fortunately, the final fumble out)
- 2014-01-05 10:00:17下载
- 积分:1