-
bp-matlab
一个matlab实现bp的源文件,也许各位用得上,请大家多多指教(Bp realize a matlab source files, perhaps you useful, please everyone exhibitions)
- 2008-02-28 15:22:11下载
- 积分:1
-
epwm_Three_phase-SPWM
F28335 用EPWM模块,查表发,生成50Hz 相位差120度的三相SPWM。(F28335 EPWM module, table look-up hair, three-phase SPWM to generate 50Hz phase difference of 120 degrees.)
- 2013-01-05 20:33:33下载
- 积分:1
-
DataStruce
高一凡数据结构答案,算法代码正确,齐全。(The answer is one where data structures, algorithms, code is correct and complete.)
- 2013-11-07 11:17:34下载
- 积分:1
-
netstatwx_v1.0
this program change title of menu of windows
- 2013-10-15 14:08:39下载
- 积分:1
-
SHT30_Example实例教程
SHT30温湿度传感器在stm32上使用的代码(Code for SHT30 Temperature and Humidity Sensor on stm32)
- 2021-02-02 23:19:59下载
- 积分:1
-
bcmdhd.1.201.59.6.cn
说明: bcmdhd驱动 ,适用于安卓平台,Linux下编译会出现问题,支持安卓4.0 5.0,其他版本请尝试使用(BCMDHD driver, suitable for android platform, Linux under the compiler will be a problem, support android 4.0 5.0, other versions please try to use)
- 2020-10-21 08:57:24下载
- 积分:1
-
神经网络
简单神经网络分类评价算法
简单神经网络分类评价算法
简单神经网络分类评价算法
简单神经网络分类评价算法
简单神经网络分类评价算法
简单神经网络分类评价算法
简单神经网络分类评价算法
- 2022-03-20 01:19:44下载
- 积分:1
-
C# 显示选择的DataGridView单元格行数据
C# 显示选择的DataGridView单元格行数据附实现源码,连接数据库后,单击上部的“显示选择的单元格行”功能,即可显示出该行数据,具体的实现代码如下:
private void toolStripButton1_Click(object sender, EventArgs e)
{//显示选择的单元格行(获取DataGridView控件中选定的单元格行)
Int32 MyCount =customersDataGridView.Rows.GetRowCount(DataGridViewElementStates.Selected);
if (MyCount > 0)
{
System.Text.StringBuilder MyInfo = new System.Text.StringBuilder();
for (int i = 0; i < MyCount; i++)
{
MyInfo.Append("被选择的行号是: ");
MyInfo.Append(customersDataGridView.SelectedRows[i].Index.ToString());
MyInfo.Append(Environment.NewLine);
}
MyInfo.Append("一共选择了: " + MyCount.ToString()+"行。");
MessageBox.Show(MyInfo.ToString(), "信息提示",MessageBoxButtons.OK);
}
}
- 2022-12-31 00:55:04下载
- 积分:1
-
MSAgentCtrl_demo
microsoft agent help
- 2009-05-09 11:49:33下载
- 积分:1
-
VISUALC++MFCsamples
对图像进行二值化处理的源代码,编译后的可执行文件须带参数运行),非常好的代码.欢迎使用和下载!呵呵,真的,不信下下看啊!(two pairs of images of the value of the source code, compile the executable files carry parameters run), very good code. welcome to download and use! Oh, really, do not look at the next letter ah!)
- 2007-04-01 17:35:13下载
- 积分:1