-
Control Systems Engineering 7th Edition 2015
control system engineering ogata
- 2020-06-18 22:00:01下载
- 积分:1
-
词云
python文件,可以对新闻等文本进行分词,然后根据每个词出现的次数进行排序,展示出现次数最多的词语,形成词云。(Python file, can be news and other text segmentation, and then according to the number of times each word to sort, show the most frequently appeared words, the formation of word cloud.)
- 2020-06-19 07:00:01下载
- 积分:1
-
fe
说明: ls—dyna侵彻K文件,花岗岩的冲击模拟(LS-DYNA penetration K file, impact simulation of granite)
- 2020-06-21 13:40:01下载
- 积分:1
-
RK-4
四阶龙哥库塔法 Matlab函数代码 标准可用(RK-4 algorithm
Four order Runge Kutta method Matlab function code standard available)
- 2018-10-22 13:42:31下载
- 积分:1
-
matrixM
说明: 基于matlab无人机编队模型程序,数学建模大赛专用,适合初学者(This study investigates the robust fixed-time consensus tracking problem of second-order multi-agent systems under fixed topology. A novel type of non-linear protocol and the corresponding sufficient conditions for achieving robust fixed-time consensus tracking are proposed with the aid of sliding mode technique and Lyapunov theory. Compared)
- 2019-01-14 19:29:57下载
- 积分:1
-
Flash Communication Server
Flash Communication server
- 2022-01-26 04:23:26下载
- 积分:1
-
因为一般动态显示导致点阵显示扫描驱动程序的共同…
由于普通LED点阵显示屏动态显示通常采用硬件扫描驱动,这在一些需要特殊显示的场合显得不够灵活。文中提出了一种利用PC机和单片机的通讯来实现显示屏灵活的动态显示和远程监控的设计方法,同时该方法还可以将显示内容在PC机上进行预览。-Because of the general dynamic display LED dot matrix display scan driver commonly used hardware, which in some occasions require special display appears not flexible enough. This paper presents a PC-use and single-chip communication to achieve a flexible dynamic screen display and remote monitoring and control design methods, while the method can also display the contents in the PC-on preview.
- 2022-01-28 17:40:57下载
- 积分:1
-
基于8051的LED亮度控制程序,可广泛用于需要对LED灯进行亮度控制的场合...
基于8051的LED亮度控制程序,可广泛用于需要对LED灯进行亮度控制的场合-LED brightness control procedures may need to be widely used LED lights for the occasion brightness control
- 2022-03-15 13:07:02下载
- 积分:1
-
icePubDll
获取计算机硬件信息的动态链接库,CPU序列号,硬盘序列号,MAC地址等信息
例程:
void gethardinfo()
{
QString str1="";
char buff[1024];
char buff2[1024];
char temp;
typedef int (WINAPI ICEPUB_MACHINEGETINFO)(int typeFlag,char *strInfo);
ICEPUB_MACHINEGETINFO *icePub_machineGetInfo = 0;
HINSTANCE hDLLDrv = LoadLibrary("icePubDll.dll");
if(hDLLDrv)
{
icePub_machineGetInfo = (ICEPUB_MACHINEGETINFO *)GetProcAddress(hDLLDrv, "icePub_machineGetInfo");
}
icePub_machineGetInfo(3,buff);
str1=buff;
int i=0;
int n=0;
n=str1.length();
qDebug()<<n;
for(i=0;i<n;i+=2)
{
temp=buff[i];
buff2[i+1]=temp;
buff2[i]=buff[i+1];
}
QString str2=buff2;
qDebug()<<buff2;
qDebug()<<str2;
}(Access to the computer hardware information dynamic link library, CPU serial number, hard disk serial number, MAC address and other information)
- 2017-12-28 11:45:08下载
- 积分:1
-
智能车程序
智能车程序完整版的,包括图像处理以及舵机电机控制,希望可以一起沟通交流(Intelligent vehicle program complete version, including image processing and steering motor control, hope to be able to communicate with each other.)
- 2020-06-25 15:40:01下载
- 积分:1