-
CAR
缺省视图是从外面一个固定的视点观察汽车和跑道;
利用鼠标和键盘控制汽车前进、后退、转弯、加速和减速;
制作一个弹出菜单,上面的菜单项用来控制车身和车轮的颜色以及退出程序;
定义对应于ReShape事件的回调函数,使得当用户改变窗口的大小时,显示的汽车不会变形。
缺省视图是从外面一个固定的视点观察汽车和跑道;
利用鼠标和键盘控制汽车前进、后退、转弯、加速和减速;
制作一个弹出菜单,上面的菜单项用来控制车身和车轮的颜色以及退出程序;
定义对应于ReShape事件的回调函数,使得当用户改变窗口的大小时,显示的汽车不会变形。
(CAR RACING OPENGL
)
- 2012-03-11 16:40:53下载
- 积分:1
-
Dwonloadlib源代码c++
#pragma once
#include "downmanager.h"
namespace Downloader
{
class CDownloader :
public DownManager
{
public:
CDownloader(void);
~CDownloader(void);
virtual BOOL Init( LPCSTR szDownUrl, LPCSTR szSaveDir );
virtual void DownLoop();
virtual void UnInit();
void setFileDownlond( const std::string& filename, bool downdloaded );
protected:
virtual void initSM();
virtual void releaseSM();
void save_FlistClient();
protected:
/// 共享内存句柄
HANDLE m_SMHandle;
/// 共享内存指针
SM_Downloader* m_smDownloader;
};
extern CDownloader* g_pDownloader;
}
- 2022-08-05 21:55:48下载
- 积分:1
-
MediaPlayer
说明: 使用DirectShow设计媒体播放器,实现抓图,图像亮度,饱和度,对比度的设置(Use DirectShow media player designed to achieve drawings, image brightness, saturation, contrast settings)
- 2010-04-15 15:03:38下载
- 积分:1
-
魏格纳
Cohen类时频方法采用不同的核函数来抑制交叉项,本质上是在模糊域对信号进行低通滤波,其中典型的方法有Choi-Williams 分布和Cone-shaped 分布等。(The Cohen time frequency method uses different kernel functions to suppress the cross term, which is essentially a low pass filter for the signal in the fuzzy domain. The typical methods are Choi-Williams distribution and Cone-shaped distribution.)
- 2018-05-17 15:13:03下载
- 积分:1
-
GPS数据解析
说明: 用12864加STC12C5A60S2做的GPS解析(GPS Analysis with 12864 and STC12C5A60S2)
- 2020-06-20 10:00:01下载
- 积分:1
-
OpenNETCF.Drawing
WinCE OpenNETCF Drawing,用于C#WinCE 开发的界面设计。Visual Studio 2008 支持.NETCF2.0 和 .NETCF3.5.无三方控件,纯C#编写,希望能帮忙需要的同学的忙。
- 2022-05-17 15:17:24下载
- 积分:1
-
c++项目
c++的一个项目,如果想研究项目,可以来学习学习,一个谷歌的开源c++库,,需要的可以进行下载
- 2022-01-24 17:23:51下载
- 积分:1
-
PWM
说明: 用PROTEUS仿真实现反激变换器的闭环控制,基于STM32编程实现。(The closed-loop control of flyback converter is simulated by PROTEUS and realized by STM32 programming.)
- 2019-07-10 15:07:44下载
- 积分:1
-
北斗定位模块
基于STM32单片机平台的的北斗定位模块开发代码和使用手册,注释清楚(The development of the Beidou Positioning Module Based on STM32 single chip)
- 2018-04-26 10:15:01下载
- 积分:1
-
implerentsrealizessimplement
用VISUAL C++实现几个数字水印算法,实现水印的嵌入与检测,达到水印的稳健传输,(VISUAL c + + is used to implement several digital watermarking algorithm, realizes the watermark embedding and detection, to achieve the watermark robust transmission,)
- 2017-07-23 17:02:46下载
- 积分:1