-
本程序是VC图像处理程序,是学习游戏开发不可多得的资料!
本程序是VC图像处理程序,是学习游戏开发不可多得的资料!-VC image processing procedures, the development of the game is a rare study of information!
- 2022-07-23 03:29:07下载
- 积分:1
-
简单二维图形编程系统,通过鼠标拖动绘制矩形和椭圆,并通过鼠标单击选择一图形。...
简单二维图形编程系统,通过鼠标拖动绘制矩形和椭圆,并通过鼠标单击选择一图形。-simple two-dimensional graphics programming systems, the mouse and drag drawing rectangular oval, and through a mouse click choose graphics.
- 2022-05-18 00:09:33下载
- 积分:1
-
网络音视频传输3.0
2006
网络音视频传输3.0
2006-06-23
TVideoCap-提供视频捕捉,预览的功能
TSendVideo-提供VFW模式下,可选系统压缩器进行传输的控件。
TRECVideo-和上面的控件是一对,用于接收。
TACMWaveOut-声音输出控件。
TACMWaveIn-声音输入控件。
TSendVideo_VIDX-Vidx压缩传输控件。
TRecXVID --接收vidx压缩初频的控件。
TVideoAdd1---只能结合TSendVideo_vidx的字幕、图片叠加控件。
TVideoDisp--普通的视频显示控件。
TSendG729--音频G729压缩传输的控件。
TRecG729--接收G729压缩音频并播放的控件。
在G729目录下为G729的音频传输控件演示。在Xdivtest下为xdiv视频
传输,以及图片,字幕叠加的演示
安装:在本系统中需要用到两个动态链接库,
xvid.dll g729dll.dll,最好请在安装前将其复制到系统目录下,
如:C:winntsystem32下面。
组播版以及,多线程版本,将会在后面陆续推出,
敬请关注。谢谢!-audio and video transmission network 2006- 23 TVideoCap 3.0-video capture , preview function TSendVideo-for VFW mode, the optional compression system for the transmission control. TRECVideo-and the above control is a right, for the reception. TACMWaveOut-voice output controls. TACMWaveIn-voice input controls. TSendVideo_VIDX- Vidx compression and transmission controls. TRecXVID-- receiving early vidx compression frequency co
- 2022-03-11 11:44:19下载
- 积分:1
-
use. Net prepared to open Photoshop image files example, can be used for commerc...
使用c++.net编制的可以打开photoshop图片文件的例子,可以用于商业软件开发.-use. Net prepared to open Photoshop image files example, can be used for commercial software development.
- 2022-09-05 18:10:02下载
- 积分:1
-
可以实现用双缓冲技术进行绘图,使画面看起来并不怎么闪烁。...
可以实现用双缓冲技术进行绘图,使画面看起来并不怎么闪烁。-Can be achieved with double buffering technology mapping, how to make the screen does not seem to flicker.
- 2023-01-26 03:20:05下载
- 积分:1
-
图像处理,图像检测,模板匹配算法代码,应用…
图像处理,图像的检测,模板匹配算法代码,应用与模板搜索-image processing, image detection and template matching algorithm code, application templates and search
- 2022-09-18 18:35:03下载
- 积分:1
-
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对...
位图的存取在vc中的 因为所在的项目中我负责的模块是有关与位图的读写和存储的,所以看了一些资料后,并且成功在vc 下实现所需的功能后写下这篇读书报告。
对于位图,要想在vc中实现读取和存储,先必须了解BMP的文件格式。
BMP文件大体上分成四个部分:位图文件头,位图信息头,调色板,实际的位图数据。
位图文件头BITMAPFILEHEADER是一个结构,它的定义如下:
typedef struct tagBITMAPFILEHEADER{
WORD bfType
DWORD bfSize
WORD bfReserved1
WORD bfReserved2
DWORD bfOffBits
}BITMAPFILEHEADER实现-Bitmaps in vc access because of the projects where I am responsible for the module is concerned with reading and writing bitmap and storage, so read some information, and the success achieved in vc feature required to write This study reports. For bitmap, in order to achieve in the vc read and stored, first must understand the BMP file format. BMP files generally divided into four parts: the first bitmap file, BITMAPINFOHEADER, palette, the actual bitmap data. BITMAPFILEHEADER bitmap file header is a structure, it is defined as follows: typedef struct tagBITMAPFILEHEADER (WORD bfType DWORD bfSize WORD bfReserved1 WORD bfReserved2 DWORD b
- 2022-09-19 08:45:03下载
- 积分:1
-
vc written with a simple graphics system, all graphics display has been used to...
用vc写的一个简单的图形系统,所有图形的显示都是用采用自己写的算法-vc written with a simple graphics system, all graphics display has been used to adopt its own written algorithm
- 2022-03-15 05:44:02下载
- 积分:1
-
实现Windows下的最基本的绘画功能。例如画直线,圆,矩形。且含有颜色的选择,线条的粗细选择,放大缩小功能等。...
实现Windows下的最基本的绘画功能。例如画直线,圆,矩形。且含有颜色的选择,线条的粗细选择,放大缩小功能等。-Windows implementation of the basic drawing functions. For example, draw a straight line, round, rectangular. And contains a selection of color, line thickness selection, zoom functions.
- 2023-03-19 09:05:03下载
- 积分:1
-
一个采用VC6.0的GDI函数编写的平面绘图程序,能够对各种基本图形进行绘制、编辑、拖动、剪切、撤消修改、保存数据到文档。适合初学者学习、模仿。...
一个采用VC6.0的GDI函数编写的平面绘图程序,能够对各种基本图形进行绘制、编辑、拖动、剪切、撤消修改、保存数据到文档。适合初学者学习、模仿。-a VC6.0 used GDI function of the two-dimensional drawings to prepare procedures to be able to conduct basic graphics rendering, editing, drag, shear, the withdrawal of changes to save data files. Suitable for beginners to learn and imitate.
- 2022-04-11 02:07:24下载
- 积分:1