人工智能-机器学习-氨硝酸锂吸收式制冷机性能的计算机模拟研究.pdf
2022-05-03 12:06:45 3.09MB 人工智能 文档资料 机器学习
最近,暗场成像(DFI)和亮场成像(BFI)被提出并应用到可视化x射线在生物医学对象上的折射效应中。劳厄几何晶体分析仪是基于Takagi-Taupin方程被修改以用于进行模拟来评估图像进入一个劳厄角分析仪(LAA)的空间分辨率的,为了使劳厄几何晶体分析仪空间分辨率更加清晰。这个计算的完成需要一个对于衍射波平面完美的平面波,一个符合BFI条件,在35 keV和在一个2100um厚的劳厄角分析仪中440的衍射指数的条件下的平面波。结果,空间分辨率出现在g矢量方向大约37.5 um。在13.7kev和220衍射指数下126um厚的劳厄角分析仪比3.1um厚的显示一个更好的空间分辨率
2022-04-21 11:16:13 668KB x射线
1
【达摩老生出品,必属精品,亲测校正,质量保证】 资源名:杨氏双孔干涉实验的MATLAB计算机模拟 源程序代码_matlab 资源类型:matlab项目全套源码 源码说明: 全部项目源码都是经过测试校正后百分百成功运行的,如果您下载后不能运行可联系我进行指导或者更换。 适合人群:新手及有一定经验的开发人员
【达摩老生出品,必属精品,亲测校正,质量保证】 资源名:杨氏双孔干涉实验的MATLAB计算机模拟 源程序代码.rar 资源类型:matlab项目全套源码 源码说明: 全部项目源码都是经过测试校正后百分百成功运行的,如果您下载后不能运行可联系我进行指导或者更换。 适合人群:新手及有一定经验的开发人员
晋城煤业集团工会第五届计算机模拟测验.doc
2022-04-06 01:44:45 34KB 计算机
《Geant4使用手册》是用户在学习和开发基于 Geant4 的探测器模 拟程序时,应该阅读的第一手册。手册主要讲述: • 向初学者介绍面向对象的 Geant4 探测器模拟工具包, Geant4 User's Guide For Application Developers • 介绍了各种可用工具和他们的使用方法,并且 • 提供了一些对开发、运行模拟程序非常有用的信息 手册只是对工具包的一个概述,而不是详尽的描述。除一些特殊的工具外,没有讨论相关的 物理过程。
2022-03-16 02:00:44 1019KB Geant4 计算机模拟仿真 核物理设计
1
统考计算机模拟练习试题及答案多媒体技术借鉴.pdf
2022-01-31 13:00:46 101KB 网络技术资源
利用计算机模拟太阳能光伏发电
2022-01-12 17:29:53 240KB
1
天津高职升本计算机模拟试题4套-含答案
2022-01-05 18:02:53 813KB 天津
function varargout = ganshe(varargin) % GANSHE M-file for ganshe.fig % GANSHE, by itself, creates a new GANSHE or raises the existing % singleton*. % % H = GANSHE returns the handle to a new GANSHE or the handle to % the existing singleton*. % % GANSHE('CALLBACK',hObject,eventData,handles,...) calls the local % function named CALLBACK in GANSHE.M with the given input arguments. % % GANSHE('Property','Value',...) creates a new GANSHE or raises the % existing singleton*. Starting from the left, property value pairs are % applied to the GUI before ganshe_OpeningFcn gets called. An % unrecognized property name or invalid value makes property application % stop. All inputs are passed to ganshe_OpeningFcn via varargin. % % *See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one % instance to run (singleton)". % % See also: GUIDE, GUIDATA, GUIHANDLES % Edit the above text to modify the response to help ganshe % Last Modified by GUIDE v2.5 21-Jun-2014 11:31:04 % Begin initialization code - DO NOT EDIT gui_Singleton = 1; gui_State = struct('gui_Name', mfilename, ... 'gui_Singleton', gui_Singleton, ... 'gui_OpeningFcn', @ganshe_OpeningFcn, ... 'gui_OutputFcn', @ganshe_OutputFcn, ... 'gui_LayoutFcn', [] , ... 'gui_Callback', []); if nargin && ischar(varargin{1}) gui_State.gui_Callback = str2func(varargin{1}); end if nargout [varargout{1:nargout}] = gui_mainfcn(gui_State, varargin{:}); else gui_mainfcn(gui_State, varargin{:}); end % End initialization code - DO NOT EDIT % --- Executes just before ganshe is made visible. function ganshe_OpeningFcn(hObject, eventdata, handles, varargin) % This function has no output args, see OutputFcn. % hObject handle to figure % eventdata reserved - to be defined in a future version of MATLAB % handles structure with handles and user d