资源列表
[C#编程] hkid
说明:HKID check digit, input the first alphabet and 6 digit and the calculate the check digit<MR CK CHEUNG> 在 2024-11-18 上传 | 大小:1kb | 下载:0
[C#编程] sizeyunsuan
说明:以字符序列的形式从终端输入语法正确的、不含变量的整数表达式,利用给定的算符优先关系,实现对算术四则混合运算表达式的求值,并演示在求值过程中运算符栈、操作数栈、操作数栈和主要操作的变化过程。-In the form of a sequence of characters entered from the terminal grammatically correct, non-integer variable expressions usi<张斌> 在 2024-11-18 上传 | 大小:1kb | 下载:0
[C#编程] weekday
说明:算法如下: 基姆拉尔森计算公式 W= (d+2*m+3*(m+1)/5+y+y/4-y/100+y/400) mod 7 在公式中d表示日期中的日数,m表示月份数,y表示年数。 注意:在公式中有个与其他公式不同的地方: 把一月和二月看成是上一年的十三月和十四月,例:如果是2004-1-10则换算成:2003-13-10来代入公式计算。-Algorithm is as follows:基姆拉尔森fo<super_duck> 在 2024-11-18 上传 | 大小:1kb | 下载:0