资源列表
send
- 停等协议 实现停等协议 利用发送端和接收端 利用串口-Stop and Wait
xiaoche
- pwm智能车调速,用于电子设计竞赛应用壁障,循迹改变小车运行速度-pwm intelligent vehicle speed control application barrier for Electronic Design Contest, tracking change the car run faster
try1
- pid velocity control labview 2010-pid velocity control labview 2010
CSpectrumAnalyzer1
- 以Visual C++6.0为开发工具,完成基于声卡的频谱分析仪的设计,学习windows下利用WaveX低级音频API采集音频和实时处理的基本方法,掌握频谱分析仪中各功能模块的设计以及整体工作流程的控制,并通过实践应用,进一步增加对工程数字信号处理的理解和认识。-VC SpectrumAnalyzer
w4-moving-object-detection
- 此程序是针对视频中的运动目标的检测,程序中包括了背景建模、背景差法等功能的w4背景建模算法。-This procedure is for the video of the moving target detection, process modeling, including the background, the background difference method and other functions of the background modeling algorithm w4.
V-P-N
- vpn链接 源码 请使用易语言 觉对可用! 来看看吧!-the vpn link source code, please use easy language Jue available! Check it out!
C_net_bar
- 这是一个用C语言写的小项目,名字叫网吧计费管理系统,可以实现对网吧上网人员的计费管理,操作性好。用到累文件和链表的基本知识,能够对C语言的初学者有很大的帮助。-This is a C language used to write a small project, named cafe billing management system that can realize Internet cafes billing personnel management, and operational wel
luaaio_1.9.chm
- LuaAIO(1.9版本)的帮助手册,chm格式-handbook for LuaAIO v1.9
ifft
- fft蝶形算法的逆变换,用c++编写,用循环计算实现-fft butterfly algorithm inverse transform, using c++ prepared, calculated using the cycle to achieve
window
- 易语言窗口工具,可强力隐藏,修改窗口标题,删除窗口标题等,无模块-Yi language window tool hidden strength, modify the window title, window title, such as delete, no module
ForStudy
- eclipse+QT编写的秒表源代码,仅供学习参考!
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。