-
book_matlab
说明: book entitled " CONTROL SYSTEMS Design and Implementation using MATLABr/Simulink" , enjoy.
- 2019-01-28 00:20:25下载
- 积分:1
-
俄罗斯方块 一个用vb2005编写的。请大家多多指教。
俄罗斯方块 一个用vb2005编写的。请大家多多指教。-Tetris one written using vb2005. Please exhibitions.
- 2022-06-28 05:39:38下载
- 积分:1
-
淡入淡出渐变的VB透明窗口特效源码
淡入淡出渐变的VB透明窗口特效源码,刚装载时全透明,载入时逐渐显示,窗体打开时由模糊变清淅,慢慢渐变显示出来,关闭时,由清淅变模糊,慢慢消失。同时还演示了另外一种无边框无标题栏的图文渐变窗体,点击主窗口的按钮即可调用显示出来。本窗口同样可以制作关于窗口或启动窗体等。
现在在窗体装载和卸载时,都可以"淡入淡出"了。
- 2022-01-21 21:34:21下载
- 积分:1
-
一个非常好的微处理器检测遥控器编码的C++
原代码项目文件,直接可用,LED显示...
一个非常好的微处理器检测遥控器编码的C++
原代码项目文件,直接可用,LED显示-a very good microprocessor remote detection coding in C source code, project documentation, direct can be used, LED Display
- 2022-03-05 14:00:53下载
- 积分:1
-
1000yweb
适合游戏千年的网站,采用asp语言,windows下使用iis即可(A website for 1000y. Asp. Install iis on windows)
- 2017-12-27 14:53:03下载
- 积分:1
-
Graduation design is China Mobile' s billing account management system, jsp d...
毕业设计 是中国移动计费账务管理系统 jsp开发 ext2.0界面-Graduation design is China Mobile" s billing account management system, jsp development ext2.0 interface
- 2023-08-05 13:50:05下载
- 积分:1
-
eci2geo.pro
coordinate transformation code of IDL_from ECI coordinate to GEO coordinate
- 2013-08-23 18:08:20下载
- 积分:1
-
tree
说明: 二叉树运用,简单背包问题,是本人初学数据结构的作业,(Bintree use, simple knapsack problem, is my data structure beginner operations,)
- 2008-11-23 17:08:35下载
- 积分:1
-
C++编写的潜艇代码
C++编写的潜艇代码-C code prepared by the submarine
- 2022-08-06 17:35:24下载
- 积分: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