-
KFCM
基于粗糙熵和K-均值聚类算法的图像分割 (Based on Rough Entropy and K-means clustering algorithm for image segmentation)
- 2008-03-20 18:16:56下载
- 积分:1
-
[TEST52]CCP2-IRD-BEEP
红外遥控器控制蜂鸣器,pic16f877a,C语言编程(Infrared remote control buzzer, PIC16F877A, C language programming)
- 2014-08-15 09:02:22下载
- 积分:1
-
触摸屏
说明: 使用STM32F103 32位芯片配置触摸屏以及控制触摸屏(Configuration of Touch Screen and Control Touch Screen with STM32F103 32 Bit Chip)
- 2020-06-23 17:00:02下载
- 积分:1
-
C#操作数据库显示Customers数据表第3-7条记录
显示Customers数据表第3-7条记录,C#操作数据库显示Customers数据表第3-7条记录,其实做出来例子,才知道,很简单啊,不过需要把数据库先连接好,看如下代码:
private void button1_Click(object sender, EventArgs e)
{//显示Customers数据表第3-7条记录
SqlConnection MyConnection=new SqlConnection();
MyConnection.ConnectionString = @"Data Source =.SQLEXPRESS;Initial Catalog=Northwind;Integrated Security=True";
MyConnection.Open();
SqlCommand MyCommand =new SqlCommand("Select * From Customers ORDER BY CustomerID", MyConnection);
DataSet MySet = new DataSet();
SqlDataAdapter MyAdapter = new SqlDataAdapter(MyCommand);
MyAdapter.Fill(MySet, 2, 5, "Customers");
this.dataGridView1.DataSource=MySet.Tables["Customers"];
}
- 2022-03-03 23:39:45下载
- 积分:1
-
Am600ModbusApiTestForC#
Am600ModbusApiTestForC# Am600ModbusApiTestForC#
- 2022-06-20 05:24:35下载
- 积分:1
-
E07-E08-MultiDraw
用vs实现绘制基本的图形,曲线,矩形,图像等,且属于联机绘图(Vs the drawing using the basic graphics, curves, rectangles, images, and graphics are online)
- 2011-06-11 11:22:14下载
- 积分:1
-
huiduchuli
能够选取一幅图像,对其进行灰度处理。设置了几种不同的灰度处理方式。(You can an image, gradation processing them. Provided several different ways of gradation processing.)
- 2015-08-26 15:14:48下载
- 积分:1
-
Modbus1
STM32F103,modbus协议,485通信,读传感器的值(STM32F103, Modbus protocol, 485 communication, read sensor values)
- 2020-06-20 23:40:01下载
- 积分:1
-
APIHOOK
APIHook程序范例,截取部分API函数。(APIHook program example, intercept some API functions.)
- 2013-08-28 14:12:10下载
- 积分:1
-
SVM的C语言写的函数
机器学习的一种算法,分类预测,用了SMO算法,共10个函数
- 2022-07-23 15:57:04下载
- 积分:1