-
fog
航拍降质图像的去雾处理Aerial images degraded to deal with fog(Aerial images degraded to deal with fog)
- 2011-10-09 11:44:37下载
- 积分:1
-
0321776402_Examples
C++ Primer Plus 6th - ESSENTIAL REFERENCES FOR PROGRAMMING PROFESSIONALS
- 2018-02-08 04:48:16下载
- 积分:1
-
csharp写的连连看游戏,有兴趣的朋友可以
csharp写的连连看游戏,有兴趣的朋友可以-CSharp Lianliankan the Writing Game, interested friends can
- 2022-02-28 15:57:24下载
- 积分:1
-
DTtest
借助于深度优先搜索机制实现判定表的生成,对软件测试进行指导。(By means of a depth-first search mechanism to determine the table generation software testing guidance.)
- 2013-04-23 15:10:41下载
- 积分:1
-
STM32-IIC--MMA8451
STM32的控制MMA8451三轴加速度芯片的IIC驱动,串口打印数据到电脑显示!(STM32 control MMA8451 the triaxial acceleration chip IIC driver, serial print data to a computer display!)
- 2013-08-24 15:54:18下载
- 积分:1
-
基于QT+Opencv的红眼去除
【实例简介】实验包括打开图像、红眼去除、保存处理后图像到指定位置,由于是初学,能实现功能已经很不错了,我的程序不够完美,运行前需要把图片和xml文件改为绝对路径
- 2021-05-29 00:31:22下载
- 积分: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
-
EasyMusic
说明: symbian 一款音乐播放器例子,可以重服务器上下载更新歌曲,上传歌曲,可以播放。还有一些简单的操作:删除,排序等(symbian example of a music player, you can re-download the update songs on the server, upload songs to play. There are some simple operations: delete, sort, etc.)
- 2011-04-14 10:40:58下载
- 积分:1
-
AES
经典的AES加密解密软件,用VS2010 C#开发的,功能简单,只能加密解密128位,即32个16进制的字符。有显示扩展密钥的功能。源码。(The classic AES encryption and decryption software using VS2010 C# development, function, and only 128-bit encryption and decryption, 32 hexadecimal characters. Extended key functionality. Source code.)
- 2013-01-17 19:27:15下载
- 积分:1
-
MPU6050六轴传感器实验
说明: 基于stm32F103的MPU6050数据读取(MPU6050 data reading based on stm32F103)
- 2020-06-21 15:00:02下载
- 积分:1