-
This a version of the MARS demo that you can walk through
This a version of the MARS demo that you can walk through
- 2022-02-06 22:47:24下载
- 积分:1
-
一个更为复杂的2D Game实例.比之前传的复杂.
Windows平台的2D Game实例2, 使用了C++和OpenGL.这个souce不但是OpenGL...
一个更为复杂的2D Game实例.比之前传的复杂.
Windows平台的2D Game实例2, 使用了C++和OpenGL.这个souce不但是OpenGL技术,还可以学习到两个方面的技术:
part1: win32的消息循环, OpenGL的设置.画一些简单的图形.
part2: 处理并且显示卡通图片.-This source focuses on 2D game development with C++ and OpenGL for Windows platform. We will not only focus on OpenGL but also talk about the designs that are commonly used in game programming with a full object oriented approach. This source include two articles:
Part 1: covers the win32 message loop, the window creation and the setting-up of OpenGL. You will also learn how to draw some simple shapes.
Part 2 : Covers resources handling and displaying simple animations.
Contents
- 2022-05-27 22:46:10下载
- 积分:1
-
several image processing functions commonly used small
图像处理的几个常用小函数-several image processing functions commonly used small
- 2023-08-27 09:50:04下载
- 积分:1
-
自己在学位图操作时,所作的一个训练题目
自己在学位图操作时,所作的一个训练题目-degree plan in operation, the subject of a training
- 2022-02-28 09:26:17下载
- 积分:1
-
AutoCAD Arx开发,求线段中点程序
AutoCAD Arx开发,求线段中点程序-AutoCAD Arx development of procedures for seeking the midpoint line segment
- 2022-03-05 04:21:53下载
- 积分:1
-
简单的屏幕输出例子。。。忘记从那转来的了。
简单的屏幕输出例子。。。忘记从那转来的了。-Simple example of screen output. . . Then forget to switch to the.
- 2022-03-26 04:36:27下载
- 积分:1
-
这是一个来自反
这是一个对图像进行亮度取反等操作的程序-this is one of the images from the anti-brightness operational procedures
- 2022-05-20 03:34:45下载
- 积分:1
-
openve is a library for image and video in c,this programe is developed on VC, c...
RTX51 example use. Inside are example on how to use RTX51 RTOS. it uses memory pool, messages, RTXbank and shared var
- 2022-02-16 06:33:29下载
- 积分:1
-
vc video capture source! Wonderful! First load camera!
vc的视频捕捉源程序!非常棒!先装摄像头!-vc video capture source! Wonderful! First load camera!
- 2022-12-14 04:35:03下载
- 积分:1
-
基于颜色直方图的图像检索系统
需求:
1. 系统能够根据例子图像在图像数据库中检索出相似的图像;
2. 对检索结果进行排序(根据与例子图像的相似性进行排序)并显示在用户
界面上;
3. 系统能够计算检索结果的平均查准率(Average Precision)。
平均查准率计算方法:
平均查准率是在一个查询的所有相关对象被返回后的平均准确率:
其中r是排列顺序,N为返回结果的个数,NR是数据集中所有相关结果的个
数,函数R⋅ ()为一个二值函数(当第r 个返回结果为与例子图像相似时为1,否
则为0),P⋅ ()为前r个返回结果的查准率(前r个结果中相似图像的数量除以r)。
- 2023-05-17 11:10:09下载
- 积分:1