搜索资源列表
GDI+编程基础
- GDI是位于应用程序与不同硬件之间的中间层,这种结构让程序员从直接处理不同硬件的工作中解放出来,把硬件间的差异交给了GDI处理。 GDI+是GDI的下一个版本,它进行了很好的改进,并且易用性更好。-GDI is located in different applications and hardware between the middle layer, this structure allows programmers from different hardware directly in t
Exam06_02
- 一个基于对话框的应用程序,CDialogBar类用法-This is an application project to show you how to use the CDialogBar class. It is based on Dialog project.
Java.手机程序设计入门与应用
- 如何用java进行手机程序设计,以及应用开发- How uses java to carry on the handset programming, as well as using develops
通过位图文件直接得到位图大小
- 此文件包含组成 Test 应用程序的每个文件的内容摘要。-Test application components of each document summary of the contents.
视频捕获程序代码
- 这是一个纯粹的Win32 API 应用程序,No MFC。程序示范了VFW(Video for Windows)的使用。显示来自摄像头的视频并可以将视频截获下来保存为AVI文件。程序示范了非矩形窗口编程以及“文件保存”通用对话框的实现。本代码是初学者不可多得的例子程序。-This is a pure Win32 API application, No. MFC. The VFW procedure Model (Video for Windows) use. To show that the v
小型绘图系统
- 本应用程序是仿AutoCAD而做的,可以完成一些简单的图形的绘制。-the application procedure is done imitation of AutoCAD, to be completed some simple graphics rendering.
Bmp2Jpg_OCX
- BMP to JPG OCX 控件。可有应用程序直接调用。-BMP to JPG OCX controls. Applications can be called directly.
BitBlt技术在游戏中的应用
- 本程序通过BitBlt在VC中应用,体现出了BitBlt在贴图过程中的高速,以及它在二维游戏编辑的广泛应用-the procedure BitBlt in VC applications, BitBlt reflected in the mapping process of a high-speed, and its two-dimensional game in the extensive editing application! !
系统ALPHA通道的应用
- 本程序通过调用系统API函数AlphaBlend和使用自定义数组来进行同一幅图片的透明效果处理,从它们相同的效果和不同的反应速度上来体现出系统透明通道的应用-this program by calling the API function AlphaBlend system and the use of custom arrays for a picture with the transparent effect, the same from their effectiveness and sp
图像变换应用软件
- 该程序为BCB图像处理的一个应用实例,其中包含源文件和可执行文件。主要功能有:效果处理(平滑处理,锐化处理,马赛克等)分别率,色彩变化、亮度调节,边缘检测-procedures for the BCB image processing an application, which includes source documents and executable files. The main functions are : effect of treatment (smoothing, sharp
mohuyuruihua
- 在java应用程序中通过卷积操作变换ComvolveOp实现图像的模糊与锐化,思路如下: 源缓冲区图像-〉卷积过滤器-〉目标缓冲区-in java applications through convolution operators transform ComvolveOp Fuzzy Image and Sharpening thinking, as follows : buffer source image-> convolution filters-> target
graphics1
- 自己编的一个图形应用程序,可实现绘制直线,圆,矩形,并可选择画笔的宽度和颜色。比较简单,适合初学者参照。-own a series of graphics applications, the realization of drawing straight lines, circles, rectangles, select the brush width and color. Relatively simple, suitable for beginners light.
e2cdown
- 基于MFC的vega应用程序,模拟了飞机自动漫游及(空格键触发)坠毁 -based on the Bond MFC applications, simulation of the aircraft automatic roaming and (trigger the space bar) crash
TestVegaWin
- 自己编写的基于vega的mfc应用程序! 适合学习vega和三维软件初学者参考!-prepared based on their loves the mfc applications! Bond for learning 3D software and reference beginners!
opencvTest
- 一个简单的opencv应用程序源代码。 实现USB摄像头图像显示功能。-OpenCV a simple application source code. USB camera image display.
CoordDemo
- CoordDemo是为了验证3点定位算法的一个演示程序,该应用程序基本完成了如下功能:打开图片;图片的漫游;输入3点POI坐标,确定整个图片上各个点的逻辑坐标;根据输入的逻辑坐标,在图片上显示所在位置;新建一个POI,修改POI,删除POI等等功能。-CoordDemo to verify 3:00 positioning algorithm of a demo program, the application process completed the following functions
MIL_MFC
- 利用MFC编译的程序,它是Matrox公司的meter_2标准图象采集卡的一个应用程序,可以实现图象的抓取显示和保存-use MFC compiled procedures, it is Matrox's meter_2 standard image acquisition card of an application, Images can display and preserve crawls
RealTimePlotCurve
- 本程序是个MDI程序,功能是在视图中实现实时曲线显示,对于开发数据采集方面的应用程序很有价值-this procedure is MDI procedures, functions in view real-time curves, data acquisition for the development of the applications of great value
在VC应用程序中插入微型动画
- 在VC应用程序中插入微型动画-applications in VC insert micro-animation
模拟windows自带的画图程序
- 使用Vs.Net 开发平台下的MFC应用程序框架实现一个画图程序,尽可能多的实现Windows自带的画图功能,并扩展其功能。 (1) 能够用鼠标操控方式,绘制直线、矩形、椭圆。 (2) 能够在绘制一图形前以菜单方式设置线的粗细、颜色。 (3) 在绘图时,选择绘制某种图像后,在画布中按住鼠标左键后移动鼠标,在画布中实时的根据鼠标的移动显示相应的图形;在松开鼠标左键后,一次绘图操作完成。 (4) 可以以矢量图方式保存绘制的图形。 (5) 可以读取保存的矢量图形文件,并显示绘图的结果。 界