-
cincurrentrelationaldatabasealgorithm
实现边缘连接和线段拟合源码,用MATLAB实现,可直接执行(Realize the edge connectivity and line fitting the source code, MATLAB, can be directly executed)
- 2017-08-12 22:00:37下载
- 积分:1
-
本程序是用G语言编写的一个简单的游戏。游戏名字是简单弹力球游戏。很有趣的。...
本程序是用G语言编写的一个简单的游戏。游戏名字是简单弹力球游戏。很有趣的。-This procedure is written in G a simple game. Game name is a simple ball game stretch. Very interesting.
- 2022-03-04 22:54:20下载
- 积分:1
-
该文件是教你如何来旋转一个正方体的,并可以用不同的颜色
该文件是教你如何来旋转一个正方体的,并可以用不同的颜色-the document is to teach you how a rotating cube, and can use a different color
- 2022-01-23 10:09:29下载
- 积分:1
-
Java写的RPG游戏开源源码实例
Java写的RPG游戏开源源码实例,通过这个PRG游戏,你可学习到NPC的碰撞检测、人脸表情动画、人物移动坐标、线程进入阻塞状态、游戏装载、地图坐标设计、地图边界算法等技巧,本PRG游戏中E2字体放置14个,手机模拟器用18个为满。
- 2022-11-23 23:35:03下载
- 积分:1
-
A Biosignal-Specific Processing Tool (V2.2)
说明: maTLAB肌电信号处理程序,包括滤波和整流(matlab EMG processing programme)
- 2020-06-19 18:20:01下载
- 积分:1
-
fvcom-toolbox-master(1)
fvcom-matlab工具包包括很多例子的创建(fvcom-matlab toolkit includes many examples of creation)
- 2017-04-20 11:58:09下载
- 积分:1
-
彼岸花全套源码
gh0st 彼岸花全套源码c++编写 看着看不错 需要的自己下载吧((Gh0st shore flower full set of source code c++ writing, looking good, need to download their own bar))
- 2018-03-24 15:42:49下载
- 积分:1
-
polar+code源码
说明: 完成极化码的全流程编码及仿真,完整可用。(Complete the whole process coding and Simulation of polarization code, complete and available.)
- 2019-03-08 17:56:00下载
- 积分:1
-
作业
本题编写程序模拟人进行连连看游戏,电脑模拟人玩连连看的过程如下:
1、分析本局游戏,将本局游戏转化成一个二位数组。0表示空白区域,数字表示该游戏牌为出现在游戏中的第几类游戏牌。
2、利用广度优先搜索算法,判断两个游戏牌是否可以消除。
3、程序模拟人点击可以消除的一对游戏牌进行消除。
对某局游戏转化成二维数组如下:
0 0 0 0 0
0 1 2 0 0
0 0 3 4 0
0 0 0 1 0
输入二位数组的行、列,二位数组、起始元素的的坐标、终止元素的坐标,判断起始游戏牌和终止游戏牌是否可以消除。
对上例输入
4 5
0 0 0 0 0 0 1 2 0 0 0 0 3 4 0 0 0 0 1 0
1 1
3 3
输出 TRUE(The writing program simulates the game, and the computer simulates the process of watching the game as follows:
1. Analyze the game and convert the game into a two - bit array. 0 is the blank area, the number indicates that the game card is the number of game cards that appear in the game.
2. Use the breadth first search algorithm to judge whether the two game cards can be eliminated.
3, the program simulates a pair of game cards that can be eliminated by clicking.
A game of a game is transformed into a two-dimensional array as follows:
00000
01200
00340
00010
Input the row and column of the two bit array, the coordinates of two bit array, the initial element, and the coordinates of the termination elements, so as to determine whether the initial game card and the ending game card can be eliminated.
For example input
45
0000001200 0034000010
11
33
Output TRUE)
- 2017-12-17 16:01:15下载
- 积分:1
-
papers
说明: stata 论文实证代码 包括经典论文的原始数据及stata代码,重现研究结果(Stata code for papere)
- 2020-06-21 09:00:01下载
- 积分:1