异步电机SPWM变频调速proteus仿真.测试代码从我的资源中可以找到。
2022-03-19 20:46:48 122KB SPWM
1
Unity异步线程调用主线程脚本程序,在Unity中异步线程调用主线程会报错,所以编写了一个Loom
2022-03-19 11:25:03 6KB UNITY Loom Unity Thead
1
煤矿井下运输设备中,其刮板输送机和带式输送机在运行中容易因落煤太多或卡顿,易造成突然过载或堵转,导致传动机构或电动机损坏,或使设备使用寿命降低,而永磁异步偶合器具备较大技术优势。针对永磁异步磁力偶合器调速机构,设计了一种新型调速机构模型,计算了该机构模型的自由度。首先建立该调速机构的数学模型,采用Matlab编程进行动态分析,绘制出其运动曲线,然后利用Adams建模进行动态仿真分析,最后对两种结果进行对比分析,验证了所设计调速机构模型的正确性。
2022-03-19 11:24:09 464KB 行业研究
1
* jQuery Form Plugin * version: 4.2.2 * Requires jQuery v1.7.2 or later * Project repository: https://github.com/jquery-form/form * Copyright 2017 Kevin Morris * Copyright 2006 M. Alsup * Dual licensed under the LGPL-2.1+ or MIT licenses * https://github.com/jquery-form/form#license * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later version. * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details.
2022-03-18 16:39:27 17KB 异步提交 文件上传
1
 SCR三相调压触发电路已有不少设计与应用,文中提出了一种简化的基于STM32的调压触发电路设计方案,并完成了系统的软硬件设计。该设计主要采用了光电隔离并利用三相电源自身的相间换流特性,只用三组触发信号就可以达到控制六只晶闸管导通角的作用。软件部分采用了STM32芯片多个高性能定时器及周边AD接口,完成了高精度触发信号发生、PID控制调压等功能。通过实验表明该系统简便可靠,达到了设计要求。
1
Python分布式计算
2022-03-18 14:49:19 4.03MB python 分布式计算 异步编程
1
C__实现的多线程异步Socket数据包接收器框架
2022-03-18 11:35:47 97KB C# Socket
1
Android 图片异步加载 加载网络图片
2022-03-18 11:20:10 733KB 图片异步加载 加载网络图片
1
实现android的异步async下的异步网络图片的加载和获取,亲测可用
2022-03-16 17:10:15 2.46MB 异步 网络图像 android
1
lua异步 这是用于lua的具有​​类似功能的异步实用程序: : ###控制流 async. waterfall ({ function ( callback ) callback ( nil , " one " , " two " ); end , function ( callback , arg1 , arg2 ) -- arg1 now equals "one" and arg2 now equals "two" print (arg1, arg2) callback ( nil , " three " ); end , function ( callback , arg1 ) -- arg1 now equals "three" print
2022-03-16 14:50:58 3KB Lua
1