-
matlabFilter
matlab高斯滤波、中值滤波、均值滤波.rar(Three mathod of matlab filtration)
- 2009-09-09 21:33:20下载
- 积分:1
-
SignalStrengthIndicator
无线网络信号扫描,信号强度,ssid等等(Wireless network signal scanning)
- 2012-05-30 09:27:51下载
- 积分:1
-
AM2322B
AM2322B温湿度传感器驱动,stm32f10x系列模拟i2c,移植修改io口,调整延时函数。
方便移植。亲测可用!(AM2322B temperature and humidity sensor drive, stm32f10x series analog I2C, transplant to modify the IO port, adjust the delay function.
Convenient transplantation. The pro test is available!)
- 2018-01-05 15:53:37下载
- 积分:1
-
图像压缩检索以及识别,过程中的降维过程很重要,基于矢量量化Vector Quantization 可以达到很好的效果。
矢量量化压缩的基本代码,c++代码,效率高
- 2022-04-09 13:20:37下载
- 积分:1
-
C# 获取Access数据库的数据表名称
C# 获取Access数据库的数据表名称,private void button1_Click(object sender, EventArgs e)
{//获取Access数据库的数据表名称
string MyAccessDBFile = @"F:Northwind.mdb";
string MyConnectString ="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" +MyAccessDBFile;
var MyConnection = new System.Data.OleDb.OleDbConnection(MyConnectString);
MyConnection.Open();
var MyTables = MyConnection.GetOleDbSchemaTable(System.Data.OleDb.OleDbSchemaGuid.Tables, new object[] { null, null, null, "TABLE" });
string MyInfo = MyAccessDBFile + "数据库的数据表包括:";
foreach (DataRow MyRow in MyTables.Rows)
{
string MyTable = MyRow["TABLE_NAME"].ToString();
MyInfo += MyTable + "、";
}
MessageBox.Show(MyInfo, "信息提示", MessageBoxButtons.OK);
}
- 2023-01-05 19:40:03下载
- 积分:1
-
sicily
这是一个Sicily上的题目,可供大家参考(This is a topic on Sicily)
- 2010-10-10 19:54:08下载
- 积分:1
-
JPEG_Decoder
一个标准的JPGE解码算法,非常适合移植到嵌入式系统中。(A example of jpeg decode algorithm。It is very easy to transplant into embedded system.)
- 2010-02-25 10:37:30下载
- 积分:1
-
Csharp001
1. 基于VS2010 C# 的的Access数据库管理设计;
2. 数据集的创建;
3. .NET组件,dataGridview 控件的使用;
4. 数据库的插入、删除、查询操作设计。
(1 Based on the VS2010 C# Access database management design 2 Create data set using 3 .. NET components, dataGridview controls 4 into the database, delete, query design.)
- 2014-05-12 09:58:17下载
- 积分:1
-
趋势
说明: 趋势EA ,能通过历史测试,源码文件分享出来(EA Copyright 2019, MetaQuotes Software Corp.)
- 2019-04-12 18:03:31下载
- 积分:1
-
二分法轨迹规划
说明: 针对于当今热门的无人机灯管秀,设计了以下基于二分法的轨迹优化程序(For today's popular UAV display, we have designed the following trajectory optimization program based on dichotomy.)
- 2018-05-12 17:43:25下载
- 积分:1