【hexedit源码】【救救这只猪源码】【hl如何分析源码】1024 源码

2024-11-18 22:46:02 来源:生如快乐源码 分类:知识

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是源码hexedit源码设置的颜色,自己调整)

       If intX > 0 And intY > 0 The源码救救这只猪源码n

       MoveTo intX, intY

        Delay

        LeftClick 1

        Delay

       End If

本文地址:http://8o.net.cn/html/55c163598309.html 欢迎转发