搜索资源列表
caipai_moni
- 用继承,多态,虚函数的理论解决实际问题,加入C++的文件操作.-with inheritance, polymorphism, the virtual function theory to solve practical problems, to C file operations.
Student
- 学生信息管理(JAVA文件操作),直接生成文件,并对文件进行操作-Student Information Management (JAVA file manipulation), the direct production of documents and paper operation
Tetris
- 俄罗斯方块汇编程序 课程设计 设计内容和要求: (1)方块左右移动、落下、旋转; (2)显示分数、游戏进行时间和当前时间日期; (3)参数设置:如修改功能键、音乐、改变颜色、速度、屏幕分辨率等; (4)菜单功能:如开始、结束、暂停、设置环境参数等; (5)文件操作:读文件、写文件等(如环境和参数设置等); (6)预先显示下一个方块;能读写游戏进度。
tanshishe
- 1.可设置方格数目,颜色,大小,线宽 2.随机产生一只老鼠 3.蛇可根据鼠标改变行动方向,当遇到老鼠是就吃掉,遇到自己的身体或边缘时死亡,并结束游戏 4.可产生音乐 5.可以进行文件操作(保存当前游戏进度或装入游戏进度及当前的环境设置等) 6.显示当前日期时间,及进度进行的时间 7.显示当前得分合排名 8.可进行鼠标操作,如菜单功能选择,方向改变等-1. Box number can be set, color, size, width 2. Randomly generated a mouse
s106
- 本压缩包中所包含的所有文件为Addeasy 1.0的完整源代码,这个程序为Windows右键菜单增强工具,曾获得《中国共享软件》、《软件过山车》等网站推荐。从中可以了解注册表操作、INI文件操作等技巧。(10KB)
worker
- 一个用DELPHI写的搬运工程序。自带地图编辑器。主要演示如何操作键盘,绘图,以及文件操作。
Win32Tetris_C
- 原创Windows入门程序,直接使用Windows API编写。几乎包含了Widows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练下手应该会收获不少。带详细注释的源代码,开发环境是VC6,希望对你有所帮助。-Original Windows entry procedures, the preparation of the direct use of Windows API. Widows en
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.
Puzzle
- 简易迷宫游戏 适合初中级读者,设计位图操作、文件操作、键盘操作、简易地图等,主要是完整的设计思想-Simple maze game for junior high school-level readers, design bitmap operations, file operations, keyboard operation, simple maps, the main design idea is a complete
sample2
- 双色球彩票游戏软件 1横向滚动显示文字 2优良的随机数产生算法 3动态显示随机数 4彩色静态文本的实现 5使用VC操作EXCEL 6高效的排列组合算法 7文件操作-1 horizontal Scrolling text 2 good random number generator algorithm for random number 3 dynamic display 4 static text color to achieve 5 of EXCEL 6 the u
Win32Tetris_C
- Windows入门程序,直接使用Windows API编写。几乎包含了Widows入门会碰到的所有知识,像窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练下手应该会收获不少。带详细注释的源代码,开发环境是VC6,希望对你有所帮助。-Windows entry procedures, the preparation of the direct use of Windows API. Widows entry contain
Win32Tetris_C
- 为了挑战一个新的高度,作者原创了他从事WEB编程以来的第一个Win32 API应用,之所以编写一个游戏,是因为游戏考察的知识面很综合,之所以选择俄罗斯方块,一是自己曾被瘾过,二是发现这款游戏几乎包含了Widows入门的很多知识,比如窗口、消息、菜单、工具栏、资源、对话框、计时器、自绘按钮、GDI位图操作、Windows目录操作、INI文件操作等等,拿来练手会收获不少。本游戏是带有背景音乐的,一边玩游戏一边欣赏音乐的感觉相信很舒服。-In order to challenge a new leve
tuixiangzi
- 需求分析 本游戏总共40关,由易到难,根据任务要求,可以通过相应函数实现读取地图,选关,按键操作,记录和修改玩家信息等功能。 (1) 通过文件操作读取地图文件并进行选关; (2) 按键操作包括移动小人和移动箱子,通过操作w,s,a,d键来控制小人的移动,从而推动箱子,以把箱子推到指定的目的地为过关。 (3) 每过一关玩家信息都会有所记录并自动更新。另外游戏进行过程中,按q键可以退回到主菜单,游戏会自动记录玩家所玩到得关数并在玩家信息中显示。 (4) 玩家姓名可以进行修改,但
file
- java写的文件操作方面是事例。。写得不好的话请原谅。。谢谢合作-think you
12313
- 文件操作,txt ini 写入读取 小节名 什么的-File operations, txt ini written to read the section name.
mpq-tool
- 易语言MPQ文件操作源码,游戏编程源码,很好的参考资料。有需要的就下载吧。-MPQ easy language source file operations, game programming source code, a good reference. There is a need to download it.
TankGame
- 开发环境JDK1.6,使用java实现的一个简单坦克游戏,是刚学习java的时候试手的,对学习线程、文件操作等很有帮助。-Development environment JDK1.6, using java to achieve a simple tank game, just try to learn java, when the hand of learning threads, file operations, such as helpful.
DeleteFile
- 较简单实用的VC++删除文件DeleteFile示例,比较基础的文件操作,删除指定的文件,通过“浏览文件”找到要删除的文件,点击“删除”按钮,即可把文字删除。- Test.clw This file contains information used by ClassWizard to edit existing classes or add new classes. ClassWizard also uses this file to store in
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.
game
- 包含了随机函数,时间函数,文件操作等的c语言记忆游戏源代码,多种游戏模式逐步加强,数字记忆,字母记忆,键盘记忆,注册,登录等功能。可作为练习,代码编写等的参考源代码。在VC环境下调试非常成功。-Contains a random function, a function of time, file operations, such as c language memory game source code, multiple game modes gradually strengthen, di