搜索资源列表
KeySound
- 学习键盘钩子的的一个简单应用,捕获键盘输入并发声。-Learning the keyboard hook of a simple application, capture keyboard input and sound.
STM32_inPWM
- STM32定时器的基本应用,PWM的输入捕获,硬件调试通过,基本没有误差。-STM32 Timer basic applications, PWM input capture, hardware debugging through, basically no error.
The-STM32-TIM-programming
- a)目的:基础PWM输入也叫捕获,以及中断配合应用。使用前一章的输出管脚PB1(19脚),直接使用跳线连接输入的PA3(13脚),配置为TIM2_CH4,进行实验。 b)对于简单的PWM输入应用,暂时无需考虑TIM1的高级功能之区别,按照目前我的应用目标其实只需要采集高电平宽度,而不必知道周期,所以并不采用PWM输入模式,而是普通脉宽捕获模式。 -A) purpose: basic PWM input also call
anit
- Windows应用程序是基于消息驱动的,任何线程只要注册窗口类都会有一个消息队列用于接收用户输入的消息和系统消息。为了拦截消息,Windows提出了钩子的概念。钩子(Hook)是Windows消息处理机制中的一个监视点,钩子提供一个回调函数。当在某个程序中安装钩子后,它将监视该程序的消息,在指定消息还没到达窗口之前钩子程序先捕获这个消息。这样就有机会对此消息进行过滤,或者对Windows消息实现监控。-Windows applicati
SSTM32_inPWMT
- STM32定时器的基本应用,PWM的的输入捕获,硬件调试通过,基本没有误差。 -The basic application of the STM32 timer, PWM input capture hardware debugging through, basically there is no error.
TA
- 捕获模块的应用,用P1^3和P12作为外部的脉冲的捕获输入端,实现小车速度检测。-Capture module application, P1 ^ 3 and P12 as the input terminal of the capture of the external pulse, and the car speed detecting.
Catch
- //1、写一个Java应用程序,要求如下: //main函数接收两个参数 //如果main函数传入的参数不足两个,则抛出一个自定义异常,并在控制台提示“请输入两个参数” //如果输入的参数是两个,则还要判断输入的两个参数是否都是数值类型,如果不是数值类型,则抛出自定义异常,并在控制台提示“请输入数值类型的数据” //如果输入的两个参数是数值类型,则用参数1除以参数2并得出结果,这时要捕获分母为0时的异常,并在控制台提示“
Comparator
- 基于C8051的PCA0 应用,输入捕获和串口应用。代码可用,需要修改(PCA0 application based on C8051, input capture and serial application. The code is available and needs to be modified)
HVPM_Enhanced_Sensorless
- 28035应用模板,包括端口初始化设置,里面包括采样,pwm,输入捕获,和 一些基本的控制(28035 application templates, including port initialization settings, which include sampling, PWM, input capture, and Some basic controls)