▍1. PO
说明: 多边形平板高频散射,采用物理光学发求解多边形平板的雷达散射截面(Polygonal planar high frequency scattering, Using physical optics to solve the radar cross section of a polygonal flat plate)
饱和时滞系统matlab相图,给出输入变量的上下界(The matlab phase diagram of the saturated time-delay system is given, and the upper and lower bounds of the input variables are given)
太阳能光伏并网发电及其逆变控制,光伏发电的入门级书籍,含有控制、MPPT、孤岛检测等(Solar photovoltaic power generation and inverter control, entry-level books photovoltaic containing control, MPPT, islanding detection)
Network Example fot NS3 Simulator
基于ARIMA时间序列模型对风速进行拟合,预测短时间的风速(Based on ARIMA time series model fitting for wind speed forecasting wind speed for a short period of time )
Arduino-PID-Library-master库函数,可以轻松实现PID控制,是Arduino的函数库。(Arduino-PID-Library-master library function, you can easily realize the PID control is the Arduino library.)
混合隶属度随机块模型,用于进行社区划分,检测重叠社区,节点分组等( Mixed-Membership Stochastic Block mold,which is a scalable approach to community detection that discovers overlapping communities in massive realworld networks.)
the code has written by fortran language and extend finite element method (XFEM) in order to calculate grow of crack in material
用c语言和matlab联合编程求解非线性薛定谔程序,应用CUDA并行技术(nonlinear schrodinger equation solver)
ti关于rf天线的设计、调试方法,13.56M精讲( ti on rf antenna design, debugging method, 13.56M succinctly)
在matlab/simulink目前还没有更好地实现小波包模块,simuwave包括了各种各样的小波包子模块,可以自己实现小波分解。( At present, matlab/simulink is still not better to implement the wavelet packet module, simuwave includes a variety of wavelet packet module, you can realize the wavelet decomposition. )
一维小波包在matlab分解六层分解,与重构,可得高低频。与原高低频对比。( One dimensional wavelet packet decomposition in the MATLAB decomposition of the six layer, and the reconstruction can be HISTEP low frequency. Contrast with the original high and low frequency. )
C++ Implementation of the convex-hull algorithm for a list of 2D points. Based on the quick-hull algorithm.
vc调用matlab的例子,亲,使用起来非常方便哦( vc call matlab example, pro, very convenient oh)
广义预测控制算法非常详细仿真matlab(GPC matlab codes )
单相光伏并网逆变系统的Matlab建模,MPPT的扰动观察法,亲测可用(MPPT model)
包括RSSI与距离模型转换,以及三边定位,高斯滤波(Including RSSI and distance model conversion, as well as trilateral positioning, Gaussian)
64位系统下,ksvd降噪的matlab代码(64 bit system, ksvd noise reduction of matlab code)
(1) 新建一个工程demo2,设计一个类Student,其成员变量包括学号(no)、姓名(name)、性别(sex)、专业(major)、联系方式(phone)和地址(addr)。 (2) 为类Student定义成员函数writeTo,实现从给定文本文件中读取学生数据,接口如下: void writeTo (char filename[ ]) (3) 为类Student定义成员函数readFrom,实现将学生数据保存到给定文本文件,接口如下: void readFrom (char filename[ ]) ((1) Create a new project demo2, design a class Student, whose member variables, including school (no), name (name), gender (sex), specialty (major), contact details (phone) and address (addr). (2) define the Student class member function writeTo, students achieve reading data a given text file, the interface is as follows: void writeTo (char filename []) (3) define the Student class member function readFrom, students will achieve data save to text file given, the interface is as follows: void readFrom (char filename []) )
PE装载器的例子,处理了导入表、重定位表。(PE loader example, handling the import table, relocation table.)