-
Balancing
自平衡小车卡尔曼滤波程序,ADXL220
可以站立前进倒退(Self-Balancing Robot Kalman filtering procedures, ADXL220 can stand forward backwards)
- 2014-02-04 11:18:14下载
- 积分:1
-
segy
地球物理领域基于matlab开发的地震数据读写程序。(Geophysical seismic data based on matlab developed in the field of reading and writing program.)
- 2013-02-28 19:53:49下载
- 积分:1
-
医院oa管理系统
医院的oa管理系统,考勤管理,内部留言板等功能。。可用于 毕业设计等用途。。
- 2022-05-17 12:32:51下载
- 积分:1
-
caoshi-method
本程序是应用曹氏法解决混沌时间序列的嵌入维数,用C++编写,并编写出matlab接口,生成cao.dll文件,利用程序中的caoshi_method.m文件就可以在matlab环境下快速计算出嵌入维数。(the programme can compute embedding dimension)
- 2013-09-17 11:36:14下载
- 积分:1
-
682630343power_wind_dfig_det
建立包含直驱型风力发电机、单级式光伏发电系统和储能蓄电池的风能与光伏混合微电网模型。混合微电网在并网运行时,通过储能蓄电池平滑风能和光伏电源的输出功率波动,维持公共连接点电压。A wind power and photovoltaic hybrid microgrid model including direct drive wind turbine, single-stage photovoltaic power generation system and energy storage battery is established. When the hybrid microgrid is connected to the grid, it can maintain the voltage of the common connection point by fluctuating the output power of the energy storage battery smoothing wind energy and the photovoltaic power.(A wind power and photovoltaic hybrid microgrid model including direct drive wind turbine, single-stage photovoltaic power generation system and energy storage battery is established. When the hybrid microgrid is connected to the grid, it can maintain the voltage of the common connection point by fluctuating the output power of the energy storage battery smoothing wind energy and the photovoltaic power.)
- 2021-04-17 19:38:52下载
- 积分:1
-
面向对象的有限元程序设计
面向对象的有限元程序设计书籍,书里有个空间八节点的程序源码(Object oriented finite element program design books, the book has a space eight node program source code)
- 2018-01-09 09:51:06下载
- 积分:1
-
WinSockUDP
VC UDP通讯,后台服务器
FileMana.cpp
FileMana.h
Login.cpp
Login.h
resource.h
SocketUdp.cpp
SocketUdp.h
StdAfx.cpp
StdAfx.h
WinSockUDP.aps
WinSockUDP.clw
WinSockUDP.cpp
WinSockUDP.dsp
WinSockUDP.dsw
WinSockUDP.h
WinSockUDP.ncb
WinSockUDP.opt
WinSockUDP.plg
WinSockUDP.rc
WinSockUDP.sln
WinSockUDP.vcproj
WinSockUDP.vcproj.T400-CKX.Administrator.user
WinSockUDPDlg.cpp
WinSockUDPDlg.h( FileMana.cpp
FileMana.h
Login.cpp
Login.h
resource.h
SocketUdp.cpp
SocketUdp.h
StdAfx.cpp
StdAfx.h
WinSockUDP.aps
WinSockUDP.clw
WinSockUDP.cpp
WinSockUDP.dsp
WinSockUDP.dsw
WinSockUDP.h
WinSockUDP.ncb
WinSockUDP.opt
WinSockUDP.plg
WinSockUDP.rc
WinSockUDP.sln
WinSockUDP.vcproj
WinSockUDP.vcproj.T400-CKX.Administrator.user
WinSockUDPDlg.cpp
WinSockUDPDlg.h)
- 2012-05-24 14:41:07下载
- 积分:1
-
matlab1
matlab 遗传算法 包括交叉,变异,最后得到结果等。(matlab yi chuan suan fa bao kuo jiao cha bian yi zui hou de dao jie guo )
- 2011-05-26 18:20:53下载
- 积分:1
-
C#读取文件内容显示在DataGridView表格中
Visual C#在DataGridView单元格中显示文本文件的内容,可以理解为,从外部读取文件内容,将其显示在DataGridView
单元格中,可以看出,本代码中使用了DataTable对象、OleDb.OleDbDataAdapter对象,外部文件的格式暂定为txt,其它格式需要相关解析组件支持,实现本功能并不难,以下几行代码就可大致实现:
string MyPath = System.IO.Directory.GetCurrentDirectory();
string MyConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source="+MyPath+";Extended Properties="text;HDR=yes;FMT=delimited";";
string MySQL = "select * from 季度订单.txt";
DataTable MyTable = new DataTable();
System.Data.OleDb.OleDbDataAdapter MyAdapter = new System.Data.OleDb.OleDbDataAdapter(MySQL, MyConnectionString);
MyAdapter.Fill(MyTable);
this.dataGridView1.DataSource = MyTable;
运行界面效果请参见下图,完整源码请在本页下载。
- 2022-03-20 07:42:37下载
- 积分:1
-
Comparisonofimagesimilarity
图像相似度比较论文,介绍了图像相似度比较的基本原理,并实现图像比较,分析结果(Comparing image similarity thesis describes the basic principles of image similarity comparison and achieve the image comparison, analysis)
- 2020-06-26 14:00:02下载
- 积分:1