優化算法維爾赫夫我寫下面的函數在R. verhoeffCheck <- function(x)
{
## calculates check digit based on Verhoeff algorithm
## note that due to the way strsplit works, to call for vector x, use sapply(x,verhoeffCheck)
任何人都可以給我在C#中的代碼...獲取與Mod11的驗證數字? 謝謝。 public class Mod11
{
public static string AddCheckDigit(string number);
}
例子: Mod11.AddCheckDigit("036532");
結果:0365327