Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - access C
Search - access C - List
This article will demonstrate how to access the power of Vista s new hardware accelerated windowing system without \"managed\" languages and best of all, without any use of .NET at all. The application provided uses good old unmanaged C++ and DirectX 9 Ex to create an anti-aliased, semi-transparent, 3D spinning cube on an Aero Glass window that operates as smoothly as any other application under Vista.
Date : 2008-10-13 Size : 23.83kb User : 含羞草

使用C#建立一個類別來存取在影像處理中常應用的像素運\算-use C# establish a type of access to the image processing applications often pixel Operational
Date : 2008-10-13 Size : 21.59kb User : 小明

使用C#建立一個類別來存取在影像處理中常應用的像素運算-use C# establish a type of access to the image processing applications often pixel Operational
Date : 2025-12-22 Size : 21kb User : 小明

贝济埃曲线(Bezier)的C++实现与获取鼠标在窗体中的实时坐标-Bezi Egypt curve (Bezier) of the C++ Realize with access to the mouse in the form of real-time coordinates
Date : 2025-12-22 Size : 1.9mb User : 雾水葛

This article will demonstrate how to access the power of Vista s new hardware accelerated windowing system without "managed" languages and best of all, without any use of .NET at all. The application provided uses good old unmanaged C++ and DirectX 9 Ex to create an anti-aliased, semi-transparent, 3D spinning cube on an Aero Glass window that operates as smoothly as any other application under Vista.
Date : 2025-12-22 Size : 24kb User : 含羞草

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 applications. C++Builder contains an image component which is very useful for displaying images, but it does not allow quick and easy access to the pixels of the image or the image s palette. DibImage allows you to directly manipulate the pixels of the image and it also allows direct manipulation of the color palette. To gain speed, DibImage allows you to decide when the control should be repainted. This way, if you change several pixels in one operation, you can have the control repainted after all pixels are changed rather than after each individual pixel change. DibImage is compatible with Borland C++Builder version 4. -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 applications. C++Builder contains an image component which is very useful for displaying images, but it does not allow quick and easy access to the pixels of the image or the image s palette. DibImage allows you to directly manipulate the pixels of the image and it also allows direct manipulation of the color palette. To gain speed, DibImage allows you to decide when the control should be repainted. This way, if you change several pixels in one operation, you can have the control repainted after all pixels are changed rather than after each individual pixel change. DibImage is compatible with Borland C++Builder version 4.
Date : 2025-12-22 Size : 239kb User : kirk cameron

DL : 0
本例主要利用c语言编程实现画图板功能,具有基本的画图功能、图形操作功能和文件保存打开功能。主要包括如下4个模块:(1)图形绘制模块,该模块包括图形的绘制和操作功能,(2)鼠标控制模块,该模块主要实现鼠标状态的获取、鼠标位置的设置,以及鼠标的绘制等。(3)功能控制模块,该模块实现的功能包括输出中文、填充像素和显示用户帮助。(4)保存加载模块,该模块将像素保存到指定的文件和从指定的文件中读取像素到画布。-The main use of this example c programming language features drawing board, with the basic drawing functions, graphics functions and save the file operations open function. Mainly include the following four modules: (1) graphics rendering module, the module including graphics rendering and operating functions, (2) mouse control module, the module state of the main access to the mouse, position the mouse settings, as well as drawing, such as mouse . (3) functional control module, the module features include the output of the Chinese, filled with pixels and display user help. (4) to preserve load module, the module will be saved to the specified pixel files and documents from the specified pixel to the canvas read.
Date : 2025-12-22 Size : 55kb User : wanglei

用GDI+开发的回合战斗小游戏,可以存取档,开发环境是VS C#-GDI+ development with the round of fighting games, you can access the files, the development environment is VS C#
Date : 2025-12-22 Size : 1.18mb User : lik

这是通过控制一张图片的相邻区域获得动画的代码,适合C++ GDI方向游戏设计参考 也就是一个精灵类-This is a picture by controlling access to the animation code in adjacent regions, suitable for C++ GDI direction of game design is a reference to the wizard class
Date : 2025-12-22 Size : 8kb User : Demon W

GDI+ SDK参考(翻译版本) Microsoft Windows GDI+是为C/C++开发者提供的一个基于类的应用程序编程接口(API)。它使得程序可以同时在视频显示器和打印机上使用图形和格式化文本。基于Microsoft Win32的应用程序不能直接访问图形硬件,而是通过GDI+来协调设备驱动和程序动作的交互。GDI+同样支持Microsoft Win64。 适用范围 GDI适用于所有的Window应用程序。GDI+是包含于Windows XP和Windows Server 2003中的一项新技术。运行于Microsoft Windows NT 4.0 SP6、Windows 2000、Windows 98 和 Windows Me操作系统的应用程序在分发的时候需要包含GDI+。 -Target Microsoft Windows GDI+ is C/C++ developers to provide a class-based application programming interface (API). It allows the video program can also monitor and printer use graphics and formatted text. Microsoft Win32-based applications can not access the graphics hardware directly, but through the GDI+ device drivers and programs to coordinate the actions of the interaction. GDI+ also supports the Microsoft Win64. Scope of GDI for all Window applications. GDI+ is included in Windows XP and Windows Server 2003, a new technology. Running on Microsoft Windows NT 4.0 SP6, Windows 2000, Windows 98 and Windows Me operating system, applications need to include in the distribution when the GDI+.
Date : 2025-12-22 Size : 1.75mb User : 蔡孟超

