-
cocos2dx 帮助
cocos2dx 演示 2d 源图 opengl opengles 鱼 cocos lua pthread 杰森 http html 查看照片
[cocos2d 分类目录 x][1] 是一个用于构建的 2d 游戏、 交互式图书、 演示和其他图形应用程序的多平台框架。
它基于 [cocos2d 分类目录-iphone] [2],但使用目标 C,它使用的 c + +。
它适用于 iOS、 Android、 Windows Phone、 OS X、 Windows 和 Linux。
cocos2d 分类目录-x 是:
* 快速
* 免费
* 易于使用
* 社区支持
演示
- 2022-05-26 19:43:24下载
- 积分:1
-
use WTL class library source code control. It did not MFC interface (GUI) librar...
使用WTL类库控件的源代码。它没有MFC的界面(GUI)类库那样功能强大,但是能够生成很小的轻量级可执行文件。-use WTL class library source code control. It did not MFC interface (GUI) library function as a powerful, but capable of producing a small lightweight executable files.
- 2022-10-15 00:10:03下载
- 积分:1
-
该程序可以实时显示外部接受的数据,相比mschart控件制作的实时曲线效果较佳,没有闪烁问题。显示的背景,坐标值,以及曲线的颜色等都可以更改,非常棒...
该程序可以实时显示外部接受的数据,相比mschart控件制作的实时曲线效果较佳,没有闪烁问题。显示的背景,坐标值,以及曲线的颜色等都可以更改,非常棒-The program can accept an external real-time display of data, compared to controls mschart produced better results in real-time curve, there is no flicker problem. Shown in the background, coordinates, and the curve so you can change the color, great
- 2022-03-04 03:27:49下载
- 积分:1
-
文字进度条
文字进度条-Text progress bar
- 2022-08-10 20:17:09下载
- 积分:1
-
VG_DX_Scene C++Builder 常用控件用法
资源描述
VG_DX_Scene C++Builder 常用控件用法
DXScene是Delphi和C++ Builder下的基于DirectX的3D库.基本特性:所见即所得的设计时设计器以及属性编辑器,完全支持3D变化、动画、并内置了一组建筑类图形库,支持透明度、 unicode、3DS文件转换等等。DXScene是 Delphi和 C++ Builder下的基于DirectX的3D库
- 2022-01-26 04:14:15下载
- 积分:1
-
This application not only demonstrates the basics of using the Microsoft Foundat
This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of what you will find in each of the files that make up your TimeLimit application.
- 2022-05-24 06:05:24下载
- 积分:1
-
c#代码例子,不错的呀
c#代码例子,不错的呀-c# code examples, good ah
- 2022-02-16 01:32:09下载
- 积分:1
-
Control Positioner (Control Poser)
Control Positioner (Control Poser) - This is a small class for control repositioning-Control Positioner (Control Poser)- This is a small class for control repositioning
- 2022-07-02 13:51:27下载
- 积分:1
-
1. Search algorithm should be as independent as possible on specific issues. Sea...
1. 搜索算法应尽可能独立于具体问题。亦即搜索算法程序既可用于迷宫问题,也可用于九宫重排问题、修道士野人问题等-1. Search algorithm should be as independent as possible on specific issues. Search algorithm which can be used to the maze procedure, can also be used JiuGongTu rearrangement, monks Savage problems
- 2022-12-30 14:10:03下载
- 积分:1
-
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动...
高级顶层窗口是一种无标题栏、菜单、工具条的一种常居顶层的窗口,最常见的例子就是输入法窗口,比如智能ABC窗口。这类窗口的特点除了上边所说的,最重要的就是窗口移动。普通窗口移动是通过标题栏由系统自动实现的,对于这类窗口就无法依靠系统了,需要手工实现。实现的方法有两种:
手工处理WM_MOVE、WM_LBUTTONUP消息,并根据鼠标的移动自己实现窗口移动过程中的绘制;
在WM_MOVE消息处理函数中通过向自己发送参数wParam为HTCAPTION lParam为鼠标位置的WM_NCLBUTTONDOWN消息实现窗口移动,此时窗口移动过程的绘制由系统实现。
显然,后者较前者简单。本文采用后者。-top window is a non-title bar, menus, tools of a regular Habitat top of the window, the most common example is the input window, such as smart window ABC. This window features in addition to the upside, the most important thing is moving the window. General Mobile through the window title bar automatically by the system for such window will not be able to rely on the system, and will need to achieve manually. Implementation of two ways : manual processing WM_MOVE, WM_LBUTTONUP news, and in accordance with the movement of the mouse to achieve their mobile window in the process of drawing; In WM_MOVE message processing function to send itself through the parameters wParam HTCAPTION
- 2022-08-06 00:41:04下载
- 积分:1