Www.ydcom.net Rainpoint Free Service Reference
I have to enter: http://www.ydcom.net/ydcom/wfrmmffw_sysm_dysl.aspx
How to call the service to generate 18-bit key values
Quote: http://www.ydcom.net/service/s_comm.asmx
Please enter the three digits as the parameter value, such as "311")
operation result
result
How to call network calculator
Quote: http://www.ydcom.net/service/s_calc.asmx
Method
1, Welcome
Definition: public function welcome () AS String
2, CalculateEntry
Definition: Function Calculate (Byval InputExpression As String, Ring, Byval TxtDecimal As String, BYVAL BASEMOD AS STRING) AS STRING
Parameter InputExpression: Input expressions, such as 1 2 3txtDecimal: Valid digital accuracy, can be empty BaseMod: calculated, its values are: DEC, HEX, BIN, OCT, default to DEC
Calling instance CalculateEntry ("3 2.56", "," ")
Example experience
Please enter the calculation:
3, StatisticsResult
Definition: Function Statistics (Byval InputString AS String) AS StatisticsResult
StatisticsResult structure is defined as Structure StatisticsResultDim Xmean As String 'average Dim Xmod As String' mode Dim SumX As String 'added and Dim SumX2 As String' square and Dim Sample As String 'Sample Dim Var As String' variance Dim StVar As String 'standards Variance DIM MAX AS STRING 'Maximum DIM MID AS STRING' Intermediate DIM STERR AS STRING 'Standard Error DIM DIV AS STRING' Deviation End Structure
Parameter InputString: The number string input is ",", such as: 5, 8, 6
Call instance statistics ("5, 8, 9")
Example Experience Please enter the digital string to be counted:
Get maximum results