搜索资源列表
GDI+程序设计实例源代码
- 这一个关于c#GDI+的源代码程序,实例中向你演示了GDI+的常用功能。-this one on the c # GDI source code procedures, instances in which you demonstrated to the commonly used GDI functions.
ImageAlignment
- Image alignment is a process of matching one image called template (let s denote it as T) and another image I (see fig. 1). There are many applications of image alignment, such as tracking objects on video, motion analysis and many other tasks of com
DoubleBuffer
- c#的画图实例,主要是对比突出托管代码下的双缓存,提供了三种实例,一是非正常情况,一是自动双缓存,一是手动双缓存-c# example of the drawing, the main comparison between the managed code under the prominent double-buffering, providing three examples of a non-normal conditions, one automatic double-buffering
CGame
- 这也是本人的一个C游戏-This is also one of my C game
tichufa
- 一元差分剔除数据的程序流程图以及c语言代码-Excluding one dollar differential data flow chart of procedures, as well as c language code
maze_src
- 一个用C++写的兔子走迷宫游戏,用键盘上的方向键控制兔子走动,左边为小地图,右边为大地图,地图都是随机产生的,建议先到左边! -One with C++ Written rabbit Maze game, using the arrow keys on the keyboard to control the rabbit around the left for small maps, the right for the big map, maps are randomly generated,
project
- 数独游戏 二、 使用说明 1. 安装手册 将project_rar解压缩即可。 其中main.c和graphic.c为主要程序文件。Include中是头文件库。其他为bmp形式图片。 2. 使用手册 编译后直接运行生成的main.exe,根据提示操作即可。 -Sudoku Game Two, the use of one. Project_rar installation manual will be extracted. Main.c and graph
dibimage11
- DibImage is a set of Borland C++Builder classes for use in manipulating and displaying machine vision image data. They are targeted at users who need to manipulate images at the pixel level and hence DibImage is very useful in image processing applic
cpicture
- c++语言 ,在picture中显示bitmap-Within your program, you may have three different forms of a bitmap, a device-independent bitmap (DIB), a device-dependent bitmap (DDB) and a DIB section. The DIB is essen
MixedRubberBandApp_demo
- 利用gdi+进行对界面的美化,主要是对各种控件,例如树形控件,和list控件等。-At some point in the last month, I needed to create an .ICO file on the fly with a couple of images inside preferably I was looking at code in C#. The .NET Framework 2.0 only supports HICON that basically is
cvlib_src
- 本人开发的主要是在GDI+这块,针对C#开发2D桌面图形应用程序,这个实例是其中的一个-My major is in development, aiming at the GDI+ c# development 2D graphics applications, the desktop is one of them
Blix
- 非常好玩的一个教程,是C#编的俄罗斯方块程序,可以用来学习GDI+绘图方法-A very fun one tutorial is Tetris compiled C# program can be used to study GDI+ drawing methods
linechar
- 一个画曲线的c++工程。仅仅是一个例子,共大家参考。-A painted curve c++ project. Is just one example, a total of reference.
TC2
- 功能:把一个或多个16色位图转换为一个可以被C或C++ 包含(include)的.H头文件. 提示:开始之后,要求输入文件名,一般来说,将BMP文件放在一个较易敲打出来的路径可能是个不错的想法. 但是,将BMP文件与16BMP2H放在同一路径可能更为方便,因为这样你可以不用打出前面的路径. 16BMP2H 要求文件输入时带后缀!也就是文件全名. -Function: the one or more of the 16-color bitmap that can be co
Scope
- 这是一个用C++写的示波器显示程序,有丰富的中文注释说明,可以方便的嵌入的MFC程序中-This is the one with the C++ written in the oscilloscope display, rich Chinese notes, can be easily embedded in an MFC program
MyCCylinderProgressCtrlST_demo
- 一个进度条自绘的控件类。实现了很炫的效果。希望有用。-CCylinderProgressControlST is a class derived from MFC CProgressCtrl class. The control has been created as an exercise of converting an existing control written in C# into a new one with the same features written in C++. T
VC-to-achieve-self-drawn-list-box
- Visual C++语言提供了Windows环境丰富多采的界面控制元素,列表框就是其中最重要之一,在许许多多的软件系统中,列表框的运用既使界面生动美观,又大大的简化了用户的操作。然而,美中不足的是 Visual C++语言仅提供基于文本的列表框操作,在实际编程中,很多情况我们需要进行自绘列表框的设计,以达到特殊的操作效果,如MSPublisher软件的新版本中,采用了图象列表的方式供用户选择要打开的图象,用户可以先在列表框中简单的浏览一下图象的大致内容,再决定是否打开图象文件。-Visual C
draw
- 一个用C#编写的仿WINDOS画图工具程序,运用了GDI+,可以绘制直线,圆形,矩形等一些列图形-One written in C# imitation WINDOS drawing tools procedures, the use GDI+, you can draw lines, circles, rectangles, and some other column graph
DIPvbNet
- Bitmap是VB.NET和C#中处理图像的基础类,用于处理由像素数据定义的图像的对象。 存储灰度图像数据,一维数组存储。对于8位图像,一个像素即是一个字节。每行存储的字节数必须是4的整倍数,需要时添加适当字节。-Bitmap is VB.NET and C# base class in the image processing for processing an image defined by pixel data of the object. Grayscale image data st
calculator
- 图形化计算器的实现a) 支持你在 Project 1 中所完成的计算器的所有功能; b) 使计算器支持两种工作模式:一种是输入一个完整表达式,获取计算结果, 这种工作模式类似于我们计算表达式的过程;第二种是进行即时计算,即 显示单步的计算的中间结果,这种工作模式类似于一个普通计算器的功能。 用户可以通过图形界面对两种工作模式互相切换; i. 例如给定计算表达式5+3*4。在第一个工作模式下,用户输入”5+3*4=”,