图形化计算器的实现a) 支持你在 Project 1 中所完成的计算器的所有功能; b) 使计算器支持两种工作模式:一种是输入一个完整表达式,获取计算结果, 这种工作模式类似于我们计算表达式的过程;第二种是进行即时计算,即 显示单步的计算的中间结果,这种工作模式类似于一个普通计算器的功能。 用户可以通过图形界面对两种工作模式互相切换; i. 例如给定计算表达式5+3*4。在第一个工作模式下,用户输入”5+3*4=”, 显示结果为17。第二种工作模式下,用户输入”5+3”,然后输入”*”时, 计算器自动计算前一个子表达式结果为8,用户接着输入”4=”,计算器 计算表达式结果为32。 c) 提供一系列的计算器按键,使得用户可以输入表达式; d) 计算器应该至少包括两个文本框:一个输入框和一个输入框。输入框代表 了用户输入的计算表达式,输出框显示了计算结果。*/-Graphical calculator to realize a) support you in the completion of the Project 1 calculator all functions b) make the calculator supports two modes of operation: one is to enter a complete expression, access to the results, this kind of work We calculate the expression pattern is similar to the process the second is calculated in real time, the intermediate result is displayed in a single-step calculation, this operating mode is similar to the function of an ordinary calculator. Users can toggle through a graphical interface for both operating modes with each other i example given calculation expression 5+3* 4.. In the first mode, the user enters " 5+3* 4 =" , displays the results for the 17. In the second mode, the user enters " 5+3" , then enter " *" , the former calculator automatically calculates the results of a sub-expression is 8, the user then enter " 4 =" calculator expression result is 32. c) provide a range of calculator keys, allows the
Date : 2025-12-22 Size : 6kb User : lynn

CGAL,Computational Geometry Algorithms Library,计算几何算法库,设计目标是,以C++库的形式,提供方便,高效,可靠的几何算法。CGAL可用于各种需要几何计算的领域,如计算机图形学,科学可视化,计算机辅助设计和建模,地理信息系统,分子生物学,医学成像,机器人运动规划,网格生成,数值方法等等。    计算几何算法库(CGAL),提供计算几何相关的数据结构和算法,诸如三角剖分(2D约束三角剖分及二维和三维Delaunay三角剖分),Voronoi图(二维和三维的点,2D加权Voronoi图,分割Voronoi图等),多边形(布尔操作,偏置),多面体(布尔运算),曲线整理及其应用,网格生成(二维Delaunay网格生成和三维表面和体积网格生成等),几何处理(表面网格简化,细分和参数化等),凸壳算法(2D,3D和dD),搜索结构(近邻搜索,kd树等),插值,形状分析,拟合,距离等。-The goal of the CGAL Open Source Project is to provide easy access to efficient and reliable geometric algorithms in the form of a C++ library. CGAL is used in various areas needing geometric computation, such as: computer graphics, scientific visualization, computer aided design and modeling, geographic information systems, molecular biology, medical imaging, robotics and motion planning, mesh generation, numerical methods... More on the projects using CGAL web page. The Computational Geometry Algorithms Library (CGAL), offers data structures and algorithms like triangulations (2D constrained triangulations, and Delaunay triangulations and periodic triangulations in 2D and 3D), Voronoi diagrams (for 2D and 3D points, 2D additively weighted Voronoi diagrams, and segment Voronoi diagrams), polygons (Boolean operations, offsets, straight skeleton), polyhedra (Boolean operations), arrangements of curves and their applications (2D and 3D envelopes, Minkowski sums), mesh generation (2D Del
Date : 2025-12-22 Size : 17.73mb User : a

利用SDL实现一个桌面小游戏,涂鸦跳跃。SDL(Simple DirectMedia Layer)是一套开放源代码的跨平台多媒体开发库,使用C语言写成。-use SDL to make a game name noodle jumper About SDL Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D. It is used by video playback software, emulators, and popular games including Valve s award winning catalog and many Humble Bundle games.
Date : 2025-12-22 Size : 22.59mb User : suxiaofeng

自定义控件文字输入,能够实现光标(插入符)的创建,文字的输入,输入法的输入获取(Custom control text input,To achieve the cursor (CARET) creation, text input, input method access)
Date : 2025-12-22 Size : 132kb User : 泰兰德
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.