搜索资源列表
10lvbo
- 10种软件滤波方法的示例程序,编程经验和技巧,相信会有很大帮助
NewProject1
- 这是一个用QT做的用加农炮大飞碟的示例程序.对学习QT有很大帮助. 这是最后的例子:一个完整的游戏。 我们添加键盘快捷键并引入鼠标事件到CannonField。我们在CannonField周围放一个框架并添加一个障碍物(墙)使这个游戏更富有挑战性。 t14/lcdrange.h包含LCDRange类定义。 t14/lcdrange.cpp包含LCDRange类实现。 t14/cannon.h包含CannonField类定义。 t14/canno
2000PDF
- ROBOCUP的国外球队2000年总结报告,有示例程序,可参考。
mega16 示例程序
- 初学者的宝典 mega16的示例程序 简单易懂
how-to-use-MATLAB-design-resonator
- 这篇文章讲述如何应用MATLAB设计激光谐振腔,内有示例程序源码,适合初学者阅读学习-This article describes how to use MATLAB design laser resonator, there are examples of program source code, suitable for beginners to learn to read
EMD程序使用
- 介绍了EMD程序的流程及在matlab平台上的一段示例,能帮你更好理解EMD算法
software_filtering
- 10种常见软件滤波示例程序及其实现方法.-10 kinds of common filtering software, sample programs and its realization method.
10zrbffcx
- 10种软件滤波方法的示例程序,是用c写的,在实际的使用过程中非常有用.-10 kinds of software filtering method of the sample procedures are written with c, in the actual use of the course very useful.
Report
- 计算机组成的实验报告 用汇编语言编写示例程序 对于了解计算机底层实现很有好处-Computer report consisting of the experimental sample assembly language program to prepare the computer for the understanding of the underlying implementation is very good
55645
- 10种软件滤波方法的示例程序 1、限副滤波 /* A值可根据实际情况调整 value为有效值,new_value为当前采样值 滤波程序返回有效的实际值 */ #define A 10 char value char filter() { char new_value new_value = get_ad() if ( ( new_value - value > A ) || ( value - new_value
mp3_waveshape
- 打开一个音乐文件后,可以显示mp3的波形的示例程序-Open a music file, mp3 to show an example of procedure of the waveform
GIS_system_of_public_management
- GIS VB程序,关于公共管理方面的示例程序,包含源代码-public management using GIS
GCC_GDB
- 关于gcc,gdb的相关笔记,以及要注意的地方。配有示例程序。-include how to use gcc and gdb in linux.If you still don t undersdand it,the examples maybe help you
binxinjiusuan
- 在vc下做图像处理的并行算法,有模式识别和机器人仿真的演示示例程序-this is a programm in vcc=
main
- msp430看门狗定时器的使用的示例程序。本程序可以帮助读者更深入的理解定时器的工作原理。-the use if watch dog timer
nRF24L01
- nRF24L01示例程序,官方的,试验通过。-nRF24L01 sample program, the official trial through.
fixed_point_FFT
- 本示例程序演示了如何计算定点和浮点各个长度和位数的按时间抽取FFT算法。所有程序在VC6下编译通过。-This sample application demonstrates how to calculate the various fixed and floating-point and the median length of time taken by FFT algorithm. All procedures under VC6 compile.
MDMA
- 描述了DMA的数据传输过程,是一个示例程序.-This is a program of dma for transmitting.
ttclasses
- Timesten TTClass的示例程序,实现插入,查找等功能-Timesten TTClass sample program, to achieve insert, search and other functions
idl界面事件处理程序
- 教学示例,可以实现界面的创建,界面事件的管理,过程和函数的创建等(Teaching examples, you can create interface creation, interface event management, process and function creation)