Comparative Study of Two Test Methods on Smoke Penetration Percentage
摘要
|
图/表
|
访问统计
|
参考文献
|
相似文献
|
引证文献
|
资源附件
|
文章评论
摘要: 分别采用多波段红外辐射仪和傅立叶变换红外光谱仪测试了抗红外磷烟幕的透过率,并在对测试结果分析比较的基础上评价了两种测试方法的优劣。
Abstract: Penetration percentage of anti-infrared phosphorus smoke has been tested by using multi-band infrared radiation apparatus and Fourier transform infrared spectrometer. Superior and inferior of the two methods have been evaluated on the basis of analysis and comparison of the test results.
var swiper = new Swiper('.swiper_xq', {
navigation: {
nextEl: '.swiper-button-next',
prevEl: '.swiper-button-prev',
},
});
$(function(){
$('img').bigic();
});
jQuery(".slideTxtBox").slide({ trigger: "click" });
文章指标
点击次数:
下载次数:
HTML阅读次数:
引用次数:
历史
收稿日期:
最后修改日期:
录用日期:
在线发布日期: 2020-12-21
出版日期:
//获取当期的基本信息
function GetCurrentIssue() {
var strUrl = "hgp/issue/get_current_issue_info";
if (strUrl != "") {
$.get(strUrl, function (strIssueXml) {
var strYearID = GetXmlValue(strIssueXml, "year_id");
var strIssueID = GetXmlValue(strIssueXml, "quarter_id");
var strVolume = GetXmlValue(strIssueXml, "book_no");
var strIssueEnName = GetXmlValue(strIssueXml, "quarter_en_name");
var strEnPublishDate = GetXmlValue(strIssueXml, "en_publish_date");
var strIssueSmallCoverURL = GetXmlValue(strIssueXml, "image_url");
$("#current_small_cover_id").html("
");
$("#current_publish_date_id").html(strEnPublishDate);
$("#current_volume_id").html(strVolume);
$("#current_issue_id").html(strIssueID);
});
}
}
function GetMetrics() {
var strUrl = "hgp/article/metrics/200301004";
if (strUrl != "") {
$.get(strUrl, function (strReturnScript) {
eval(strReturnScript);
});
}
}
function GetRelatedArticle() {
var strUrl = "hgp/article/related/2003_1_200301004";
if (strUrl != "") {
$.get(strUrl, function (strReturn) {
if (strReturn != "") {
$("#RelateArticleList").html(strReturn);
} else {
$("#RelatedTab").hide();
$("#RelatedContainer").hide();
}
});
} else {
$("#RelatedTab").hide();
$("#RelatedContainer").hide();
}
}
function GetReferenceList(strPage) {
$("#reference_current_page").prop("value", strPage);
var strUrl = "hgp/article/reference/2003$1$200301004";
if (strUrl != "") {
strUrl = strUrl + "?cp=" + strPage;
$.get(strUrl, function (strReturn) {
if (strReturn != "") {
$("#ReferenceList").append(strReturn);
var intReferenceNum = $("div#ReferenceList dd").length;
if (intReferenceNum % 20 != 0) {
$("#MoreReferenceContainer").hide();
}
} else {
if (strPage != "") {
var intPage = parseInt(strPage);
if (intPage == 1) {
$("#ReferenceTab").hide();
$("#ReferenceContainer").hide();
} else {
$("#MoreReferenceContainer").hide();
}
}
}
});
} else {
$("#ReferenceTab").hide();
$("#ReferenceContainer").hide();
}
}
function GetWasReferencedList(strPage) {
$("#was_referenced_current_page").prop("value", strPage);
var strUrl = "hgp/article/cited/2003_1_200301004";
if (strUrl != "") {
strUrl = strUrl + "?cp=" + strPage;
$.get(strUrl, function (strReturn) {
if (strReturn != "") {
$("#WasReferencedList").append(strReturn);
var intWasReferencedNum = $("div#WasReferencedList dd").length;
if (intWasReferencedNum != 0) {
$("#MoreWasReferencedContainer").hide();
}
} else {
if (strPage != "") {
var intPage = parseInt(strPage);
if (intPage == 1) {
$("#CitedByTab").hide();
$("#CitedByContainer").hide();
} else {
$("#MoreWasReferencedContainer").hide();
}
}
}
});
} else {
$("#CitedByTab").hide();
$("#CitedByContainer").hide();
$("#MoreWasReferencedContainer").hide();
}
}
function MoreWasReferenced() {
var strWasReferencedCurrentPage = $("#was_referenced_current_page").val();
var intWasReferencedCurrentPage = parseInt(strWasReferencedCurrentPage);
intWasReferencedCurrentPage = intWasReferencedCurrentPage + 1;
GetWasReferencedList(intWasReferencedCurrentPage);
}
function MoreReference() {
var strReferenceCurrentPage = $("#reference_current_page").val();
var intReferenceCurrentPage = parseInt(strReferenceCurrentPage);
intReferenceCurrentPage = intReferenceCurrentPage;
GetReferenceList(intReferenceCurrentPage);
}
$().ready(function () {
var strFlag="1";
if(strFlag=="1"){
$("#all_issue_position").show();
$("#online_first_position").hide();
}else{
$("#all_issue_position").hide();
$("#online_first_position").show();
}
//如果没有html,自动隐藏
var strHtmlUrl=$("#HtmlUrl").prop("href");
if(strHtmlUrl.indexOf("/html/")<0){
$("#HtmlUrl").hide();
}
var strDOI=$("#DOIValue").html();
if(strDOI==""){
$("#DOI").hide();
}
var strDisplayCnInstitution=$("#DisplayCnInstitutionValue").html();
if(strDisplayCnInstitution==""){
$("#DisplayCnInstitution").hide();
}
var strDisplayEnInstitution=$("#DisplayEnInstitutionValue").html();
if(strDisplayEnInstitution==""){
$("#DisplayEnInstitution").hide();
}
var strAuthorResume=$("#AuthorResumeValue").html();
if(strAuthorResume==""){
$("#AuthorResume").hide();
}
var strContactAuthor=$("#ContactAuthorValue").html();
if(strContactAuthor==""){
$("#ContactAuthor").hide();
}
var strClcNumber=$("#ClcNumberValue").html();
if(strClcNumber==""){
$("#ClcNumber").hide();
}
var strCnFundProject=$("#CnFundProjectValue").html();
if(strCnFundProject==""){
$("#CnFundProject").hide();
}
var strEnFundProject=$("#EnFundProjectValue").html();
if(strEnFundProject==""){
$("#EnFundProject").hide();
}
var strEnTitle=$("#EnTitleValue").html();
if(strEnTitle==""){
$("#EnTitle").hide();
}
var strEnAbstract=$("#EnAbstractValue").html();
if(strEnAbstract==""){
$("#EnAbstract").hide();
}
var strSendTime=$("#SendTimeValue").html();
if(strSendTime==""){
$("#SendTime").hide();
}
var strLastModifyTime=$("#LastModifyTimeValue").html();
if(strLastModifyTime==""){
$("#LastModifyTime").hide();
}
var strAdoptTime=$("#AdoptTimeValue").html();
if(strAdoptTime==""){
$("#AdoptTime").hide();
}
var strPublishTime=$("#PublishTimeValue").html();
if(strPublishTime==""){
$("#PublishTime").hide();
}
var strBookPublishedTime=$("#BookPublishedTimeValue").html();
if(strBookPublishedTime==""){
$("#BookPublishedTime").hide();
}
var strCnKeyWord="多波段红外辐射;傅立叶红外变换光谱仪;透过率";
var strCnKeyWordList="
关键词: ";
if(strCnKeyWord!=""){
var CnKeyWordArray=strCnKeyWord.split(";");
for(var i=0;i
0){
strCnKeyWordList=strCnKeyWordList+"; ";
}
strCnKeyWordList=strCnKeyWordList+""+strKeyWord+" ";
}
$("#CnKeyWord").html(strCnKeyWordList);
}
var strEnKeyWord="Multi-band infrared radition apparatus;Fourier transform infrared spectrometer;Transmittance";
var strEnKeyWordList="Key words: ";
if(strEnKeyWord!=""){
var EnKeyWordArray=strEnKeyWord.split(";");
for(var i=0;i0){
strEnKeyWordList=strEnKeyWordList+"; ";
}
strEnKeyWordList=strEnKeyWordList+""+strKeyWord+" ";
}
$("#EnKeyWord").html(strEnKeyWordList);
}
var strImagesJson="";
if(strImagesJson!=""){
var imagesJson = jQuery.parseJSON(strImagesJson);
var strImagesList="";
var intLength=imagesJson.images.length;
for(var i=0;i"+strCnLabel+" "+strCnTitle+" "+strEnLabel+" "+strEnTitle+"
";
}
$("#ImagesList").html(strImagesList);
}
var strAttachmentsJson="";
if(strAttachmentsJson!=""){
var strAttachmentsList="";
var attachmentsJson = jQuery.parseJSON(strAttachmentsJson);
var intLength=attachmentsJson.attachments.length;
for(var i=0;i