-
Solar
说明: 具有MPPT功能的DCDC双环控制算法,基于f28035(DCDC double-loop control algorithm with MPPT function based on f28035)
- 2019-07-05 12:46:19下载
- 积分:1
-
RGISOneCoordTrans
能够实现各种坐标的转换:投影面归算、椭球体变换、七参数计算、地图投影及换带变换,大型基建施工工程精度保障。
操作方便:支持与Excel表格的双向粘帖复制。(To achieve a variety of coordinate transformation: projection plane owned by operator, ellipsoid transform, seven-parameter calculation, map projection and for zone change, large-scale infrastructure construction projects guarantee accuracy. Easy to operate: to support two-way table with the Excel copy paste.)
- 2010-07-20 15:57:02下载
- 积分:1
-
IPPackage
vc6监听计算机收发数据包,列表显示出来,统计TCP、UDPICMP包个数功能能(vc6 to listens computer to send and receive data packets, the list is displayed, statistics TCP UDPICMP number of packets)
- 2013-03-15 16:23:57下载
- 积分:1
-
clockDS1302
该源程序的功能是设计一个时钟,时钟精度还可以,这是单片机学习的一个进阶吧,掌握了它,也算是对单片机有比较熟练的应用了,加油(The source function is to design a clock, clock accuracy can be, this is an advanced single-chip learning it, grasp it, can be considered a relatively skilled microcontroller applications, the refueling)
- 2014-05-26 11:18:41下载
- 积分:1
-
DSP2812(PMSM)程序
使用tms320f2812dsp输出6路pwm驱动永磁同步电机,采用磁场定向矢量控制,简单高效(Using TMS320F2812DSP output 6 way PWM drive permanent magnet synchronous motor, using magnetic field oriented vector control, simple and efficient)
- 2020-07-01 03:20:02下载
- 积分: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
-
sefer
C写的填充算法源码 算法可是在编程中可是非常重要的 大家可以参考一下这个代码,学习一下算法(C padding algorithm source code algorithm but in programming is very important, you can refer to this code, learn the algorithm)
- 2018-11-09 15:14:50下载
- 积分:1
-
wuziqiyouxi
五子棋游戏,实现人工智能。单机游戏和多机游戏实现过程。(Backgammon games, achieve artificial intelligence. Single and multi-game machine game implementation process.)
- 2013-12-09 19:04:44下载
- 积分:1
-
simulink(1)
MATLAB/SIMULINK
- 2011-04-10 14:33:30下载
- 积分:1
-
yu992324
总结了10种排序的方式。用代码加以实现。(the ten way of Line up a preface)
- 2010-07-29 09:41:07下载
- 积分:1