-
beam shaping
通过matlab实现对于平面波入射透镜表面进行的物理光学仿真传输过程,最后得到焦面衍射数值计算,并画出图像。(The transmission process of physical optics simulation for plane wave incident lens surface is realized by matlab. Finally, the numerical calculation of focal plane diffraction is obtained and the image is drawn.)
- 2018-11-03 11:24:00下载
- 积分:1
-
Collected 9 Particle Swarm Optimization on the paper (in a public journal)
搜集了九篇有关粒子群优化算法的论文(已在公开杂志上发表)-Collected 9 Particle Swarm Optimization on the paper (in a public journal)
- 2023-06-15 00:45:07下载
- 积分:1
-
matlabgif
说明: matlab简单的把图片制作成GIF,如果有错误,请提出(Matlab simply makes the picture GIF. If there are any mistakes, please bring them up.)
- 2020-06-23 14:00:01下载
- 积分:1
-
Two
Two-Dimensional PCA:
A New Approach to Appearance-Based
Face Representation and Recognition
- 2022-02-13 09:36:51下载
- 积分:1
-
10.1.1.583.7919
Recent Advancements in Speech Enhancement
- 2019-06-20 09:39:03下载
- 积分:1
-
1654784400688128
汽车出租系统附带MySQL牛批javajavajvava(MySQL comes with taxi system)
- 2019-05-18 14:05:00下载
- 积分:1
-
itextasian_dotnet-master
010001101000011010100010111 0 01011 10000101 10 010 01011001 010
- 2020-06-24 23:40:12下载
- 积分:1
-
图像加雾及去雾评价标准(参考)
经典去雾论文,清晰图像加雾方法及去雾后图像的评价标准(图像加雾及去雾评价标准)。(Classic fog removal paper, clear image plus fog method and image evaluation criteria after fog removal (image fog and fog evaluation criteria).)
- 2020-06-29 14:20:02下载
- 积分:1
-
2015上海大学生数模竞赛培训
说明: 各类数学建模论文集,提供历年优秀数模论文(Collection of Mathematical Modeling Papers,Provide excellent digital and analog papers over the years)
- 2020-06-18 21:00:02下载
- 积分:1
-
cJSONFiles
说明: JASON解析,打包等测试例程,包含头文件,C文件,test文件等(void doit(char *text)
{
char *out;cJSON *json;
json=cJSON_Parse(text);
if (!json) {u1_printf("Error before: [%s]
",cJSON_GetErrorPtr());}
else
{
out=cJSON_Print(json);
cJSON_Delete(json);
u1_printf("%s
",out);
free(out);
}
})
- 2020-06-15 23:20:01下载
- 积分:1