-
GamutDM
说明: 数据挖掘方面的知识的介绍,希望对大家有帮助(data mining knowledge, we hope to help)
- 2006-03-27 16:45:15下载
- 积分:1
-
均线 macd
MACD线也即是在使用MACD指标时在图表上看到的MACD柱状线,常用于分析股票的买入、卖出时机(MACD line is also the MACD column line seen on the chart when using the MACD index. It is often used to analyze the timing of buying and selling stocks.)
- 2018-10-27 16:25:13下载
- 积分:1
-
16-模拟串口-超时接收完成-HC595显示
STC单片机模拟串口-超时接收完成-HC595显示(STC MCU Analog Serial Port-Overtime Receiving Completion-HC595 Display)
- 2018-12-06 14:40:17下载
- 积分:1
-
S60_Platform_FileList_Example_v2_0_en
Symbian中如何显示其系统文件列表的一个范例(Symbian show how its system of a document lists examples)
- 2007-02-07 13:43:42下载
- 积分:1
-
18B20
利用89c52和8155显示ds18b20的温度(Display the temperature of DS18B20 with 89C52 and 8155)
- 2017-12-26 20:49:10下载
- 积分:1
-
C# 禁止鼠标左键单击的实现源码
C# 禁止鼠标左键单击,附上例子源码,禁止后将不响应鼠标左键消息,当然也可恢复鼠标左键,直接关闭本程序即可恢复,实现方法也很简单,看如下代码:
private void button1_Click(object sender, EventArgs e)
{//禁止鼠标左键单击
Application.AddMessageFilter(this);
MessageBox.Show("鼠标左键已经被禁止,请用Tab键执行操作!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
private void button2_Click(object sender, EventArgs e)
{//允许鼠标左键单击
Application.RemoveMessageFilter(this);
MessageBox.Show("鼠标左键已经被解禁,可以执行操作!", "信息提示", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
public bool PreFilterMessage(ref System.Windows.Forms.Message MySystemMessage)
{//不响应鼠标左键消息
if (MySystemMessage.Msg >= 513 && MySystemMessage.Msg
- 2022-03-09 09:45:43下载
- 积分:1
-
LTC3300_code
电池均衡 LTC3300的均衡程序 主动均衡(Battery Balance LTC3300 Balance Program Active Balance)
- 2020-07-03 10:00:02下载
- 积分:1
-
TempHumSystem
这是一个用于工控的上位机系统,可以实时监测温度,露点,湿度。用户可以根据具体情况设定报警点,当达到报警点,系统通过邮件发送报警信息给用户。(This is a PC for industrial control of the system, can be real-time monitoring of temperature, dew point and humidity. Users can set alarms based on specific circumstances, when the police reached, the system, through e-mail warning messages to users.)
- 2009-05-16 10:46:36下载
- 积分:1
-
stm8l寄存器例程
常见的单片机操作,IO,中断,定时器,低功耗模式等(io, interrupt, timer, low power mode and so on)
- 2019-05-24 23:00:01下载
- 积分:1
-
C# 图像对比 实例源码
C# 图像对比 实例源码
- 2015-06-28下载
- 积分:1