-
DSP281x_PieCtrl
TI公司的281x的pie中断源码,大家可以看看!(TI's 281x interrupted the pie source, we can see!)
- 2007-03-28 21:58:03下载
- 积分:1
-
无压缩的AVI转成bmp
在Windows控制台程序中,编写了转换无压缩的avi到每一种bmp位图的程序,朴实无华,编译通过并能运行,切下且珍惜。
- 2022-07-07 09:28:46下载
- 积分:1
-
本人用c#编写的p2p聊天程序,局域网内测试通过。
本人用c#编写的p2p聊天程序,局域网内测试通过。-I use c# Prepared p2p chat program, the LAN test.
- 2022-04-07 20:19:27下载
- 积分:1
-
C# DataGridView初级操作范例
这是一个C# DataGridView初级操作范例,演示了连接数据库、读取数据库、移动数据库指针到下一条、上一条记录的操作,以及将数据绑定到DataGridView控件中显示的整个过程,比较基础级的C#源码,因此希望新手参考:
private void shippersDataGridView_DataError(object sender, DataGridViewDataErrorEventArgs e)
{//如果错误发生在提交操作过程中,则在 MessageBox 中显示该错误
if (e.Exception != null && e.Context == DataGridViewDataErrorContexts.Commit)
{//测试时在Phone列中输入一个超长的字符串
MessageBox.Show(e.Exception.Message, "信息提示", MessageBoxButtons.OK);
}
}
- 2022-01-22 02:28:43下载
- 积分:1
-
kalmanfilter
基于嵌入式C语言,在ARM平台实现用于组合导航的卡尔曼滤波算法(include kalman_init();kalman();kalman_Q_R_H()....etc)
- 2021-03-31 19:19:08下载
- 积分:1
-
六路ADC测量 - DMA
基于stm32f407的adc采样程序,其中有adc1的5个通道和adc2的1个通道,采样的数据通过dma发送给主函数的变量。基于stm32f407的adc采样程序,其中有adc1的5个通道和adc2的1个通道,采样的数据通过dma发送给主函数的变量
- 2022-10-07 15:45:02下载
- 积分:1
-
STM32F429BIT6_uCOS-III
STM32F429BIT6 uCOS-III 移值 可以自己使用 没有错误
- 2023-06-04 07:15:04下载
- 积分:1
-
fuctionevaluateimagedefinition3
通过分析比较3种聚焦效果较好的清晰度评价函数,提出了一种基于聚焦窗口模式的平方梯度函数作为聚焦评价函数,建立了评价函数的数学模型,并给出了实验分析和结果。与以往常用的评价函数相比,具有更高的可靠性和聚焦灵敏度(Compared by analyzing the three kinds of focus better clarity evaluation function, a model based on the focus window as a function of the square gradient focusing evaluation function, the establishment of the evaluation function of the mathematical model, and gives the experimental analysis and results. Commonly used in previous evaluation function, compared with higher reliability and sensitivity Highlights)
- 2008-02-28 13:18:39下载
- 积分:1
-
max1202
说明: 这是本人自己写的max1202程序,经过在51上调试一切正常,希望给大家帮助!(This is my own written procedures max1202, after the commissioning of the 51 all normal, we hope to help!)
- 2009-08-13 18:42:31下载
- 积分:1
-
检测TCP/IP协议
运行完成后有一个检测窗口,点击按钮进行检测
- 2022-07-09 21:08:30下载
- 积分:1