-
C语言指纹识别源码
很好的C语言指纹识别程序,指纹增强程序,怎样细化一个指纹图像,计算有效的指纹区域,包含了指纹识别中各种算法的实现代码,该部分的代码由C写成。通过了测试。
- 2022-03-11 21:30:49下载
- 积分:1
-
One Cube using OpenGl....................
One Cube using OpenGl-One Cube using OpenGl....................
- 2022-10-26 05:15:03下载
- 积分:1
-
use opengl and vc write demonstration seawater example, the dynamic effects
用opengl和vc++写的演示海水的例子,有动态效果
-use opengl and vc write demonstration seawater example, the dynamic effects
- 2022-03-16 11:57:43下载
- 积分:1
-
use the OpenGL development kits 2, and I hope to be helpful
利用MFC开发的OpenGL开发包2,希望对大家有帮助-use the OpenGL development kits 2, and I hope to be helpful
- 2022-03-03 06:26:30下载
- 积分:1
-
Avus盒式BE0749.part02游戏软件
Avus Cassette BE0749.part02 game software
the game software
game software
game software
the game software
game software
- 2022-06-12 07:31:16下载
- 积分:1
-
请使用OpenGL的mingw运行,我在开发环境这里找不到
请使用OpenGL的mingw运行,我在开发环境这里找不到-please use the OpenGL mingw running, I can not find a development environment here
- 2023-06-09 10:00:03下载
- 积分:1
-
在vc环境下运用opengl绘制的颜色立方体。这是一个采用光滑着色的立方体,
立方体的表面从一角的一种颜色渐变到正对角落的另一种颜色,还可以用键
盘上的...
在vc环境下运用opengl绘制的颜色立方体。这是一个采用光滑着色的立方体,
立方体的表面从一角的一种颜色渐变到正对角落的另一种颜色,还可以用键
盘上的箭头键来旋转该色彩立方体,观察它的各边各角。-environment in vc use opengl rendering color cube. This is a sleek-colored cube, the cube corner from the surface of a color gradient is to the right corner of a different color, you can use the keyboard arrow keys to the rotation of the color cube, it"s the observation of the edge angle.
- 2022-09-10 07:05:03下载
- 积分:1
-
OpenGL 中的底纹和着色器( iOS )
翻译 maninwest@Codeforge 作者:KarstenK@CodeProject介绍如何在 IOS 上使用 OpenGL 底纹。OpenGL 是个也可在其他平台可用的技术。背景我想更好地了解 OpenGL,因其图形性能和在其他项目中使用的兼容性。 使用代码包含的示例项目是根据 MVC-模式,从Xcode 纯模板衍生而来的, Model-View-Controller 有助于将代码分成有用的片段。ViewController 类名副其实,控制视图工作的方式。重要的是Displaylink,因为这是从显示器中的回调或用于新像素输出的更好的 GUP 计时器。- (void)startDisplayLinkIfNeeded
{
if (!_displayLink) {
self.displayLink = [CADisplayLink displayLinkWithTarget:_viewOpenGL selector:@selector(display)];
[_displayLink addToRunLoop:[NSRunLoop mainRunLoop] forMode:NSRunLoopCommonModes];
}
}GUI 在存储控件的 Main.storyboard 中进行配置。它们通过 outlet(出口) 连接到 ViewController 。开始使用 OpenGL 为了以某种方式使用 OpenGL ,我通过 Objective -C 中的典型单例模式设计了一个 OpenGLContext 类。+ (instancetype)sharedInstance
- 2022-05-08 07:40:50下载
- 积分:1
-
mfc OpenGL 模板
老外写的很有用
减少大量重复劳动
mfc OpenGL 模板
老外写的很有用
减少大量重复劳动
-mfc OpenGL template foreigner was very useful to reduce the substantial duplication of work
- 2023-02-22 05:50:03下载
- 积分:1
-
搜集的一些openGL在仿真中的硬用 尤其机器人研究方面
搜集的一些openGL在仿真中的硬用 尤其机器人研究方面-collect some Open GL simulation of the hardware used in particular robot research
- 2022-05-22 10:54:21下载
- 积分:1