【potplayer源码直通LPCM】【pbpos源码】【discuznt 源码】1024 源码

时间:2024-12-22 19:16:35 分类:通达信基本kdj指标源码 来源:地名网站源码

1.编程用for做1+2+4+8.....+1024
2.按键精灵源代码

1024 源码

编程用for做1+2+4+8.....+1024

       #include <iostream>

       using namespace std;

       int main()

       {

        int sum = 0;

        for(int i=1;i<=;++i)

        sum += i;

        cout << "1+2+3+...+ = " << sum << endl;

        return 0;

       }

       è¿™æ˜¯C++源代码。

按键精灵源代码

       FindColor 0,源码0,,,"FF",intX,intY (前4个数字设置屏幕上找色的范围,FF是源码potplayer源码直通LPCM设置的颜色,自己调整)

       If intX > 0 And intY > 0 The源码pbpos源码n

       MoveTo intX, intY

        Delay

        LeftClick 1

        Delay

       End If