搜索资源列表
ImageProcessingProficientinVisualC++Programming.ra
- 请将您需要的文件或目录拷贝到硬盘中。当\\Source目录下的源文件被拷贝到硬盘上时,源文件的属性可能变为只读的,在编译之前应该将它们的属性改为可读写的。 \\Source目录中的vcip.dsw包含了全书的所有项目,在Visual C++中打开它就能控制全部的代码。 光盘中各目录的内容如下所示: \\Bin 本书所有示例的可执行文件,可直接在光盘中运行 \\Images 用于图像处理测试的图像文件 \\Source\\Sho
game_wuziqi
- 五子棋小游戏(双人五子棋),C#双人五子棋小游戏源代码源程序(完整版),编译运行时需要wzqdatabase.dll文件,可以了解到这是一个五子棋的数据库文件,放在DEBUG目录下程序会自动调用。这款基于C#的五子棋游戏可进行双人对战,可记录游戏战绩,可提交意见建议,棋盘设计的也相当不错,阅读本源代码对提高C#小游戏编程还是有帮助的-Small game of backgammon (double the renju), C# double backgammon game source code
youxijizhi
- A、文件的创建 B、文件的打开 C、获取和修改文件属性 D、写文件和读文件 -A file creation B file open C, access and modify file attributes D, write and read files
ReadTiff
- visual c++ code to read a tiff file.
XOR
- 从最简单的XOR加密入手吧,编写一个程序,这个程序的功能是这样的,读取animation.cfg文件中前16字节的内容,然后使用0~255之间任一个数值和从animation.cfg文件中提取出来的这16个字节(实际可以提取更多字节作比较,这里只提取文件前16字节)作XOR运算,最后将这256组经过XOR运算的数据放在一起作比较,看哪组数据XOR运算后看上去比较有意义而不是垃圾数据。 按照上面的思路编写出如下C语言代码:-From the most simple XOR encryption
skeleton
- 使用C++语言,通过openGL的图形编程接口,读取格式为3DS的骨骼模型文件,并显示在屏幕中。但是由于3DS类型的文件是静态模型文件,所以不能进行控制,如果要进行控制,那么需要用动态的骨骼文件,如ms3d文件等。- Using the C++ language, through openGL graphical programming interface, read the format of the skeleton model 3DS file and displayed on the
mapwin1423
- a program to generated isomap file. This file can be then be read and play via c++ program using opengl.
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
sudoku
- 数独程序 可以求解不同level的数独 基于C语言实现 可以从txt文档中读入数独题目 再解出来-Sudoku program can solve several different level of independence based on the C language can be read a txt file sudoku puzzle solution out again
NBT
- libnbt + +是一个c++库 用于解析Minecraft NBT文件格式————名叫二进制标签。 它可以读取和写入压缩和未压缩NBT文件。 它使用输入和输出流。(libnbt++ is a free C++ library for Minecraft's file format NBT - Named Binary Tag. It can read and write compressed and uncompressed NBT files. It uses stream