-
stl2ply
stl 转 ply ,代码简洁实用,适合学习(stl to ply)
- 2020-07-04 13:20:02下载
- 积分:1
-
C# 摄像头、麦克风、扬声器测试程序
在开发类似语音视频聊天或视频会议这样的系统时,它们通常都包含一个测试音视频设备的功能 -- 通过该测试,用户可以选择要使用的音视频设备(对于程序内部而言,就是确定要使用设备的Index),就像QQ的语音测试向导和视频设置。这里,我介绍一下如何使用OMCS来实现类似的功能,只需少量代码即可搞定。先上测试程序运行起来后的截图:
- 2013-12-14下载
- 积分:1
-
Virtual-screen-and-realization-
Visual C++语言提供了虚屏功能,利用它及Windows GDI图形函数,可编制出功能强大的图形处理程序。虚拟屏幕的原理是,首先定义一个虚拟设备描述表及一块位图象数据区,将本应在实际窗口的绘画处理转移到此图象数据区(这块图象数据区功能相当于视频存储区),绘画操作完成后可通过图象传递,将结果弹出到可视窗口。许多Windows环境的图形处理或CAD系统都采用了这种技术。如GIS软件Mapinfo、AutoCAD for Windows等,它们的图形操作功能如开窗、漫游等的基础都是建立在虚屏基础上,并且将操作界面都作成工具窗(一种特殊的窗口,客户区内规则地排列着图象按钮响应操作代码)的形式,直观、灵活且便于用户选择操作。VC++的CDC类、CBitmap类封装了对虚屏的操作,利用类的继承性,也可很容易的实现工具窗。(Visual C++ provides a virtual screen function, use it, and Windows GDI graphics functions, can be prepared in a powerful graphics program. The principle of the virtual screen, first define a virtual device description table and a bit image data area, the present should be transferred in the actual window painting processing of this image data area (this image data area function equivalent to the video memory area ), after the completion of the painting operation can be passed through the image, the results of the pop-up to the visible window. Graphics or CAD system for many Windows environment using this technology. GIS software Mapinfo, AutoCAD for Windows and other graphics operations functions such as windows, roaming the foundation are built on the basis of the virtual screen, and the operator interface made tool window (a special window, the client area regularly arranged in the form of image button in response to the operation code), intuitive, flexible and user-fri)
- 2012-11-29 00:55:11下载
- 积分:1
-
液压缸演示程序
液压缸演示程序,可输入液压缸流量和面积,输出流速,并可进行动画演示。
- 2023-07-05 05:30:03下载
- 积分:1
-
PXA270_WINCE5_BSP
PXA270在windows CE 5下的BSP(failed to translate)
- 2010-07-08 10:46:17下载
- 积分:1
-
VS_Light_Texture
- 2006-05-09 22:56:02下载
- 积分:1
-
yoyo vip
魔力宝贝外挂 可以适用任何魔力私服 功能强大 还能拦截封包(Magic Baby plug-in can be applied to any magic private server, powerful and can intercept packets)
- 2017-11-18 23:02:23下载
- 积分:1
-
C# 模糊文字 点击按钮文字模糊
C# 制作的模糊文字 点击按钮文字模糊效果,这是基于WPF的一个图像特效,将文字模糊显示,如图所示,运行本程序后,点击窗口中的按钮,即可将按钮中的文字模糊处理。下面来看具体的模糊按钮文字的实现代码:
if (((Button)sender).BitmapEffect != null)
{
((Button)sender).BitmapEffect = null;
}
else
{
Button MyButton = (Button)sender;
var MyBlurEffect = new System.Windows.Media.Effects.BlurBitmapEffect();
MyBlurEffect.Radius = 4;
MyBlurEffect.KernelType = System.Windows.Media.Effects.KernelType.Box;
MyButton.BitmapEffect = MyBlurEffect;
}
- 2022-01-21 04:39:19下载
- 积分:1
-
123
亚像素级cvFindCornerSubPix角点检测,可较为精确地对角点进行检测(The subpixel cvFindCornerSubPix corner detection)
- 2012-08-11 09:47:27下载
- 积分:1
-
ilto__interested
tcpDog ,闻入其名,对tcp 感兴趣的狗狗,祝大家狗年进步(TcpDog, smell into its, interested in TCP dog, I wish you all the year of the dog)
- 2017-06-02 09:21:31下载
- 积分:1