资源列表
ICP
- 实现二维图像配准,需要结合opencv使用具体配置(To achieve two-dimensional image registration, you need to use specific configuration in conjunction with opencv)
蒙特卡罗
- 基于时序蒙特卡洛的风电可靠性分析代码,可以计算风力发电机发出的功率,LOLP和EENS(Based on the time series Monte Carlo code for wind power reliability analysis, the power generated by wind turbines, LOLP and EENS can be calculated.)
createfigure
- 能够在指定矩形内,随机生成一定数量、随机大小的椭圆。(It can randomly generate a certain number of ellipses of random size within a specified rectangle.)
bp
- 研究生期间写的算法,SAR的先进的BP成像算法!欢迎大家下载学习(Advanced BP Imaging Algorithms for SAR)
二维周期性边界流动
- 格子Boltzmann方法,二维周期性边界流动的c++代码(Lattice Boltzmann Method, C++ Code for Two-Dimensional Periodic Boundary Flow)
Nov27th
- 基于一段时间的高低点进行内马丁突破做单,暂时还不完整(English is not easy to speak and understand.)
Mises
- 用于abaqus的Mises应力分析子程序(abaqus user-defined subroutine (UMAT & VUMAT) for the calculation of Mises stress)
学生成绩管理系统
- C++语言实现的学生成绩管理系统 较简单 适合初学者学习参考(The student achievement management system implemented in C++ language is relatively simple and suitable for beginners to learn.)
matlab_ldpc64_BP
- 用于卫星导航多进制LDPC译码仿真 BP算法(Simulated BP algorithm for multi-band LDPC decoding for satellite navigation)
ceshi
- 关于船的仿真和关于回波分析的仿真,涉及到坐标系的变换,雷达在不同位置角度下的仿真,回波分析主要基于运动补偿(The simulation of ship and the simulation of echo analysisRadar simulation at different positions and angles, echo analysis is mainly based on motion compensation)
fft-example
- fft算例,采样频率和数据点数,对信号进行快速Fourier变换(fft example,setting temporal signal and than use fft to transform to frequency domain signal, and small-window fourier transform)
实验任务3
- ①. 列出2005-12-24日从North Pole出发的所有航班(dataQ1.xquery); ②. 查询2005-12-24日最繁忙(计算出发和到达航班)的机场、以及其进出航班总数(dataQ2.xquery); ③. 按照2005-12-24日机场繁忙程度(计算进出旅客总数)列出机场(忽略没有旅客进出的机场)、以及其进出旅客总数(dataQ3.xquery); ④. 查询所有名为Santa Claus的乘客的航班目的地(dataQ4.xquery); 在上述查询计划中,③相对比较复杂,