搜索资源列表
BMPReader
- BMP文件操作,JAVA语言,包括文件格式的详细描述。-bmp file operation by java.including detailed descr iption of file format.
一个小型画图工具
- 一个用GDI实现的小型画图工具,文件操作、图象操作部分用DLL实现了。-GDI achieved with a small drawing tools, file manipulation, image handling sections with a DLL.
图像文件操作
- rar压缩包,包含一个自适应大小的位图控件,一个自适应大小的位图控件演示程序,在多文档客户区中增加位图底图演示程序,在多文档客户区中增加位图底图,TGA文件转换为GIF文件-rar compressed, includes an adaptive size of the bitmap controls, the size of an adaptive control Bitmap Demonstration Program, the Multi - Document customers to i
tiff-3.8.2
- TIFF文件是传真的标准格式,此源码包含了TIFF文件操作的所有函数。-TIFF document was faxed to the standard format, the source document contains TIFF operation of all functions.
Fund2-wenjiancaozuo
- --- --- 文件操作相关
MetafileProj
- 操作WMF文件的源代码工程,微软的原文件操作,用到此功能的不妨看一看
VCMFCPictureimages
- 功能需求 : 1、可以打开BMP、PCX、TGA、JPEG及GIF图像。 2、打开的图像,用户均能另存为任意一种格式,以实现图像格式的转换。 3、实现图片的放大、缩小,还原。 4、可以对图像进行90度、180度旋转。 5、可以直接调用Windows画图程序打开图片并进行编辑。 6、软件提供“上一张”、“下一张”功能。 7、可以进行全屏幕浏览,并提供“幻灯片播放”的功能,自动显示当前文件夹下的所有图像。 8、在查看图片时,可以选择从当前目录删除该图片,并将其放入系统
Cad_y3.0
- 用VC++6.0设计站场平面图绘制CAD系统,提供绘制工具,生成站场数据。通过图形用户界面设计、CAD算法、数据文件操作等,熟悉了MFC画图和控件的基本应用。-Design with VC++6.0 Drawing Station CAD system plans to provide drawing tools, generate data station. Through the graphical user interface design, CAD algorithms, data fi
rwbmp
- 纯C编写的BMP文件操作,包括读图和写数据至图片。程序鲁棒性好!本人亲自编写,是视屏采集中的中间接口函数,特地奉献。-BMP files written in pure C operations, including interpret drawings and writing data to the picture. Robust procedures for good! I personally prepared, is collected in the middle of Shiping
c_circle_sin
- 该源文件在Microsoft Visual C++ 6.0环境下编译通过,程序目的旨在基于文件操作fopen等函数,以及bmp编码格式技术,绘制简单的函数曲线(圆,正弦),结果保存在位图Image.bmp中,该程序还可以扩展功能,修改方程,生成自己想要的图片-The source file in Microsoft Visual C++ 6.0 environment, compiled by the program is aimed at file-based operations such
vc-image
- 1) 一个以BMP文件操作为基础的图像处理头文件,以下有不少源代码会用到它。 -1) a BMP file operation based on image processing header files, here are a lot of source code to use it.
clipboard_faq_demo1
- 图片与剪切板的操作,包括bmp,jpg,wmf,emf等格式-operation on picture and clipboard,including bmp,jpg,wmf,emf etc.
DIBDisplay1
- 用vc++实现多文档文件中图片的导入,封装了数字图像处理对文件操作的基本函数。-use vc++ wo input image ,write mang functions usefull in image processing
iceGetColor.src
- iceGetColor获取RGB颜色值 读图片文件操作,效率有些低,但省事-iceGetColor RGB color values for image file reading operation, the efficiency of some low, but the easy way
FILES-IN-CPP-
- 关于C++的文件操作介绍,比较基础的知识,希望能有所帮助。-About C++ file operations, the comparison basis.
Lesson13Code
- 孙鑫c++视频教程第13课关于文件操作、图形绘制的代码-Sun Xin c++ Lesson 13 video tutorials on file operation, graphics rendering code
Lesson12Code
- 孙鑫c++视频教程第12课关于各种文件操作的代码-Sun Xin c++ Lesson 12 video tutorials on a variety of file operations code
tetris-VCPP-source
- 挑战新的高度,原来第一次因为他从事WEB编程Win32 API应用程序,是写一个游戏,因为游戏的知识很全面,选择了俄罗斯方块,其中之一是,他已经上瘾,二是发现这个游戏包含几乎寡妇介绍大量的知识,如窗口、信息、菜单、工具栏、资源、对话框、计时器、自绘制按钮时,GDI位图操作,Windows目录操作,INI文件操作,等等,尝试将生产。这个游戏的背景音乐,玩这个游戏而享受着音乐的感觉相信很舒服。-To challenge a new height, the original first since h
FileCheck
- 这是一个关于文件操作的程序,要求能够实现文件的基本功能-This is a file operation on the procedure required to achieve the basic functions of file
图的基本操作与实现
- 设计大学的校园平面图,所含景点不少于8个。以图中顶点表示学校内各景点,存放景点的名称、景点介绍信息等;以边表示路径,存放路径长度信息。要求将这些信息保存在文件graph.txt中,系统执行时所处理的数据要对此文件分别进行读写操作。 1.从文件graph.txt中读取相应数据, 创建一个图,使用邻接矩阵表示图(算法6.1); 2.景点信息查询:为来访客人提供校园任意景点相关信息的介绍; 3.问路查询:为来访客人提供校园任意两个景点之间的一条最短路径(算法6.10)。