-
activex_teechart
vs2010之中 active x控件的 teechart使用 (This is a document about how to use active X control of the TeeChart in VS2010)
- 2014-11-24 21:20:28下载
- 积分:1
-
C# wpf 获取并显示掩码文本框中的数据
C# wpf 获取并显示掩码文本框中的数据,也就是显示密码框中的字符,private void MaskedTextBox_TextChanged(object sender, EventArgs e)
{//获取掩码文本框中的数据
var MyBox = sender as System.Windows.Forms.MaskedTextBox;
MyText = MyBox.Text;
}
private void Button_Click(object sender, EventArgs e)
{//显示在掩码文本框中输入的数据
MessageBox.Show("刚才在掩码文本框中输入的数据是:" + MyText, "信息提示");
}
- 2023-03-13 11:25:03下载
- 积分:1
-
DSP_zuo_ye
以前西电研究生DSP大作业代码,都是C语言和Matlab完整版,可以供大家编程参考
(Former Western Electric graduate DSP great job code, C language and Matlab full version, can be programmed for your reference)
- 2020-10-31 10:29:55下载
- 积分:1
-
gauss.Designer
实现地图加载保存放大缩小全图,以及要素属性框选查询功能(Realize the function of loading, saving, enlarging and reducing the whole map, as well as the function of checking and inquiring the attributes of elements)
- 2020-06-25 08:40:02下载
- 积分:1
-
查表法获取正弦函数值
通过查找const FLOAT32 SinTable[91]内的值获取正弦函数值,只需要调用FLOAT32 getFastSin(int angle)函数,输入值为角度,即可获得该角度下的正弦值。简单易用,精度还行。非常适用于不带三角函数的系统。
- 2022-01-25 21:27:12下载
- 积分:1
-
基于高斯混合模型的视频中前景目标的提取
基于高斯混合模型的视频中前景目标的提取。有测试视频,程序能正常运行,程序注释很详细。非常适合初学者进行分享和交流。
- 2022-03-01 09:15:33下载
- 积分:1
-
stm32f1驱动42步进电机正反转
stm32f103用TB6560驱动器驱动42步进电机正反转
- 2022-03-12 02:53:50下载
- 积分:1
-
天气接口
说明: 可以输入地名查看详细天气信息,黄历事宜等(You can enter a place name to view detailed weather information)
- 2020-06-18 06:00:01下载
- 积分:1
-
103244809TreeCtrlEx
实现CtreeCtrl控件多选功能的封装类(Suport multiselection functionality for tree controls.)
- 2009-12-14 16:13:58下载
- 积分:1
-
v2_test_key
说明: Realize the function of key press and intelligent control of key press
- 2020-06-21 22:40:01下载
- 积分:1