>  기사  >  웹 프론트엔드  >  세계의 완벽한 대칭일을 계산하는 JS 코드, 대략적인 버전_javascript 기술

세계의 완벽한 대칭일을 계산하는 JS 코드, 대략적인 버전_javascript 기술

WBOY
WBOY원래의
2016-05-16 17:59:381006검색

예를 들어 20111102
오후에 심심해서 하나 썼습니다.
그냥 심심해서 썼습니다.
코드 최적화에 관심이 있으신 분 계시다면 정말 감사합니다

계산해 보면 서기 2000년부터 3000년까지 전 세계에서 완벽한 대칭이 가능한 날은 총 36일입니다.
정원에서 어떤 블로그를 보면 아래에 "실행"을 추가하여 HTML 코드를 직접 실행할 수 있습니다. 고치는 방법을 모르겠는데 알려주실 수 있나요

코드 복사 코드는 다음과 같습니다.


;

서기 1000년 이후의 회문<br>< ;script> <br>/**<br>* 날짜를 20111102와 같은 표준 8비트 형식으로 변경합니다. <br>* 이를 4개의 세그먼트로 나눕니다: 세기, 연도, 월, 일을 나타내는 20 11 11 02 <br>* 시간 복잡도 연도별 알고리즘은 O(n3)이고 마지막 4자리인 월, 일에서 최종 결과를 얻을 수 있어 더 효율적입니다 <br>* 윤년의 2월 가수는 9이므로 인류의 오랜 역사를 뛰어넘기 때문에 고려할 필요가 없습니다 <br>*/ <br>;;(function(){ <br>var theDateList=[]; <br>//회문일의 최대 세기 값<br>var maxForCentury=30; <br>//회문일이 발생할 수 있는 세기의 최소값<br>var minForCentury=20; <br>//회문일이 발생할 수 있는 연도의 최대값, 대략적인 값 처리는 여기에서 수행됩니다<br>var maxForYear=21; <br>var maxForDay=31;//윤년은 제외되지 않습니다<br>for(var i=1;i<=12;i ){ <BR>var stdYear ,stdDay; <BR>var stdMonth=getStandardDate(i); <BR>/* <BR>if(getReverseDate(stdMonth)>maxForDay){ <br>계속; maxForDay=getDate(i); <br>for(var k=1 ;k<maxForDay;k ){ <BR>stdDay =getStandardDate(k) <BR>stdYear=getReverseDate(stdMonth stdDay) <BR> parseInt(getReverseDate(stdDay),10)>=minForCentury <br> &&parseInt(getReverseDate(stdDay),10)<maxForCentury) <BR>theDateList.push(stdYear stdMonth stdDay) <BR>} <BR>} <BR>theDateList.sort(); //정렬<BR>for( var i=0;i<theDateList.length;i ){ <BR>console.log(theDateList[i]) <BR>} <BR> console.log('총 %d개 레코드',theDateList.length) <BR>/**<BR>* 월을 기준으로 이번 달의 일수 계산 <BR>* @param {int} val Month <BR>* @return {int} <BR>*/ <BR>function getDate(val){ <BR>return val%2==0?30:31; <BR>} <BR>/**<BR>* 10 미만의 날짜 값을 표준 8자리 날짜 값으로 변환 ​​<BR>* @param {int} val 월 또는 일 <BR>* @return {string} 표준 형식 <BR>*/ <BR>function getStandardDate(val){ <BR>if(val<10){ <BR>return '0' val; return val.toString(); <BR>} <BR>/ **<BR>* 날짜 반전 <BR>* @param {string} date 월 또는 날짜의 표준 형식 <BR>* @return {string} 반전 표준 형식 <BR>*/ <BR>function getReverseDate(date){ <BR>return date.split("").reverse().join(" "); <BR>} <BR>})(); <BR></script> <br></head> <br><body> <br></body> <br>< ;/html> <br><br> </div></div><div class="nphpQianMsg"><div class="clear"></div></div><div class="nphpQianSheng"><span>성명:</span><div>본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.</div></div></div><div class="nphpSytBox"><span>이전 기사:<a class="dBlack" title="AutoComplete 자동 완성_jquery 구현 원리에 대해 이야기해보겠습니다." href="http://m.php.cn/ko/faq/19466.html">AutoComplete 자동 완성_jquery 구현 원리에 대해 이야기해보겠습니다.</a></span><span>다음 기사:<a class="dBlack" title="AutoComplete 자동 완성_jquery 구현 원리에 대해 이야기해보겠습니다." href="http://m.php.cn/ko/faq/19468.html">AutoComplete 자동 완성_jquery 구현 원리에 대해 이야기해보겠습니다.</a></span></div><div class="nphpSytBox2"><div class="nphpZbktTitle"><h2>관련 기사</h2><em><a href="http://m.php.cn/ko/article.html" class="bBlack"><i>더보기</i><b></b></a></em><div class="clear"></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="fluid" data-ad-layout-key="-6t+ed+2i-1n-4w" data-ad-client="ca-pub-5902227090019525" data-ad-slot="8966999616"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><ul class="nphpXgwzList"><li><b></b><a href="http://m.php.cn/ko/faq/1609.html" title="Bootstrap 목록 그룹 구성 요소에 대한 심층 분석" class="aBlack">Bootstrap 목록 그룹 구성 요소에 대한 심층 분석</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/1640.html" title="JavaScript 함수 커링에 대한 자세한 설명" class="aBlack">JavaScript 함수 커링에 대한 자세한 설명</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/1949.html" title="JS 비밀번호 생성 및 강도 감지의 전체 예(데모 소스 코드 다운로드 포함)" class="aBlack">JS 비밀번호 생성 및 강도 감지의 전체 예(데모 소스 코드 다운로드 포함)</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/2248.html" title="Angularjs는 WeChat UI(weui)를 통합합니다." class="aBlack">Angularjs는 WeChat UI(weui)를 통합합니다.</a><div class="clear"></div></li><li><b></b><a href="http://m.php.cn/ko/faq/2351.html" title="JavaScript를 사용하여 중국어 번체와 중국어 간체 간을 빠르게 전환하는 방법과 중국어 간체와 중국어 번체 간 전환을 지원하는 웹사이트의 요령_javascript 기술" class="aBlack">JavaScript를 사용하여 중국어 번체와 중국어 간체 간을 빠르게 전환하는 방법과 중국어 간체와 중국어 번체 간 전환을 지원하는 웹사이트의 요령_javascript 기술</a><div class="clear"></div></li></ul></div></div><ins class="adsbygoogle" style="display:block" data-ad-format="autorelaxed" data-ad-client="ca-pub-5902227090019525" data-ad-slot="5027754603"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script><footer><div class="footer"><div class="footertop"><img src="/static/imghwm/logo.png" alt=""><p>공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!</p></div><div class="footermid"><a href="http://m.php.cn/ko/about/us.html">회사 소개</a><a href="http://m.php.cn/ko/about/disclaimer.html">부인 성명</a><a href="http://m.php.cn/ko/update/article_0_1.html">Sitemap</a></div><div class="footerbottom"><p> © php.cn All rights reserved </p></div></div></footer><script>isLogin = 0;</script><script type="text/javascript" src="/static/layui/layui.js"></script><script type="text/javascript" src="/static/js/global.js?4.9.47"></script></div><script src="https://vdse.bdstatic.com//search-video.v1.min.js"></script><link rel='stylesheet' id='_main-css' href='/static/css/viewer.min.css' type='text/css' media='all'/><script type='text/javascript' src='/static/js/viewer.min.js?1'></script><script type='text/javascript' src='/static/js/jquery-viewer.min.js'></script><script>jQuery.fn.wait = function (func, times, interval) { var _times = times || -1, //100次 _interval = interval || 20, //20毫秒每次 _self = this, _selector = this.selector, //选择器 _iIntervalID; //定时器id if( this.length ){ //如果已经获取到了,就直接执行函数 func && func.call(this); } else { _iIntervalID = setInterval(function() { if(!_times) { //是0就退出 clearInterval(_iIntervalID); } _times <= 0 || _times--; //如果是正数就 -- _self = $(_selector); //再次选择 if( _self.length ) { //判断是否取到 func && func.call(_self); clearInterval(_iIntervalID); } }, _interval); } return this; } $("table.syntaxhighlighter").wait(function() { $('table.syntaxhighlighter').append("<p class='cnblogs_code_footer'><span class='cnblogs_code_footer_icon'></span></p>"); }); $(document).on("click", ".cnblogs_code_footer",function(){ $(this).parents('table.syntaxhighlighter').css('display','inline-table');$(this).hide(); }); $('.nphpQianCont').viewer({navbar:true,title:false,toolbar:false,movable:false,viewed:function(){$('img').click(function(){$('.viewer-close').trigger('click');});}}); </script></body></html>