-
PMSG_Demo
说明: 用于实现永磁直驱同步发电机的的最大功率跟踪(Maximum Power Tracking for Fans)
- 2019-01-18 15:23:35下载
- 积分:1
-
多轴疲劳临界面提取
说明: 该程序可用于对abaqus结果数据进行处理,对每个材料点应力进行计算,并获取临界面的应力应变参数。(The program can be used to process the ABAQUS odb data, calculate the stress of each material point, and obtain the stress and strain parameters of the critical plane.)
- 2019-05-28 17:12:30下载
- 积分:1
-
C# 在格式化日期查询数据库
C# 在查询语句中使用格式化函数,格式化日期,将出生日期格式化为“年月日”的格式,后附完整源代码下载,以下是部分代码:
private void Frm_Main_Load(object sender, EventArgs e)
{
OleDbConnection con = new OleDbConnection(//创建数据库连接对象
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source="
+ "db_Test.mdb" + ";Persist Security Info=False");
OleDbDataAdapter dap = new OleDbDataAdapter(//创建数据适配器对象
"SELECT * FROM 员工生日表;", con);
DataSet ds = new DataSet();//创建数据集
dap.Fill(ds, "table");//填充数据表
dgv_Message.DataSource = ds.Tables[0].DefaultView;//设置数据源
}
- 2023-05-27 06:05:03下载
- 积分:1
-
源程序(.m文件)
说明: matlab绘制信号的拉普拉斯变换,程序5个(matlab plot signal Laplace transform, one of the procedures)
- 2020-03-03 18:34:49下载
- 积分:1
-
C源码集,超多成堆源码文件,难度从低到高都有,供各位根据需要选用研读。...
C源码集,超多成堆源码文件,难度从低到高都有,供各位根据需要选用研读。-C source code sets, piles of super-multi-source documents, the difficulty from low to high have for you in accordance with the need to use reading.
- 2022-03-24 21:17:54下载
- 积分:1
-
VB从EXE中提取图标
VB从EXE中提取图标,支持从DLL/EXE/OCX文件中提取图标,所有涉及到图标都会读取出来,根据用户的选择导出对应图标,运行效果如演示截图所示,看上去貌似很强大的图标提取程序。
- 2022-08-24 14:06:06下载
- 积分:1
-
算法第三章
主要用伪码写的,算法第三章,可以参考一下,很好改成C++(Mainly written in pseudo code, algorithm 3
Chapter, you can refer to, very good to change to C++.)
- 2019-04-06 00:32:05下载
- 积分:1
-
RecommenderSystem
集体智慧编程中第十章推荐算法,实现源码,python实现(Tenth chapters of the collective wisdom programming to implement the source code)
- 2018-03-29 12:01:35下载
- 积分:1
-
Font used for non
用于不带字库的12864液晶,可以显示简单的汉字,用于检测液晶的好坏。-Font used for non-12864 LCD, can show a simple Chinese characters, good or bad for the detection of liquid crystal.
- 2023-02-16 19:10:03下载
- 积分:1
-
刻蚀草图的游戏
Exactly like the classic etch
刻蚀草图的游戏
Exactly like the classic etch-a-sketch game you played as a kid! -draft etching of the game Exactly like the classic etch-a-sketch game you played as a kid!
- 2022-04-08 18:41:44下载
- 积分:1