-
计算机图形学的程序:Bresenham画线算法,Bresenham画圆铝…
计算机图形学的上机:bresenham画线算法,bresenham画圆,拾取算法,种子填充算法-computer graphics programs: bresenham drawing line algorithm,bresenham circle algorithm,etc.
- 2022-05-31 20:37:41下载
- 积分:1
-
wince 6.0 api Gif图片显示库
wince 6.0 api Gif图片显示库-wince 6.0 api Gif Image Display Library
- 2022-07-18 05:14:13下载
- 积分:1
-
这个OpenGL框架的最终目的是希望尽可能简化大家开发OpenGL的工作量。因为OpenGL的开发需要很多的设置工作,虽然有一些OpenGL的工具库可以帮你解决...
这个OpenGL框架的最终目的是希望尽可能简化大家开发OpenGL的工作量。因为OpenGL的开发需要很多的设置工作,虽然有一些OpenGL的工具库可以帮你解决这个问题,如GLUT,但是GLUT不是非常的绿色,而且不能用作商业用途。所以,作者写了这个框架/库函数,你可以用于你的OpenGL开发中。-The OpenGL framework for the ultimate purpose is to simplify as much as possible the workload of all the development of OpenGL. Because the development of OpenGL settings need a lot of work, although there are some tools for OpenGL library can help you resolve this problem, such as GLUT, but GLUT is not very green, but can not be used for commercial purposes. Therefore, the author wrote this framework/library function, you can for your OpenGL development.
- 2023-07-17 10:45:03下载
- 积分:1
-
是一些制作mp3的资料,主要包括mp3的制作方案等等。
是一些制作mp3的资料,主要包括mp3的制作方案等等。-mp3 produced some information, including mp3 and so on the production program.
- 2022-08-08 16:02:51下载
- 积分:1
-
基于opencv和mfc的人脸识别
能够实时的人脸跟踪,检测,识别,基于MFC界面,封装的程序与OPENCV计算机视觉库,可以直接运行。
- 2023-01-29 00:40:12下载
- 积分:1
-
vb编写的XML入门程序
vb编写的XML入门程序-the accidence program of XML programming by vb
- 2023-06-03 03:20:03下载
- 积分:1
-
10通道wifi数据监听
10通道wifi数据监听,多动态参数采集读取,室外工作下wifi做传输媒介,并行获取参数信息,多通道同时连接,宝典东西,很珍贵,有用!高速传输数据,程序病发率超低,网络通讯稳定。
- 2022-06-29 21:08:27下载
- 积分:1
-
Metadata mamagement system of telecom operation is a system to manage metadate....
电信业务元数据的管理系统是对元数据进行管理的系统 界面简单实用-Metadata mamagement system of telecom operation is a system to manage metadate.Its interface is simple and practical.
- 2022-04-28 22:32:34下载
- 积分:1
-
教务管理系统 帮组老师管理学生成绩,学籍档案
教务管理系统 帮组老师管理学生成绩,学籍档案-Educational management system to help teachers manage student performance groups, student files
- 2023-09-04 06:35:03下载
- 积分:1
-
安全中断窗口 (C#)
翻译 maninwest@Codeforge 作者:Brisingr Aerowing@CodeProject
这是将 Richard MacCutchan的安全中断窗口移植到 C#
源代码在 Github 上。
使用代码
有两个显示中断窗口的方法:
public static void Blackout(IntPtr hWnd, Action action);
public static T Blackout(IntPtr hParentWnd, Func func);
第二个版本 (泛型)用于实现类似以下的功能:
BlackoutWindow.Blackout(SomeHandle, () => {
return MessageBox.Show("A Test", "A Test", MessageBoxButtons.YesNo);
});
- 2022-03-19 12:42:51下载
- 积分:1