搜索资源列表
ShengRi
- 输入您的(公历或农历)生日(年、月、日、时辰)和性别,就能得到您相关的星座、袁天罡计数、八字等信息。这是我在一年来做的VBA代码,由于水平并不高,期望大家指证,谢谢!-The input (Gregorian or Lunar) birthday (year, month, day, hour) and gender, will be able to get your constellation, 袁天罡 counting, horoscopes and other information. T
bazipaipan
- 八字排盘软件 娱乐使用//"//"后的是注释语句,程序不会执行,是写给自己看的 //变量定义区,变量必须定义在这里 int n1 string s1 //变量定义区 解释程序() //程序开头必须有 { n1=1 while(n1<=110) { 输出数字(运气得分(n1)) //每条语句后都有 连接输出(" ") //每条语句后都有 n1=n1+1 //每条语句后都有 }