-
对gabor小波有较详细的介绍。并有代码实现。
对gabor小波有较详细的介绍。并有代码实现。-Gabor wavelet to have a more detailed introduction. And realize there is code.
- 2022-03-16 00:23:11下载
- 积分: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
-
ViewPortWins
说明: 演示 Windows VC 下 DC 的视口和 窗口之间的换算关系(DC presentation under the Windows VC Viewport and window conversion relationship between)
- 2008-12-04 14:30:01下载
- 积分:1
-
RC_A7128_x3 Reference code
说明: AMICCOM的A7128 433芯片驱动(AMICCOM A7128 433 Chip Driver)
- 2019-06-18 23:40:47下载
- 积分:1
-
matdemo
说明: matlab 和c或者c++ 接口程序,采用mex技术和matlab 计算引擎方式,可以提高matlab运行效率(matlab and c or c++ interface program using matlab calculation mex engine technology and methods can improve the operating efficiency matlab)
- 2008-09-15 16:42:06下载
- 积分:1
-
414viterbi
说明: 2. 该程序可以将随机生成的0,1序列经过卷积编码器产生(4,1,4)卷积码,然后将卷积码经过4*8的删余矩阵,有三种速率(1/3,2/3,1/2)可供选择,
3. 在编码端利用维特比译码方法进行译码
(viterbi)
- 2009-08-23 15:12:55下载
- 积分:1
-
shadowofrealization
。netC#实现Winform窗体四边阴影.(Winform form the four sides of the shadow of realization)
- 2015-11-19 11:52:33下载
- 积分:1
-
GIS
说明: 这就是陈建春的《用Visual C++开发GIS系统》的配套代码。
用来给初学者熟悉VC++图形编程很不错,我当初学MFC的时候就是照着这本书上手的。但作为一个GIS系统来说缺少一些必要的 要素,比如大数据量的管理、空间索引、符号化、投影等等等等等。以现在的眼光看来整个系统的架构设计也不是太好。
这本书再版后改名为《矢量图形系统开发与编程》,内容变化不大("using Visual C development of GIS systems" supporting code. For beginners to the VC familiar with graphical programming quite well, and I had the time to learn MFC is shining on this book in the business. But as a GIS systems lack the necessary elements, such as the large amount of data management, spatial indexing, symbols, such as projectors, etc.. Now the point of view of the entire system architecture design is not too good. This book reprinted later renamed as "vector graphics systems development and programming", little change)
- 2006-03-07 12:45:39下载
- 积分:1
-
该程序关于IPv6的编成例子 用C# 编写 简单易懂 该例子侧重服务器的编写 在Visual Studio .Net2003下编译通过...
该程序关于IPv6的编成例子 用C# 编写 简单易懂 该例子侧重服务器的编写 在Visual Studio .Net2003下编译通过 -IPv6 on the procedures of the organization examples in C# prepared easily understood examples of the focus on the preparation of the server in Visual Studio. Under compile Net2003
- 2022-06-01 02:27:53下载
- 积分:1
-
C语言公交线路查询助手源码
C语言公交线路查询助手源码。C语言公交线路查询助手源码。C语言公交线路查询助手源码。C语言公交线路查询助手源码。C语言公交线路查询助手源码。C语言公交线路查询助手源码。C语言公交线路查询助手源码。C语言公交线路查询助手源码。C语言公交线路查询助手源码。C语言公交线路查询助手源码。
- 2023-06-28 08:10:04下载
- 积分:1