搜索资源列表
FPS
- 用OpenGL实现的第一人称射击First Person Shooter(FPS)游戏demo-use OpenGL the first-person shooter First Person Shooter (FPS) game demo
simpleshoot
- 这是一个简单的模拟第一人称射击的游戏 实现了基本的第一人称射击的要素 模拟真实弹道效果-This is a simple simulation of the first-person shooter game to achieve the basic first-person shooter elements simulate live Road effect
opengl
- 此源码实现基于OpenGL的摄像漫游,模仿第一人称视角在游戏中漫游,程序简明扼要,对喜欢游戏编程的朋友有一定的帮助-This source OpenGL-based camera roaming, to imitate the first person perspective in the game roaming, concise procedures for programming like the game will certa
person
- 用java写的一个个人资料管理系统,比较适合初学java的人群,包括通讯录、写日记、理财、记事等功能-Using java to write a personal information management system, more suitable for beginner java crowd, including the address book, diary, financial management, Notepad and
tt
- 国外一个大牛人写的MEANSHIFT目标跟踪算法,程序使用了OPENCV函数库-Foreign person to write a big cow MEANSHIFT the target tracking algorithm, the procedure used OPENCV library
zm
- 设计与实现Person类、Student类、Employee类、Faculty类。具体要求如下: 1 设计名为Person的类和它的两个子类Student和Employee类; 2 Employee类有两个子类Faculty类和Staff类; 3 Person类有姓名、地址、电话和电子邮件地址; 4 学生有专业和年级。 5 Employee(雇员)类有办公室、公司和受聘日期、工资。 6 Faculty
MTurkThesis07-2008
- A Homography-Based Multiple-Camera Person-Tracking
FirstPersonCamera
- this the first person camera program-this is the first person camera program
face_detection
- Face detection made in Processing based on OpenCV library. It detects the form of a human face in a webcam stream and outputs a red square around that person s face. Get processing from www.processing.org for fr-Face det
HalfLifeGame
- A few years ago I became interested in first person shooter games and in particular how the world levels are created and rendered in real time. At the same time I found myself in between jobs and so I embarked on an effo
intruderdetecti
- 运动声音检测.只要有人进入或声音,系统自动报警-motion detection ,if a person speaks or enters into the scope of the camera ,the system will sent out alarm
Terrain
- XNA 地图算法,使用鼠标观察地图,支持三种模式: 第一人称,第三人称和飞翔模式。-XNA terrain algorithm, support 3 camera modes: first person, 3rd person, and flight.
Person
- creating class person in java
person
- 设计一个基类Person。通过该类保存人员的最基本信息:姓名(Name)、年龄(Age)和性别(Gender)。然后使用该类派生出工人类Worker和学生类Student,在其中添加各自的特性,如在Student类中添加如下信息:院系(department)、专业(speciality)和学号(number)等,在Worker类中添加如下信息:部门(department)和工作(job)等。最后,由于职工大学学员不仅是学生,而且在社会上
PersonTracker_opencv
- Analyze the movement of a person in front of a device using OpenCV Triclops
A-person-tracking-system
- 国外介绍人物跟踪系统发的经典,著名的CHIL工程。A person tracking system for chil meetings-Issued abroad, introduces the characters of the classic tracking system, the famous CHIL project. A person tracking system for chil meetings
person
- 声明基类Person,其中有name,age和no,然后分别声明Teacher(教师)类和Cadre(干部)类从Person继承,这两个类派生出新类Teacher_Cadre(教师兼干部)。要求:1、在Teacher类中还包含数据成员title(职称),在Cadre类中还包含数据成员post(职务),在Teacher_Cadre(教师兼干部)中还包含数据成员wages(工资)。2、在派生类Teacher_Cadre的成员函数show中调
person
- 创建一个 person类 并有一个marry方法-Create a person class and have a marry way
Scale_Space_Histogram_of_Oriented__Gradients_for_H
- 本文运用尺度空间理论检测人体,通过集成 面向梯度与histogramof尺度空间理论 -Human detection is the task of finding presence and position of human beings in images. In this paper, we apply scale space theory to detecting human in still images.
Person基类
- 一、定义Person基类,内有姓名、年龄、性别、地址、电话等数据成员和构造函数、析构函数、输出函数Display(),分别派生Teacher(教师)类和Sudent(学生)类。要求: 1、在Teacher类中还有数据成员Title(职称),函数成员Teach(),输出函数Display(); 2、在Sudent类有数据成员Id(学号),函数成员Study(),输出函数Display(); 3、成员函数在类外定义; 4、自己设计主函数