-
17自由度铁道车辆横向动力学程序
说明: 铁道车辆17自由度经典横向动力学计算程序代码。(Code of 17 DOF classical lateral dynamics calculation program for railway vehicles.)
- 2019-11-29 06:00:26下载
- 积分:1
-
PSO_3D
说明: 网络上很多PSO算法都是基于二维的编写,此程序是可以实现三维的粒子群优化帮助大家学习。(Many PSO algorithms on the network are based on two-dimensional programming, this program can achieve three-dimensional particle swarm optimization to help you learn.)
- 2021-01-19 15:20:33下载
- 积分:1
-
VB模拟景深近处清淅远处模糊的图片合成效果
VB模拟景深近处清淅远处模糊的图片合成效果,将两张照片合成,最终形成照片高景深效果。
合并图片原理:在模糊区域,某一像素点“0”的值应是周围24个像素点失焦时弥散圆的迭加。由于四个角因距离较远,贡献较少,应取较小的权值,这25个点的均方差应较校如果这是清晰区域,则25个点的均方差应较大。对于四周边缘区域,只能取到部分,对于同一种颜色,清晰区的鲜艳一些。
- 2023-03-26 10:05:03下载
- 积分:1
-
Add BDE alias: paikedata set path: [location] paike data (such as: e: paike...
添加BDE别名:paikedata
设置path:[存放位置]paikedata (如:e:paikedata)
运行:f_ssgl.exe
--★运行说明------------------------------------------------
13
用户名:nwn
密码:j -Add BDE alias: paikedata set path: [location] paike data (such as: e: paike data) to run: f_ssgl.exe- ★ run Description------------------------------------------------ 13 user name: nwn password: j
- 2022-01-25 15:23:34下载
- 积分:1
-
彩虹代刷网4.5全解密个人发卡源码
说明: 彩虹代刷网4.5全解密个人发卡源码,亲测可以使用。(caihongdaishua4.5,caihongdais,hua4.5caiho.ngdaishua4.5caiho?ngdaishua4.5.)
- 2020-06-21 02:40:01下载
- 积分:1
-
Tetris
经典的俄罗斯方块游戏,华丽的界面,可以直接运行,各种代码注释。供各位学习使用(Classic Russian square game
)
- 2012-02-21 15:07:12下载
- 积分:1
-
PDFManual
说明: it is useless, i am sorry
- 2020-06-16 02:00:01下载
- 积分:1
-
baaghclywill
说明: 在工业控制软件中经常要显示测量数据,如果在在界面上单纯显示一些数字会显得很单调,如果能在软件中添加色泽艳丽的控件,就一定会(Measurement data are often displayed in industrial control software. If you simply display some numbers on the interface, you will be monotonous. If you can add brightly colored controls to the software, you will certainly be able to)
- 2018-12-22 16:54:59下载
- 积分:1
-
flash3d例子
一个用ActionScript3.0实现的flash3D效果,可以实现任意轴的拖动旋转,可以通过鼠标滚轮进行放大和缩小。
- 2022-03-07 20:26:01下载
- 积分: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