资源列表
Abaqus 分析用户手册——材料卷
- 高清版的abaqus分析用户手册,以往尚无相关高清软件(High definition version of ABaqus analysis user manual, there is no relevant high definition software)
混凝土塑性损伤模型
- 混凝土应力应变曲线采用的10规范,损伤因子的计算采用的是sidiroff能量等价原理。初始损伤拉压均取在0.4*屈服强度位置。(The concrete stress-strain curve adopts the 10 specification, and the damage factor is calculated according to the Sidiroff energy equivalence principle.The initial damage tension and co
AWI_6.14-3
- ABAQUS公司提供的比较人性化的插件,用于模拟焊接过程的插件。(ABAQUS provides a user-friendly plug-in for simulating the welding process.)
Composites Modeler for AbaqusCAE
- 复合材料建模的,如果有兴趣的可以去达索公司的官网查看详细内容,个人仅在此分享。(If you are interested in the composite material, you can go to dassault company's official website to view the details, individuals only share here.)
金钥匙-EA
- 此EA为做黄金专门研发的智能交易系统,适合所有MT4平台的黄金交易 加载时间周期:5分钟 加载货币:XAUUSD 注意事项:公测版本的对资金是有要求的建议是5000起跑,先模拟在实盘。(This EA is an intelligent trading system specially developed for gold, which is suitable for gold trading on all MT4 platforms Loading time cycle: 5 minutes
HTML5捕鱼达人游戏源码下载
- HTML5捕鱼达人游戏源码,可做微信公众号的营销手段,纯html5代码,直接上传即可使用。(HTML5 fishing master game source code, WeChat official account can be used as marketing tools, pure HTML5 code, directly uploaded to use)
asian_option
- 亚式期权二叉树定价,最经典的算法!!!!!!!!!(Binary tree pricing of Asian Options)
仿真
- 仿真了国防科大陈颍滨的基于投影切片定理的转台成像算法,实现了文章中提出的二重积分法,成像结果十分理想,欢迎下载!(Simulation of the National Defense University of science and technology Chen Yingbin turntable imaging algorithm based on the projection slice theorem, the realization of the article proposed d
图像去噪
- 图像去噪,自适应门限中值滤波器代码,实现在matlab开发环境(Image denoising, adaptive threshold median filter code, to achieve in the MATLAB development environment)
matlab仿真建模
- 构建风电场并网模型(见图3),模型中额定输出功率为6*1.5MW的风电场
SH367306+SH79F6441
- SH367306BMS采集芯片手册及demo程序(Sh367306bms acquisition chip manual and demo program)
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。