-
基于状态机的温度控制系统
说明: labview的状态机操作
通过状态机来进行温度控制
设置温度上下限
在温度超过上下限后报警显示(labview
state machine
temperature magnet)
- 2020-02-20 20:15:26下载
- 积分:1
-
VC++ 删除目录、文件夹
VC++ 删除目录或文件夹的例子。删除指定的文件夹目录的源码,请在文本框中输入需要删除的目录名称、路径即可,路径不要错哦,本示例主要是演示如何删除文件,在易用性方面没过多完善。
//是文件时直接删除
if (!file.IsDots() && !file.IsDirectory())
DeleteFile(file.GetFilePath());
else if (file.IsDots())
continue;
else if (file.IsDirectory())
{
path = file.GetFilePath();
//是目录时,继续递归调用函数删除该目录下的文件
DelFolder(path);
//目录为空后删除目录
RemoveDirectory(path);
}
- 2022-01-22 03:11:03下载
- 积分:1
-
3.4 Java2d_3d
说明: 计算机图形学相关资料 Java 2d/ 3d(Computer Graphics Related Data Java 2d/3d)
- 2020-06-15 22:22:58下载
- 积分:1
-
这个还是sap学习资料,提高sap使用水平
这个还是sap学习资料,提高sap使用水平-The sap or learning materials, improve the use of the level of sap
- 2023-08-10 02:45:05下载
- 积分:1
-
wind turbine model
风力发电系统模型(内含详细的风机、发电机,Malab 模型子程序)(wind turbine model, PMSG model; Mppt)
- 2017-08-14 08:57:07下载
- 积分:1
-
计算刀轴点坐标
说明: 计算刀轴点坐标,方便快捷,求取刀具刀轴点坐标,用于算nurbs曲线(Calculating the coordinates of cutter axis points is convenient and fast. Calculating the coordinates of cutter axis points is used to calculate NURBS curve.)
- 2019-05-22 14:47:00下载
- 积分:1
-
一个用delphi编写的方格游戏,含1到15个数字,打乱后将其重新排列,如果长时间排不出可提供适当帮助...
一个用delphi编写的方格游戏,含1到15个数字,打乱后将其重新排列,如果长时间排不出可提供适当帮助-prepared with a box of games, including 1-15 figures will disrupt their re-arranged If Pai no longer provide appropriate help
- 2022-02-26 23:43:06下载
- 积分:1
-
简单的二分查找算法,用java语言实现,
简单的二分查找算法,用java语言实现,-A simple binary search algorithm
- 2022-03-25 18:45:31下载
- 积分:1
-
传奇2寻路
本源码有易语言开发传奇模拟寻路功能,帮助大家学习和交流((The source easy language developed legendary analog wayfinding to help people learn and exchange))
- 2021-02-19 22:19:43下载
- 积分:1
-
Prepared using a binary list stored in binary form of the creation, the first se...
1 编写采用二叉链表形式存储的二叉树的创建、先序、中序、后序和按层遍历的算法。
2 编写将一棵二叉树的所有左右子树进行交换的算法。
提示:验证是否交换可以调用二叉树的遍历算法,比较输出结点序列。
3 编写一个主函数,将上面函数连在一起,构成一个完整的程序。
4 调试并运行实验源程序。
-Prepared using a binary list stored in binary form of the creation, the first sequence, the sequence, after the order and by level traversal algorithms. 2 the preparation of a binary tree will be all about the exchange of sub-tree algorithms. Tip: Verify that the exchange can be called binary tree traversal algorithm to compare the output node sequence. 3 write a main function, the above functions together to form a complete program. 4 debug and run experiments source.
- 2022-04-12 05:14:21下载
- 积分:1