Skip to content

dukelazy/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pcduino

private static int SeqNo(RtuInfo rtu, int no)
{
    int i;
    int k = 0;
    bool FindOk;
    FindOk = false;
    for (i = 1; i < 10; i++)
    {
        if (rtu.Elem.Substring(6 + i, 1) == "1")
        {
            k = k + 1;
            if (k == no)
            {
                FindOk = true;
                break;
            }
        }
    }

    if (FindOk)
        return i * 10;
    else
        return 99;
}

Introduction

inputs

  • follow
  • make
  • welcome

Solving these

problems

will


2014-06-11 13:29:44

I get 10 times more traffic from Google 1 than from Yahoo 2 or MSN 3.

I get 10 times more traffic from Google than from Yahoo or MSN.

##参考资料##

[1]. ^Google.分析屏蔽原因.谷歌中国.2013-09-14.
[1]. ^Google.[分析屏蔽原因].谷歌中国.2013-09-14.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published