搜索资源列表
game_Pushbox
- C++开发的推箱子游戏 1.类的划分 Cdraw类 绘画加载地图(包括围墙、人、箱子等等) Cman类 是否完成(过关) 即时更新地图 2.设计思想 从文件map.txt里读取地图信息,然后通过Cdraw类加载地图,通过keydown事件调用Cman里的重载函数updatemap, 单参数updateMap(UINT nChar)是用于更改当前小人以及箱子的坐标,记录下来后传给updateMap(int x1, int y1, int x2,
sudoku
- C编写的数独游戏,从dat.txt中读取9X9的数独矩阵,即可给出数独结果
pushBox
- 推箱子C语言版,可以自定义地图,支持悔步和重复。可在VC6.0或TC中编译。很好的学生作业。文件打开关闭的基本操作。TXT文件的读取,键盘响应。坐标规划,C画图。
mainsrc
- 控制台小游戏中的文件操作类,用于读取.txt文件,显示在控制台上.还有一个主函数文件.-Console game in the category of file operations for reading. Txt files, displayed on the console. There is also a main function of a document.
ReadArray
- 从磁盘读取文件中(map.txt)的二维数组并动态创建二维数组保存显示。用以游戏的贴片贴图等地方。vs2005调试运行成功。-From the disk to read the file (the map.txt) two-dimensional array and dynamically creates two-dimensional array to save the show. Patch maps and other places for the game. vs2005 debuggi
12313
- 文件操作,txt ini 写入读取 小节名 什么的-File operations, txt ini written to read the section name.
testSD
- 数度的解算程序,压缩包内包含源程序和执行文件,从data.txt中读取数独矩阵,即可给出数独结果-Degrees solver program, compressed package includes source code and execute files, read from data.txt Sudoku matrix can be given Sudoku results
maze
- 迷宫游戏的变成,无图形界面,可以自行生成迷宫,或读取迷宫(迷宫的读取文件需要自己编写.txt)等多种生成迷宫方式。有部分bug存在-Maze game becomes, no graphical interface, you can self generate maze, or read the labyrinth (maze to read files need to write your own. Txt) and other ways to generate mazes. Some bug
maze
- 用“穷举求解”(回溯)方法求解迷宫问题实验报告。从文件中读取迷宫数据,然后用穷举法求出一条迷宫通路,有迷宫文件的容错性检查,所有文件包括了.c源文件,.doc实验报告,.txt迷宫文件-With " exhaustive solving" (backtracking) method for solving the maze test reports. Maze of data read from the file, and then find a maze of paths w
mainsrc
- 控制台小游戏中的文件操作类,用于读取.txt文件,显示在控制台上.还有一个主函数文件.-Console game in the category of file operations for reading. Txt files, displayed on the console. There is also a main function of a document.
sudoku-solver
- 一个数独求解的代码,把数独题目输入到一个txt文件中,一行,空格用0代表。程序可以读取题目,并解出答案。-Sudoku solving a code to enter into a sudoku puzzle txt file, line, space with zeros representative. Program can read the title, and solving answers.
anjian_read_file
- 按键精灵读取TXT文件,按行打散到数组。并遍历数组实例。-anjian read txt file to array.
UsedCarSystem
- 简易二手车管理系统 可添加删除车辆、修改车辆具体信息(车型、厂家、型号、购入时间、购入价格、是否售出、售出价格)、将车辆信息保存到外部文档、从外部文档读取车辆信息-System Design Class car: includes car’s self-attributes, such as its number, logo, price.etc. Class DataStream: includes 2 methods, readData() and saveDa
Gmang
- 易语言传奇世界 HGE D2D 技能快捷键定义数组 光效实现 底栏快捷键完善 人物经验循环读入 改为和等级挂钩固定格式 人物上线穿装备 怪物死后清除脚下点,复活 放魔法怪物动画速度异常 装备属性美化,加入星星,为下部升级装备做准备 优化部分代码。纹理不加载关闭以及关闭出错, 找到原因读取道具时跟着加载了纹理。所以启动慢容易关闭 加入人物装备保存穿戴。 物品爆出 丢弃 捡取完工 人物数据装备保存读取完工 优化装备读取丢弃捡取代码。 包裹