资源列表
物理热学
- This is the electronic material of physics and heat.
污水处理
- 使用昆仑通态编写的污水处理仿真系统。可以实现自动运行和手动控制运行。(The simulation system of sewage treatment is compiled by MCGS.)
NPSS-reed1998.pdf
- Propulsion System Simulation - 1
gait-extraction
- 实现IMU数据步态识别,每一个数据点识别(Realization of gait recognition of imu data, recognition of each data point)
encoding
- 用于数字图像解密的行列置乱算法,可用于灰度图像(Row and column scrambling algorithm for digital image decryption, which can be used for gray image)
电机参数测量
- 英飞凌的关于三相交流电动机的相关参数的测量教程(This is a course of measuring the related parameters of three-phase AC motor from infineon.)
科沃兹gps驱动+自启软件
- 科沃兹gps自启软件,解决科沃兹已经有了驱动文件但是还是不能启动gps模块的问题(Kovozi GPS self starting software)
新建文件夹
- 使用matlab进行高光谱的数据进行分析和预处理(Using MATLAB to analyze and preprocess hyperspectral data)
Delta PLC password unlock 2
- Delta PLC password unlock 2
FUJI HMI decryption
- FUJI HMI PASSWORD READER
delta_password unlockl
- unlock delta dvp plc unlock E series
设计strstr函数
- 描述 C语言中有一个函数strstr。我们编写一个类似功能的函数,mystrstr int mystrstr(char a[], char b[]); 作用是查找字符串a中出现的第一个b串的下标,如果没有找到,返回-1。 输入 分别输入两个字符串a,b,分别占一行。字符串长度不超过500个字符。 输出 字符串a中出现的第一个b串的下标。 样例 输入 abca a 输出 0(describe There is a function strstr in C language. W