-
e50无线串口
实现单片机的无线通信,和e50无线串口的使用。(The wireless communication of MCU and the use of E50 wireless serial port are realized.)
- 2020-06-25 13:40:02下载
- 积分:1
-
ANSYS操作速记 (1)
说明: 文件为ansys建模常用命令流,包括前处理,加载,后处理等。并附有一个建模实例(多孔旋转轮)(The file is a common command stream for ANSYS modeling, including pre-processing, loading, post-processing, etc. And a modeling example (porous rotating wheel) is attached)
- 2020-06-17 20:08:30下载
- 积分:1
-
进程调度算法,使用类做的先来先服务算法进行调度
进程调度算法,使用类做的先来先服务算法进行调度-Process scheduling algorithm, using the class to do a first-come first-served scheduling algorithm
- 2022-03-26 08:49:58下载
- 积分:1
-
VB提取透明图标制作工具条
VB提取BMP中的半透明图片来制作实现带图标的工具条,主要是利用VB中的BitBlt API 函数来处理透明图片,最终的处理效果还算可以,若制作工具条时候,需要一些透明风格的BMP图标资源,可使用本工具打开BMP图像,提取其中的图标资源。
- 2023-02-17 06:15:04下载
- 积分:1
-
C# 设置屏幕分辨率
C# 改变屏幕分辨率,功能仿windows 的屏幕分辨率设置,改变滑块改变分辨率大校本例可学习一下滑块的用法。源代码如下:
long RetVal = 0;
DEVMODE dm = new DEVMODE();
dm.dmSize = (short)Marshal.SizeOf(typeof(DEVMODE));
dm.dmPelsWidth = dWidth;//宽
dm.dmPelsHeight = dHeight;//高
dm.dmDisplayFrequency = 85;//刷新率
dm.dmFields = DEVMODE.DM_PELSWIDTH | DEVMODE.DM_PELSHEIGHT | DEVMODE.DM_DISPLAYFREQUENCY | DEVMODE.DM_BITSPERPEL;
RetVal = ChangeDisplaySettings(ref dm, 0);
- 2023-03-16 15:00:04下载
- 积分:1
-
Abaqus插件
说明: 1. 定义了刀具和工件结点的接触,并定义为默认“硬接触”
2. 工件上表面定义了自接触,防止切屑穿透工件上表面
3. 有些情况下可能产生工件右边界的部分结点卷曲后进入上表面,可以额外定义工件上表面与右边界部分结点(在右边界上,但是被切下来的部分结点)的接触算法这样就不会穿透了。(1. Defined the contact between tool and workpiece node, and defined as the default "hard contact".
2. Self-contact is defined on the upper surface of the workpiece to prevent the chip from penetrating the upper surface of the workpiece
3. In some cases, part nodes of the right boundary of the workpiece may curl into the upper surface, and the contact algorithm between the upper surface of the workpiece and the right boundary part node (the part node on the right boundary, but the part node cut off) can be defined in addition, so as not to penetrate.)
- 2020-10-28 16:17:59下载
- 积分:1
-
学生成绩管理,可以管理员、学生、老师三方登录,并各自拥有不同的权限....
学生成绩管理,可以管理员、学生、老师三方登录,并各自拥有不同的权限.-StudentScore么Management
- 2022-05-06 16:32:37下载
- 积分:1
-
Newmark数值分析法
Newmark数值分析法,可以用于求解动力学频率响应。(Newmark numerical analysis method can be used to solve the dynamic frequency response.)
- 2018-11-07 15:05:47下载
- 积分:1
-
classic game machines produced in Taiwan the second largest guaranteed fun
台湾生产的经典游戏机第二大保证乐趣
- 2022-02-06 11:00:41下载
- 积分:1
-
合成孔径雷达成像 算法与实现.rar
本书详细介绍了合成孔径成像的基本原理,并且通过实际的代码进行仿真实现。(This book describes in detail the basic principles of synthetic aperture imaging, and through the actual code to achieve simulation.)
- 2017-09-06 07:35:48下载
- 积分:1