-
WavePlay
VC++自定义窗体右键或左键的声音信息,点击鼠标左键和右键会发出叮咚的声音,如果你想在你的窗体和鼠标操作中加入声音效果,你可以参考一下这个小范例程序,我觉得还算不错哟……~~(VC++ custom form right or left voice message, click the mouse left and right will be issued ding-dong sound, if you want your form and mouse actions to add sound effects, you can refer to this small sample program I feel pretty good yo ...... ~ ~)
- 2013-05-25 11:49:13下载
- 积分:1
-
winfrom二维码生成器
手动输入字符串,外加起始编号,背景、logo可自定义添加,生成数量自定义。
- 2022-02-12 00:39:49下载
- 积分:1
-
Development_Notes
说明: 设计功能:
1.实现通过按键中断来控制LED的循环闪烁,分为3种速度循环闪烁。 2.实现定时器的相关功能和PWM信号的生成,当按键中断到来时,实现在开发板的GPIO口改变PWM信号的占空比,以此PWM信号控制电机的运转速度。 3.实现通过虚拟串口发送当前电机信息的功能,每当按下按键后,开发板将电机的转速等级和此时控制电机的占空比通过串口发送到计算机的串口程序中。(Designing function:
1. To control the cyclic flicker of LED by interruption of keys, it can be divided into three kinds of speed cyclic flicker. 2. Realize the function of timer and the generation of PWM signal. When the key interrupt arrives, the duty cycle of PWM signal is changed at the GPIO port of the development board to control the speed of motor. 3. Realize the function of sending the current motor information through the virtual serial port. Whenever the key is pressed, the development board sends the speed level of the motor and the duty cycle of the control motor through the serial port to the serial port program of the computer.)
- 2020-06-20 09:40:01下载
- 积分:1
-
contiki-2.3
contiki是开源的,可移植的,针对存储空间受限的网络化嵌入式系统和无线传感器网络的多任务操作系统。(Contiki is an open source, highly portable, multi-tasking operating system for memory-efficient networked embedded systems and wireless sensor networks. Contiki has been used is a variety of projects, such as road tunnel fire monitoring, intrusion detection, water monitoring in the Baltic Sea, and in surveillance networks. )
- 2009-07-04 17:39:19下载
- 积分:1
-
SleepSound
睡眠的声音,精选ios编程学习源码,很好的参考资料。(Sleep sound, select learning IOS programming source code, a good reference.)
- 2013-12-16 17:13:05下载
- 积分:1
-
toe-games
这是一个基于二维的2D组合交互程序,可以随意加到自己相关程序中(This is a combination of 2D interactive program based on a two-dimensional, can be freely added to their program)
- 2012-11-17 22:57:25下载
- 积分:1
-
C# SelectionStart SelectionEnd时间段选择日历范例
C# Calendar 时间段选择日历范例,可选择时间区间,调用 了C#中的SelectionStart SelectionEnd日期函数实现的功能,这个程序演示了两种功能:
1、获取控件当前的日期和时间
textBox1.Text = monthCalendar1.TodayDate.ToString();
2、时间起始段的选择:
通过SelectionStart属性获取用户选择的起始日期
textBox2.Text = monthCalendar1.SelectionStart.ToString();
通过SelectionEnd属性获取用户选择的结束日期
textBox3.Text = monthCalendar1.SelectionEnd.ToString();
- 2022-08-15 10:37:28下载
- 积分:1
-
Tiny语言词法分析
C语言实现的Tiny语言词法分析器
使用DFA构造Tiny语言的词法规则,通过一遍扫描得出Tiny语言的Token
- 2023-08-17 06:10:03下载
- 积分:1
-
lsp
简单的lsp驱动框架,有助于理解lsp驱动架构(The lsp drive framework)
- 2012-05-04 14:46:21下载
- 积分:1
-
DisDtCorrelativity
说明: 计算不同采样率的两个地震道的互相关函数,两个地震道的采样是不一样的。(Different sampling rates of the two seismic cross-correlation function)
- 2009-07-25 15:25:23下载
- 积分:1