摘要: 七政四余排盘会涉及到二十八星宿定位问题,实现代码如下。 private function LiangtianMa() { #region 刻度 $bi=360/365.24219; $lenthArray=array( 0, 16*60*$bi,// 奎度、 12*60*$bi,// 娄度、 14* 阅读全文
posted @ 2023-12-10 12:58 周了个易 阅读(59) 评论(0) 推荐(0)
摘要: 演示地址 https://www.zhoulegeyi.com/table/qizheng.htm 1 $x=250; 2 $y=250; 3 $html=''; 4 $html.=' 5 <circle cx="'.$x.'" cy="'.$y.'" r="90" fill="#fff" stro 阅读全文
posted @ 2023-11-27 09:39 周了个易 阅读(156) 评论(0) 推荐(0)
摘要: 功能演示 http://www.zhoulegeyi.com/table/qimen.htm 这里主要演示以下如何实现转盘 private function Shenpan($dun,$zhifugong) { $panxu=array(1,8,3,4,9,2,7,6,1,8,3,4,9,2,7,6 阅读全文
posted @ 2022-11-16 02:16 周了个易 阅读(506) 评论(0) 推荐(0)
摘要: private function JieqiList($Year) { //echo $Year; $year = substr($Year,-2)+0; $coefficient = array( array(5.4055,2019,-1),//小寒 array(20.12,2082,1),//大 阅读全文
posted @ 2022-11-16 02:09 周了个易 阅读(137) 评论(0) 推荐(0)