-
dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业...
dfs 深度优先搜索!这是走迷宫的基本算法。用广义表建立迷宫,用邻接表建立图,用dfs搜索,许多大学的数据结构作业-dfs depth-first search! Maze This is the basic algorithm. Generalized Table established maze, with the establishment of the adjacent table map, with dfs search, the University of many data structures operations
- 2023-01-31 19:45:04下载
- 积分:1
-
平面框架静力分析程序
应用背景c++语言编写的平面刚架静力分析程序,内容充实,可以用于大作业。计算力学,计算结构力学,有限元课程等均可以用到,包容从input到output所有子程序关键技术
平面刚架静力分析程序是计算结构力学程序的一大类,是动力分析的基础。可以直接使用,在计算结构力学课程等课程内都能起到很好的教学作用,学生可以通过看代码熟悉课程内容。
- 2022-02-01 12:25:15下载
- 积分:1
-
FORTRAN语言内存动态申请技术的实现方法
FORTRAN语言内存动态申请技术的实现方法-FORTRAN language memory technology for the dynamic method
- 2022-02-20 23:32:01下载
- 积分:1
-
主要用于考试报名时,区位码转换。
主要用于考试报名时,区位码转换。 -The main application for the examination, the area code-switching.
- 2022-03-16 14:15:59下载
- 积分:1
-
complete compilation reportedly curriculum design, the theme of the music proced...
完整的汇编课程设计报报告,题目为乐曲程序
报告最后为完整的汇编源代码-complete compilation reportedly curriculum design, the theme of the music procedures for the integrity of the final report of a compilation of source code
- 2022-12-16 00:50:03下载
- 积分:1
-
Huawei various communications infrastructure database engineers and answer diffi...
华为各类工程师通信基础题库以及答案,很难的哦-Huawei various communications infrastructure database engineers and answer difficult oh
- 2022-03-01 18:01:06下载
- 积分:1
-
一直感觉Windows自带的扫雷程序挺有意思的。学习VC也有很长的时间了,一直没有真正的用心作过什么东西。决定先做个扫雷练练手。由于对MFC掌握的不是很好,程序...
一直感觉Windows自带的扫雷程序挺有意思的。学习VC也有很长的时间了,一直没有真正的用心作过什么东西。决定先做个扫雷练练手。由于对MFC掌握的不是很好,程序中的小臭虫还希望各位兄弟们多多指教,共同进步。-have been feeling the Windows demining process quite interesting. Learning VC have very long period of time, has no real intentions over nothing. Decided to become a mine to practice hand. As master of the MFC is not very good procedure for the small bugs also hope you brothers exhibitions, and common progress.
- 2022-12-19 15:35:03下载
- 积分:1
-
Collision detection (using Monte Carlo simulation on the target hit probability...
碰撞检测(用蒙特卡洛法对目标命中概率进行仿真分析)-Collision detection (using Monte Carlo simulation on the target hit probability analysis)
- 2022-05-23 10:02:15下载
- 积分:1
-
三个候选人A、B、C,根据投票者在选票上对他们编号的填写顺序记分,
!!!刚才传的6.rar说明写错了,我再传一次...
三个候选人A、B、C,根据投票者在选票上对他们编号的填写顺序记分,
!!!刚才传的6.rar说明写错了,我再传一次-Three candidates A, B, C, according to voters on the ballot paper to fill in the order they numbered Points!!! Just Chuan 6.rar the wrong note, I send a
- 2022-09-30 05:20:02下载
- 积分:1
-
C++开发的推箱子游戏
1.类的划分
Cdraw类
绘画加载地图(包括围墙、人、箱子等等)
Cman类
是否完成(过关)
即时更新...
C++开发的推箱子游戏
1.类的划分
Cdraw类
绘画加载地图(包括围墙、人、箱子等等)
Cman类
是否完成(过关)
即时更新地图
2.设计思想
从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap,
单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2, int y2, int x3, int y3)
从而改变地图。-C development Tuixiangzi a game. Class division Cdraw painting category loaded maps (including the wall, boxes, etc.) if the class completed Cman (clearance) updated maps 2. Design ideas from the paper map.txt Lane read map information, then pass Cdraw Class Loading maps, Calling the incident through keydown Cman Lane updatemap of overloading functions, updateMap single parameter (UINT nChar) is used to change the current villains and the coordinates of the boxes, After record pass updateMap (int x1, y1 int, int x2, int y2, x3 int, int y3), thus changing map.
- 2022-01-25 13:53:04下载
- 积分:1