Study on the Long Term Storage Invalidation of Electric Match
摘要
|
图/表
|
访问统计
|
参考文献
|
相似文献
|
引证文献
|
资源附件
|
文章评论
摘要: 某引信用A点火头长贮失效而B点火头长贮未失效。通过分析失效机理,进行模拟试验,对比两种点火头的结构工艺,得出了点火头长贮失效的主要原因是所用的点火药不能适应使用环境造成的。
Abstract: This paper analyzes the series of electric match by comparison between the failured A electric match and the unfailured electric match in the same fuze under long term storage. It is proved that long term storage invalidation of electric match is caused by electric match which is not suitable for the environment.
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/200301008";
if (strUrl != "") {
$.get(strUrl, function (strReturnScript) {
eval(strReturnScript);
});
}
}
function GetRelatedArticle() {
var strUrl = "hgp/article/related/2003_1_200301008";
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$200301008";
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_200301008";
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="Electric match;Ignition powder;Long term storage invalidation;Use environment";
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