我正在编写一个汇编程序,它需要一个字符串和一个字节数组作为运行时参数。(字节不固定于字符值,都是0到255之间的无符号值) Program.exe "A 32 byte array (fixed size)" "A Byte array of arbitrarylength, (greater than 0)"
如何在程序集中获取参数?还有一点与问题无
这是我应该得到的。Please enter the coordinates in a clockwise order.// System.out.println("The area is: "+distance);
}
例如,如果我输入35.2270869 -80.8431267,如何将它们与我需要将它分开,以便将它们(x和y)传递给公式。