The Automatic Shearing Machine for the Cup-type Lead
摘要
|
图/表
|
访问统计
|
参考文献
|
相似文献
|
引证文献
|
资源附件
|
文章评论
摘要: 设计塑料导爆管自动分切机,该设备采用机、电一体化技术,解决了原人工分切效率低下,劳动强度大,长度误差较大等问题,提高了生产效率。此外,该设备还具有成本低、可靠性高的特点。
Abstract: The automatic shearing machine for the cup-type lead is designed. By applying the machano-electronic technology, the equipment solves some hand shearing problems, such as low efficiency, hard working and length errors etc, and promotes production efficiency obviously. Moreover, it has the characteristics of low costs and high reliability.
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-15
出版日期:
//获取当期的基本信息
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/200601016";
if (strUrl != "") {
$.get(strUrl, function (strReturnScript) {
eval(strReturnScript);
});
}
}
function GetRelatedArticle() {
var strUrl = "hgp/article/related/2006_1_200601016";
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/2006$1$200601016";
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/2006_1_200601016";
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="Cup-type lead; Measurement; Automatic shearing";
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