-
数电交通灯:东西方向为主干道,绿灯亮30秒,红灯亮20秒,黄灯5秒;南北方向为支干道,绿灯20秒,红灯30秒,黄灯5秒。...
数电交通灯:东西方向为主干道,绿灯亮30秒,红灯亮20秒,黄灯5秒;南北方向为支干道,绿灯20秒,红灯30秒,黄灯5秒。-failed to translate
- 2022-02-01 12:12:43下载
- 积分:1
-
Russian square game (Java edition),
使用java开发的俄罗斯方块游戏(java版),感觉还行。-Russian square game (Java edition),
- 2022-03-21 05:19:42下载
- 积分:1
-
他是一个非常好的娱乐小游戏,可以很好的打发你的寂寞时光,通过磊满一行消去后得分,直到磊满整个空间游戏结束...
他是一个非常好的娱乐小游戏,可以很好的打发你的寂寞时光,通过磊满一行消去后得分,直到磊满整个空间游戏结束-He is a very good fun little game, you can kill a good time for your loneliness, through the Lei Man and his entourage, after elimination score, until the lei over the entire space the game is over
- 2022-03-19 14:46:05下载
- 积分:1
-
Provinces, municipalities and databases, database, provinces, municipalities, pr...
省、市和数据库,数据库,省、市、省和市数据库,数据库,省、市、省和市数据库,
- 2022-03-11 18:41:38下载
- 积分: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
-
Can be man
可以人机对弈、双人同机对弈,人机对弈电脑具有较好的人工智能算法,界面美观。开发工具:VC++6.0 和 MFC-Can be man-machine game, double game on the same plane, man-machine chess computer has a good artificial intelligence algorithms, attractive interface. Development Tools: VC++ 6.0 and MFC
- 2022-10-29 03:15:03下载
- 积分:1
-
function viewer function Viewer
函数查看器 函数查看器-function viewer function Viewer
- 2022-07-17 09:02:46下载
- 积分:1
-
thinkinc++(书,中文,源码),初学者必备的一本好书
thinkinc++(书,中文,源码),初学者必备的一本好书-thinkinc++ (books, Chinese, source), beginners must have a good book
- 2022-04-16 18:11:26下载
- 积分:1
-
实现OFDM系统仿真,不过可能存在一些标点缺失,希望能有人指正...
实现OFDM系统仿真,不过可能存在一些标点缺失,希望能有人指正-Achieve the OFDM system simulation, but there may be missing some punctuation, hoping someone correct me
- 2022-04-23 00:51:20下载
- 积分:1
-
这是一个用于计算n!的小程序
这是一个用于计算n!的小程序-used to calculate n! The small program
- 2023-01-22 19:15:03下载
- 积分:1