-
俄罗斯方块游戏是一种很流行的游戏,适合许多人玩耍
俄罗斯方块游戏是一种很流行的游戏,适合许多人玩耍-Tetris is a popular game
- 2022-08-06 06:35:13下载
- 积分:1
-
Because the speed is relatively slow, suitable for practice, so as not to I am t...
因为速度比较慢,适合练习,免得我是唯一能过关的人。
- 2022-03-23 15:15:13下载
- 积分:1
-
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小...
本算法使用分治法求解最近点对问题。事先用O(nlogn)时间对x坐标进行排序,使得所有的点是按x坐标从小到大排好序的(x坐标相同时y坐标小的排前),然后取下标小于n/2属于左边的点集PL,取下标大于n/2属于右边的点集PR,即用O(1)时间就可以将规模为n的问题分解为两个规模为n/2的、同类型的子问题。分割完毕之后就可以采用分治法,分别求出PL和PR中的最近点对,最终通过递归实现。-This algorithm uses divide and conquer to solve the problem closest point. Prior to use O (nlogn) time to sort the x coordinate so that all points are based on x coordinates from small to large sorted (x coordinates with the same y coordinates of the small, the top), and then remove the standard is less than n/2 the set of points belonging to the left PL, remove the standard is greater than n/2 set of points belonging to the right of PR, that is to use O (1) time can be the problem size n divided into two size n/2, the same type The sub-problems. Segmentation can be used after completion of sub-rule method, respectively, find the PL and PR in the last points and eventually through the recursion.
- 2022-01-25 16:01:13下载
- 积分:1
-
The production of statistics commonly used in source code, with a commonly used...
统计制作中常用的源代码,具有统计常用数据表功能-The production of statistics commonly used in source code, with a commonly used statistical data table function
- 2022-05-24 14:10:06下载
- 积分:1
-
一些数论题目的代码,欢迎分享
一些数论题目的代码,欢迎分享-The purpose of the code number of a number of topics are welcome to share ... ... ... ... ... ...
- 2022-03-13 23:02:38下载
- 积分:1
-
游戏规则
目的:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成
一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增
加,纽扣数目...
游戏规则
目的:在本游戏中,你将作为一名裁缝,将尽可能多的纽扣穿成
一个闭合的路线。游戏初始有 15 个纽扣,随着时间的增
加,纽扣数目也增加,当达到70个时游戏即结束。
规则:只能在有纽扣的点穿线,且只能在水平方向或竖直方向穿
线。线可交叉,但有纽扣的点不能交叉连接。
秘诀:要尽可能使连线长且该连线上的纽扣数多。-Rules of the game Objective: In this game, you will serve as a tailor, will be wearing buttons as much as possible into a closed line. The initial game there are 15 buttons, as time increases, the number of buttons has also increased, when the reach 70, when the game to an end. Rules: only point in a button threading, and only in the horizontal direction or vertical direction of threading. Line to cross, but the point can not be cross-connect button. Tip: To the extent possible, to connect the connection on a long and a few more buttons.
- 2022-03-20 00:19:17下载
- 积分:1
-
通用抽奖程序,可以自由配置相关的属性,适应任何抽奖的场合,图片可以自由设计...
通用抽奖程序,可以自由配置相关的属性,适应任何抽奖的场合,图片可以自由设计-General lottery procedures, they can configure the attributes related to adapt to any occasion of the draw, pictures are free to design
- 2023-06-05 12:15:04下载
- 积分:1
-
ISING model的monte carlo 不同温度模拟程序,要用FORTRAN语言程序软件打开...
ISING model的monte carlo 不同温度模拟程序,要用FORTRAN语言程序软件打开-ISING model of monte carlo simulation program at different temperatures, using FORTRAN language software Open
- 2023-02-24 06:55:03下载
- 积分:1
-
用用VB实现透明的Form,使用更方便,界面更美观
用用VB实现透明的Form,使用更方便,界面更美观-use with VB transparent Form, the use of more convenient and more beautiful interface
- 2022-03-18 00:37:04下载
- 积分:1
-
Symbian OS 图片转换程序源代码
可以学习一下
Symbian OS 图片转换程序源代码
可以学习一下-Symbian OS source code picture conversion process can learn about
- 2023-02-03 01:10:03下载
- 积分:1