You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example,The specific code is as follows. How to directly calculate the value of SmartC5 through Raw values?
///////////////////////////////////////////////////////////////////////////////////////////////////
int i, SMARTC5 = 0;
for (i = 0; i < vars.AttributeCount; i++)
{
if (vars.Attribute[i].Id == 0xC5)
break;
}
Try enabling the "10 [DEC]" in Function - Advanced Features - Raw Values, you may get a surprise.
You may manually calculate it by like Windows 10 Calculator's Program Mode, but it is cumbersome, not recommended.
Try enabling the "10 [DEC]" in Function - Advanced Features - Raw Values, you may get a surprise. You may manually calculate it by like Windows 10 Calculator's Program Mode, but it is cumbersome, not recommended.
Thank you. In general, how is the value of Smart C5 calculated?
For example,The specific code is as follows. How to directly calculate the value of SmartC5 through Raw values?
///////////////////////////////////////////////////////////////////////////////////////////////////
int i, SMARTC5 = 0;
for (i = 0; i < vars.AttributeCount; i++)
{
if (vars.Attribute[i].Id == 0xC5)
break;
}
....
///////////////////////////////////////////////////////////////////////////////////////////////////
The text was updated successfully, but these errors were encountered: