-
循环点击
用c++制作的一个重复点击控制台程序,可用于游戏自动点击、批量登录等操作(A repetitive click console program made with c++ can be used for automatic click, batch login and other operations of games.)
- 2020-06-23 16:40:01下载
- 积分:1
-
20060511-171903
说明: 单源最短路径dijtsra算法的python实现(single source shortest path algorithm dijtsra achieve python)
- 2006-05-11 17:42:37下载
- 积分:1
-
11017
说明: 安装使用:
1、下载程序压缩包,解压压缩包,然后把解压后的所有文件和文件夹上传到服务器或主机
2、访问安装页面(http://程序地址/install/index.php),然后根据提示完成安装
3、登录网站,然后在后台的基本设置页面开启计划任务并激活它
4、点击插件中心,在插件大全里面安装必要的插件
5、点击机器人页面添加机器人,然后在机器人设置页面开启机器人运行,接着进入登录页面,续期机器人,然后根据运行记录的提示,使机器人上线(登录时,请点击那个在转的圈圈刷新页面,实时查看机器人的当前状态)
****************************************************
6、由于腾讯协议的限制原因,暂时好像没有获取群号码的接口,所以需要自己手动设置群号码(指令例子:设置群号码12345678,在有机器人的群里面设置相应的群号码)。(Installation and use:
1. Download the package, extract the package, and upload all the files and folders to the server or host
2. Visit the installation page, and then follow the prompts to complete the installation)
- 2020-11-03 15:19:51下载
- 积分:1
-
skin
说明: ResetID_for_Teamviewer_14
- 2020-06-24 10:40:02下载
- 积分:1
-
BA_ELM蝙蝠算法
说明: 蝙蝠算法优化ELM,是一种比较新的优化算法,希望可以借鉴下(Bat algorithm optimization elm)
- 2021-04-11 10:28:59下载
- 积分:1
-
2
说明: Background
Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e.,
Area(R1∩R2∩…∩Rn)
The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines.
For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle.
Input
The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format:
x1 x2 y1 y2
such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers.
Output
The output file contains the area of the intersection of all the rectangles.
- 2013-11-15 02:58:38下载
- 积分:1
-
自适应交叉和编译遗传算法
说明: 遗传算法是一个处理最优解问题的经典算法,通过设定初值,迭代次数和交叉变异概率等一些参数,能够达到很好的寻优效果,本手册通过对遗传算法的进一步解释,能够帮助同行们深入理解遗传算法,里面的一些仿真说明,对于即可使用的同行也有很大的帮助。(Genetic algorithm is a classical algorithm dealing with the optimal solution problem. By setting some parameters such as initial value, iteration times and crossover mutation probability, it can achieve a good optimization effect. Through further explanation of genetic algorithm, this manual can help peers to understand genetic algorithm deeply. Some simulation instructions in this manual are also very helpful to peers who can use it.)
- 2019-04-19 08:41:34下载
- 积分:1
-
归并和快速算法比较
归并和快速算法比较-merging and fast algorithm
- 2023-08-03 17:10:03下载
- 积分:1
-
PV GridConnect Inverter fixedstep Board
说明: 使用扰动观察法实现最大功率跟踪,使用电容电压外环,电感电流内环实现单位功率因数的并网逆变器双环控制。(The method of disturbance observation is used to realize the maximum power tracking, the outer loop of capacitor voltage and the inner loop of inductor current are used to realize the double loop control of grid connected inverter with unit power factor.)
- 2019-11-24 17:16:02下载
- 积分:1
-
C#仿中国银行自动取款机程序
仿中国银行自动取款机程序,使用C#编程,有sql数据库文件,附加即可使用,以及程序的使用文档
- 2022-08-10 20:27:22下载
- 积分:1